7 posts by Evan Sheehan
Dynamic Websites with Static Site Generators
What if you used your static site generator to output PHP instead of HTML?
Jul 9, 2024
by Evan Sheehan (7 posts) · Website & RSS feed
Categories: Edge FunctionsSearchWebmentions
Eleventy Photo Gallery
How I used JPEGs as templates in Eleventy to build a photo gallery
Jan 5, 2024
by Evan Sheehan (7 posts) · Website & RSS feed
Categories: ConfigurationHow to...ImagesLayoutsImage Galleries
Easy Date and Time Formatting with Luxon
Two great tastes that taste great together
Mar 29, 2023
by Evan Sheehan (7 posts) · Website & RSS feed
Categories: Dates
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.
Logging in Eleventy
How to use the debug package to output custom log messages alongside of Eleventy’s logs in your Eleventy build.
Jun 19, 2022
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.
Includes and Macros
Comparing techniques for encapsulating HTML components in Nunjucks or Jinja2.
Nov 20, 2021
by Evan Sheehan (7 posts) · Website & RSS feed
Categories: Nunjucks/Macros
Webmentions: Joining the IndieWeb
Webmentions are now live on the site, powered by webmention.io! I've been meaning to do this for ages. I'm very excited to finally getting around to joining the IndieWeb.
Jan 18, 2021
by Evan Sheehan (7 posts) · Website & RSS feed
Categories: Webmentions
Asset Pipelines in Eleventy
This is a clever trick (probably too clever) for setting up Eleventy to manage asset pipelines like SCSS and JavaScript transformations, as well as using hashes in filenames for cache busting.
Nov 13, 2020
by Evan Sheehan (7 posts) · Website & RSS feed
Categories: How to...CSS/SassAsset Pipelines