From 1094cf429974f1e6953701e195c74f4607fcde6b Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Thu, 18 Jul 2024 17:20:42 +0800 Subject: [PATCH] Add domain name registration date --- src/statements/colophon.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/statements/colophon.md b/src/statements/colophon.md index fb692062..0746ddf8 100644 --- a/src/statements/colophon.md +++ b/src/statements/colophon.md @@ -1,7 +1,7 @@ --- title: Colophon keyword: colophon page -updated: 2024-07-13 +updated: 2024-07-18 toc: true eleventyNavigation: order: 14 @@ -18,7 +18,7 @@ Information about how this website is built. ## Host and Domain * Deployed to [Netlify](https://www.netlify.com/) from this site's GitHub repository -* The domain name, `{{ sitemeta.siteDomain }}`, was purchased from, registered on, and is managed by [Porkbun](https://porkbun.com/) +* The domain name, `{{ sitemeta.siteDomain }}`, was registered on 30 May 2024, was purchased from, registered on, and is managed by [Porkbun](https://porkbun.com/) ## Plugins * Eleventy's official [RSS](https://www.11ty.dev/docs/plugins/rss/) plugin @@ -41,8 +41,8 @@ Eleventy has the Markdown parser [markdown-it](https://www.npmjs.com/package/mar * [markdown-it-footnote](https://www.npmjs.com/package/markdown-it-footnote) ## Self-hosted Assets -* [Lexend](https://www.lexend.com/) font family (used as the default font of this site) -* [Intel One Mono](https://www.intel.com/content/www/us/en/company-overview/one-monospace-font.html) typeface (used as the monospaced font of this site) +* [Lexend](https://www.lexend.com/) font family — used as the default font of this site +* [Intel One Mono](https://www.intel.com/content/www/us/en/company-overview/one-monospace-font.html) typeface — used as the monospaced font of this site ## JavaScript Due to this website being a static site, JavaScript is used to create dynamic and interactive components of this site. Here is a list of how JavaScript is used on this site: @@ -62,4 +62,4 @@ Due to this website being a static site, JavaScript is used to create dynamic an * [Links page](/links)'s [Websites tab](/links/#websites) includes webring widgets that use JavaScript. * [Guestbook](/guestbook) uses JavaScript to render a form, send form data to my private Discord channel via Discord webhook, and fetch data from Google Sheets to display messages on the web page (guestbook code by [Vera Konigin](https://groundedwren.neocities.org/pages/demo_controls/guestbookDemo)). -You can still access most of the content of this site with JavaScript disabled, but the above components will not work as intended. +You can still access most of the content of this site with JavaScript disabled, but the above components will not work as intended. \ No newline at end of file