Move domain name info from technical info to general info
This commit is contained in:
parent
cff42f7794
commit
275f004996
|
@ -17,7 +17,7 @@ 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)!
|
||||
|
||||
`{{ sitemeta.siteDomain }}` is hosted on [Netlify](https://www.netlify.com/).
|
||||
`{{ sitemeta.siteDomain }}` is hosted on [Netlify](https://www.netlify.com/). The domain name, `{{ sitemeta.siteDomain }}`, was purchased from, registered on, and is managed by [Porkbun](https://porkbun.com/).
|
||||
|
||||
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).
|
||||
|
||||
|
@ -34,8 +34,6 @@ 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 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" %}
|
||||
|
|
Loading…
Reference in New Issue