2 posts by Sandro Roth
2023
CAUTION
The posts below were published before the release of Eleventy v3.0.0 (Oct 1, 2024). Information in these posts may be out of date. The current stable release is 3.12.
I recently migrated my website from NextJS to Eleventy.
Dec 17, 2023
by Sandro Roth (2 posts) · Website & RSS feed
Categories: Migrating to EleventyWebCWhy Eleventy?
2022
CAUTION
The posts below were published before the release of Eleventy v2.0.0 (Feb 8, 2023). Information in these posts may be out of date. The current stable release is 3.12.
Let's build an HTML validator for an Eleventy site. It will validate all generated pages to make sure they are valid HTML. Any errors will be reported in the terminal.
Mar 29, 2022
by Sandro Roth (2 posts) · Website & RSS feed
Categories: How to...