diff --git a/src/changelogs/logs/2024/2024-07-18.md b/src/changelogs/logs/2024/2024-07-18.md index e3b6dba3..afa56f02 100644 --- a/src/changelogs/logs/2024/2024-07-18.md +++ b/src/changelogs/logs/2024/2024-07-18.md @@ -4,4 +4,6 @@ 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. \ No newline at end of file +* 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 `` element with Eleventy 3.0's [built-in bundle plugin](https://github.com/11ty/eleventy-plugin-bundle) \ No newline at end of file diff --git a/src/statements/colophon.md b/src/statements/colophon.md index 0746ddf8..65ab9ab5 100644 --- a/src/statements/colophon.md +++ b/src/statements/colophon.md @@ -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)