Use sitemeta variable for the domain name on the about page

This commit is contained in:
Helen Chong 2024-06-02 14:53:25 +08:00
parent 3a6f7ea652
commit 71c2ff28a8
1 changed files with 5 additions and 3 deletions

View File

@ -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 <a href="https://porkbun.com/">Porkbun</a>.
{% endcontainer %}
{% container "article", "content__section" %}