Add changelog and colophon info about upgrading Eleventy to v3.0
This commit is contained in:
parent
94dfc789bc
commit
bdb693d73d
|
@ -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)
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue