Compare commits

..

3 Commits

Author SHA1 Message Date
Helen Chong 1893d14d8c Mention google-webfonts-helper 2024-10-02 19:48:35 +08:00
Helen Chong 5f7c4f03bf Remove Eleventy version number 2024-10-02 19:47:15 +08:00
Helen Chong 42f9a4a45a Initiate site language variable 2024-10-02 19:40:10 +08:00
3 changed files with 7 additions and 7 deletions

View File

@ -6,8 +6,8 @@ export const siteAuthor = {
email: "contact@leilukin.com",
url: siteUrl + "/about"
};
export const siteLocale = "en_MY";
export const siteLanguage = "en";
export const siteLocale = "en_MY";
export const siteDescription = siteAuthor.name + "'s personal website.";
export const feedPath = "/feed.xml";
export const feedUrl = siteUrl + feedPath;

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" dir="ltr" id="top">
<html lang="{{ sitemeta.siteLanguage }}" dir="ltr" id="top">
<head>
{# Meta data #}
{% block metaTitle %}

View File

@ -1,7 +1,7 @@
---
title: Colophon
keyword: colophon page
updated: 2024-09-05T23:53:14+0800
updated: 2024-10-02T19:48:30+0800
toc: true
eleventyNavigation:
order: 14
@ -10,10 +10,10 @@ eleventyNavigation:
Information about how this website is built.
## Technology
* Built with the static site generator [Eleventy](https://www.11ty.dev/) (version 3.0)
* Built with the static site generator [Eleventy](https://www.11ty.dev/)
* JavaScript runtime: [Bun](https://bun.sh)
* Templating languages: Nunjucks and Markdown
* Code written with Visual Studio Code
* JavaScript runtime: [Bun](https://bun.sh)
* Tested browsers: Mozilla Firefox and Lynx
* Source code available on [GitHub](https://github.com/helenclx/leilukin-site) and its [Gitea mirror](https://git.32bit.cafe/Leilukin/leilukin-site)
@ -46,8 +46,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. CSS stylesheet and WOFF2 font format generated by [google-webfonts-helper](https://gwfh.mranftl.com/fonts).
* [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. CSS stylesheet and WOFF2 font format generated by [google-webfonts-helper](https://gwfh.mranftl.com/fonts).
* Eric Bailey's [a11y-syntax-highlighting](https://github.com/ericwbailey/a11y-syntax-highlighting) CSS dark mode stylesheet for Prism.js
## JavaScript