3 posts by James Doc
Adding a git based changelog in 11ty
How to add a changelog to your 11ty pages based on commits made to your site's git repository.
Dec 19, 2023
by James Doc (3 posts) · Website & RSS feed
Categories: Data CascadeDatesFilters
Rebuilding 11ty on a schedule
Automate the deployment of a website using Netlify and GitHub Actions at a specific time.
Feb 10, 2023
by James Doc (3 posts) · Website & RSS feed
Categories: DeploymentScheduling
CAUTION
The posts below were published before the release of Eleventy v1.0.0 (Jan 9, 2022). Information in these posts may be out of date. The current stable release is 2.0.1. Eleventy v3.0 is currently under development and available for testing.
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 2.0.1. Eleventy v3.0 is currently under development and available for testing.
Grouping blog posts by year in Eleventy
Create an archive page grouped by year (or anything you want!) using 11ty's built in pagination and a modified collection.
Jan 26, 2021
by James Doc (3 posts) · Website & RSS feed
Categories: PaginationDatesHow to...Blogging