Modify home page
This commit is contained in:
parent
97730ab756
commit
697f183037
|
@ -1,21 +1,27 @@
|
||||||
---
|
---
|
||||||
layout: main/content
|
layout: main/content
|
||||||
tags: pages
|
tags: pages
|
||||||
pageTitle: Welcome!
|
|
||||||
desc: Home page of Leilukin's Hub.
|
|
||||||
metadata:
|
metadata:
|
||||||
title: Home
|
title: Home
|
||||||
isContentDivided: true
|
isContentDivided: true
|
||||||
eleventyNavigation:
|
eleventyNavigation:
|
||||||
key: Home
|
key: Home
|
||||||
order: 1
|
order: 1
|
||||||
|
eleventyComputed:
|
||||||
|
pageTitle: Welcome to {{ sitemeta.siteName | safe }}!
|
||||||
---
|
---
|
||||||
|
|
||||||
<section class="content__section">
|
<section class="content__section">
|
||||||
<p>Hello! You can call me Leilukin. Welcome to my website! This site is my own personal hub and corner on the internet.</p>
|
<p>Hello! You can call me {{ sitemeta.siteAuthor.name }}. Welcome to my website! This site is my own personal hub and corner on the internet.</p>
|
||||||
|
|
||||||
<p>You can browse all my contents published on this site through the <a href="/archive">Archive</a> page, or the <a href="/categories">Content Categories</a> page.</p>
|
<p>You can browse all my contents published on this site through the <a href="/archive">Archive</a> page, or the <a href="/categories">Content Categories</a> page.</p>
|
||||||
|
|
||||||
<p>You may use the <a href="/sitemap">site map</a> to quickly navigate this website.</p>
|
<p>You may use the <a href="/sitemap">site map</a> to quickly navigate this website.</p>
|
||||||
<p>Feel free to drop a message and say hi on <a href="/guestbook">my guestbook</a>!</p>
|
|
||||||
|
<p>Feel free to drop a message and say hi on <a href="/guestbook">my guestbook</a>! You can also contact me by <a href="mailto:{{sitemeta.siteAuthor.email}}">sending me an email</a>.</p>
|
||||||
|
|
||||||
|
<p>Read the <a href="/about">About</a> page to learn more about this site and its owner.</p>
|
||||||
|
|
||||||
<p>Enjoy your stay!</p>
|
<p>Enjoy your stay!</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -36,9 +42,9 @@ eleventyNavigation:
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
<p><a href="/changelogs">View all site changelogs</a></p>
|
<p><a href="/changelogs">View all site changelogs</a></p>
|
||||||
</div>
|
</div>
|
||||||
<p>You can subscribe to the <a href="/feed.xml" target="blank">Leilukin's Hub RSS feed</a> or follow <a href="https://neocities.org/site/leilukin">my Neocities profile</a> to get notified of the updates on this website.</p>
|
<p>You can subscribe to the <a href="/feed.xml">{{ sitemeta.siteName }} RSS feed</a> or follow <a href="https://neocities.org/site/leilukin">my Neocities profile</a> to get notified of the updates on this website.</p>
|
||||||
<div class="web-btn-wrapper" style="margin-top: 0.5em;">
|
<div class="web-btn-wrapper" style="margin-top: 0.5em;">
|
||||||
<a href="/feed.xml" target="blank" title="Leilukin's Hub RSS Feed">
|
<a href="/feed.xml" target="blank" title="{{ sitemeta.siteName }} RSS Feed">
|
||||||
<img src="/assets/buttons/rss-button.gif" alt="RSS feed button">
|
<img src="/assets/buttons/rss-button.gif" alt="RSS feed button">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue