Add changelog and colophon info about upgrading Eleventy to v3.0

This commit is contained in:
Helen Chong 2024-07-18 23:09:53 +08:00
parent 94dfc789bc
commit bdb693d73d
2 changed files with 4 additions and 2 deletions

View File

@ -5,3 +5,5 @@ date: 2024-07-18
* Add list of web cliques I joined to the home page
* Add pixel cliques I joined to the [Adoptables page](/adoptables)
* Add a [Joined](/links/#joined) tab to the [Links page](/links) to list the web cliques and widgets of web rings I joined, as well as linking to my fanlisting collective.
* Upgrade Eleventy to version 3.0
* Bundle page-specific CSS and JavaScript in the `<head>` element with Eleventy 3.0's [built-in bundle plugin](https://github.com/11ty/eleventy-plugin-bundle)

View File

@ -10,7 +10,7 @@ eleventyNavigation:
Information about how this website is built.
## 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)
* Templating languages: Nunjucks and Markdown
* Code written with Visual Studio Code
* JavaScript runtime: [Bun](https://bun.sh)