diff --git a/src/links/webmastery.md b/src/links/webmastery.md index 2a244511..f7c22dd9 100644 --- a/src/links/webmastery.md +++ b/src/links/webmastery.md @@ -8,8 +8,6 @@ updated: 2024-08-06 * [Creating Your Own Website](https://32bit.cafe/cyowebsite/) by 32-Bit Cafe * [Interacting with Other Websites](https://32bit.cafe/interactingontheweb/) by 32-Bit Cafe -* [My Neocities workflow: using Eleventy and the CLI to speed up development](https://whiona.weblog.lol/2023/10/my-neocities-workflow:-using-eleventy-and-the-cli-to-speed-up-development) by Whiona — A tutorial for using the static site generator Eleventy, written for Neocities users -* [Learn Eleventy](https://learn-eleventy.pages.dev/) by uncenter — A course for learning to use the static site generator Eleventy ### Webmastery Guides @@ -31,4 +29,11 @@ updated: 2024-08-06 * [Resources List for the Personal Web](https://discourse.32bit.cafe/t/resources-list-for-the-personal-web/49) by 32-Bit Cafe — I have also contributed to this list * [Can I use...](https://caniuse.com/) — Check browser compatibility for web features * [SVGOMG](https://jakearchibald.github.io/svgomg/) — SVG optimiser -* [URL-encoder for SVG](https://yoksel.github.io/url-encoder/) \ No newline at end of file +* [URL-encoder for SVG](https://yoksel.github.io/url-encoder/) + +### Eleventy +Resources for learning to use the static site generator [Eleventy](https://www.11ty.dev/), which is also used for building {{ sitemeta.siteName }}. + +* [My Neocities workflow: using Eleventy and the CLI to speed up development](https://whiona.weblog.lol/2023/10/my-neocities-workflow:-using-eleventy-and-the-cli-to-speed-up-development) by Whiona — Written for Neocities users +* [Getting set up in Eleventy](https://cloudcannon.com/tutorials/eleventy-beginner-tutorial/) by Mike Neumegen +* [Learn Eleventy](https://learn-eleventy.pages.dev/) by uncenter