From 8e6ab14b19d4bd96061cfc86d553134178f4c00a Mon Sep 17 00:00:00 2001 From: Leilukin Date: Wed, 22 May 2024 13:50:54 +0800 Subject: [PATCH] Modify home page --- src/index.njk | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/src/index.njk b/src/index.njk index f4415f7d..93b38806 100644 --- a/src/index.njk +++ b/src/index.njk @@ -1,21 +1,27 @@ --- layout: main/content tags: pages -pageTitle: Welcome! -desc: Home page of Leilukin's Hub. metadata: title: Home isContentDivided: true eleventyNavigation: key: Home order: 1 +eleventyComputed: + pageTitle: Welcome to {{ sitemeta.siteName | safe }}! ---
-

Hello! You can call me Leilukin. Welcome to my website! This site is my own personal hub and corner on the internet.

+

Hello! You can call me {{ sitemeta.siteAuthor.name }}. Welcome to my website! This site is my own personal hub and corner on the internet.

+

You can browse all my contents published on this site through the Archive page, or the Content Categories page.

+

You may use the site map to quickly navigate this website.

-

Feel free to drop a message and say hi on my guestbook!

+ +

Feel free to drop a message and say hi on my guestbook! You can also contact me by sending me an email.

+ +

Read the About page to learn more about this site and its owner.

+

Enjoy your stay!

@@ -36,9 +42,9 @@ eleventyNavigation: {%- endfor %}

View all site changelogs

-

You can subscribe to the Leilukin's Hub RSS feed or follow my Neocities profile to get notified of the updates on this website.

+

You can subscribe to the {{ sitemeta.siteName }} RSS feed or follow my Neocities profile to get notified of the updates on this website.

- + RSS feed button