From 7e741dc0e6adb035f3cb162f47a60cc9fce5c8a5 Mon Sep 17 00:00:00 2001 From: Leilukin Date: Sun, 2 Jun 2024 14:53:25 +0800 Subject: [PATCH] Use sitemeta variable for the domain name on the about page --- src/pages/about.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/pages/about.md b/src/pages/about.md index 6955e097..ae8b01f4 100644 --- a/src/pages/about.md +++ b/src/pages/about.md @@ -17,9 +17,9 @@ On this site, you can find various stuff I have created or curated, as well as a Feel free to drop a message and say hi on [my guestbook](/guestbook)! -`leilukin.com` is hosted on Netlify. +`{{ sitemeta.siteDomain }}` is hosted on [Netlify](https://www.netlify.com/). -Originally, {{ sitemeta.siteName }} was hosted on Neocities exclusively. While I am still deploying this site to Neocities, visiting `leilukin.neocities.org` will redirect you to `leilukin.com`. That said, if you also have a Neocities account, you can still follow me through [my Neocities profile](https://neocities.org/site/leilukin). +Originally, {{ sitemeta.siteName }} was hosted on [Neocities](https://neocities.org/) exclusively. While I am still deploying this site to Neocities, visiting `leilukin.neocities.org` will redirect you to `leilukin.com`. That said, if you also have a Neocities account, you can still follow me through [my Neocities profile](https://neocities.org/site/leilukin). ### Link to This Site @@ -33,7 +33,9 @@ While this website is primarily meant to be my own space of self-expression, I a This website is built with the static site generator [Eleventy](https://www.11ty.dev/). Nunjucks and Markdown are the templating languages used for creating pages of this site. -This website is deployed to Netlify from its GitHub repository, and deployed to Neocities from a GitHub repository through the GitHub action [deploy-to-neocities](https://deploy-to-neocities.neocities.org/). +This site is deployed to [Netlify](https://www.netlify.com/) from its GitHub repository, and deployed to [Neocities](https://neocities.org/) from its GitHub repository through the GitHub action [deploy-to-neocities](https://deploy-to-neocities.neocities.org/). + +The domain name, `{{ sitemeta.siteDomain }}`, was purchased from, registered on, and is managed by Porkbun. {% endcontainer %} {% container "article", "content__section" %}