4 posts by Harris Lapiroff
Notes on Upgrading to Eleventy 3.0
My blog is now generated by Eleventy 3.0, which was released last month. The upgrade process took me a few hours split over two evenings and I took a few notes. This probably isn’t an interesting write up for hardly anyone – but if you have any of the same 11ty concerns I do, you may find a solution in here.
Nov 21, 2024
by Harris Lapiroff (4 posts) · Website & RSS feed
Categories: CSS/SassDatesFiltersPaginationPermalinksUpgrading
Making blog post source files available with 11ty
You can now view the source file for any blog post on my site by replacing the trailing slash with .txt in the URL. For example, the source file for this post is available here. You can also replace the trailing slash with the original file extension of the source. Most of my blog posts are composed in Markdown, so the extension will usually be .md, but my setup also supports the occasional .ojs (for Observable notebooks) or .html post. But .txt will always work.
Aug 31, 2024
by Harris Lapiroff (4 posts) · Website & RSS feed
Categories: BloggingConfigurationHow to...
11ty and Observable
Nov 11, 2023
by Harris Lapiroff (4 posts) · Website & RSS feed
Categories: ConfigurationHow to...
Eleventy
I love the idea of static site generators (sometimes known as SSGs or SSBs – static site builders). They eschew the complexity of modern CMSes such as Wordpress. Instead of server-side code and databases, a static site generator is a script that, when run, transforms a folder of text files and templates into HTML.
Oct 7, 2023
by Harris Lapiroff (4 posts) · Website & RSS feed
Categories: Why Eleventy?