Compare commits

..

No commits in common. "1893d14d8c2bbf218aedd6a643314904a205bc60" and "c473429dcd1782daa43511898e901fd219c6d2c7" have entirely different histories.

3 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

@ -1,7 +1,7 @@
--- ---
title: Colophon title: Colophon
keyword: colophon page keyword: colophon page
updated: 2024-10-02T19:48:30+0800 updated: 2024-09-05T23:53:14+0800
toc: true toc: true
eleventyNavigation: eleventyNavigation:
order: 14 order: 14
@ -10,10 +10,10 @@ eleventyNavigation:
Information about how this website is built. Information about how this website is built.
## Technology ## Technology
* Built with the static site generator [Eleventy](https://www.11ty.dev/) * Built with the static site generator [Eleventy](https://www.11ty.dev/) (version 3.0)
* JavaScript runtime: [Bun](https://bun.sh)
* Templating languages: Nunjucks and Markdown * Templating languages: Nunjucks and Markdown
* Code written with Visual Studio Code * Code written with Visual Studio Code
* JavaScript runtime: [Bun](https://bun.sh)
* Tested browsers: Mozilla Firefox and Lynx * 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) * 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) * [markdown-it-footnote](https://www.npmjs.com/package/markdown-it-footnote)
## Self-hosted Assets ## Self-hosted Assets
* [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). * [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. 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
* Eric Bailey's [a11y-syntax-highlighting](https://github.com/ericwbailey/a11y-syntax-highlighting) CSS dark mode stylesheet for Prism.js * Eric Bailey's [a11y-syntax-highlighting](https://github.com/ericwbailey/a11y-syntax-highlighting) CSS dark mode stylesheet for Prism.js
## JavaScript ## JavaScript