Compare commits

...

2 Commits

Author SHA1 Message Date
Helen Chong
1bb7ebbbd4 Remove code editor info from colophon page 2025-03-31 19:01:15 +08:00
Helen Chong
66538f5030 Add Queer Web Directory 2025-03-31 17:54:30 +08:00
2 changed files with 4 additions and 4 deletions

View File

@ -70,6 +70,7 @@ toc: true
</ul>
<h4 class="visually-hidden">Directories without Site Buttons</h4>
<ul class="inline-list">
<li><a href="https://zacharykai.net/lists/queer">Queer Web Directory</a></li>
<li>👻 Proud member of <a href="https://darktheme.club/">darktheme.club</a> 👻</li>
<li><a href="https://personalsit.es/">PersonalSit.es</a></li>
</ul>
@ -78,4 +79,4 @@ toc: true
<ul class="web-graphics">
{{ siteButton("https://32bit.cafe/", "communities/32-bit-cafe.png", "32-Bit Cafe") }}
{{ siteButton("https://zine.kalechips.net/index", "communities/saladmagazine.png", "Salad Magazine") }}
</ul>
</ul>

View File

@ -1,7 +1,7 @@
---
title: Colophon
keyword: colophon page
updated: 2025-02-17T18:18:21+0800
updated: 2025-03-31T19:00:04+0800
toc: true
eleventyNavigation:
order: 14
@ -14,7 +14,6 @@ Information about how this website is built.
* Built with the static site generator [Eleventy](https://www.11ty.dev/) v{{ eleventy.version }}.
* JavaScript runtime: [Bun](https://bun.sh).
* Templating languages: Nunjucks and Markdown.
* Code written with Visual Studio Code.
* Tested browsers: Mozilla Firefox, Vivaldi and Lynx.
* Source code available on [GitHub](https://github.com/helenclx/leilukin-site) and its [Gitea mirror](https://git.32bit.cafe/Leilukin/leilukin-site).
@ -83,4 +82,4 @@ Due to this website being a static site, JavaScript is used to create dynamic an
* [Links page](/links)'s [Joined tab](/links/#joined) 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/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.