716 posts in 'How to...'
Eleventy Collections from an API
I've been tinkering with a new Eleventy project and decided to fire it up using the 3 beta version. I started by creating two collections using markdown files. Each collection had a template…
Sep 24, 2024
by Trevor Morris (8 posts) · Website & RSS feed
Categories: CollectionsFiltersHow to...Pagination
Syndicating an RSS feed to Mastodon using a Cloudflare worker
Everything shared from my site to Mastodon runs out of a single all activity RSS feed. You're welcome to subscribe to it, but it's formatted with social syndication in mind — emojis, hashtags and truncation that match that use case. This feed is populated from a fairly verbose processContent collection. It also populates my sitemap and search index since there's plenty of overlap in format and the data being handled. Anyways.
Sep 22, 2024
by Cory Dransfeldt (36 posts) · Website & RSS feed
Categories: CollectionsHow to...RSS
Exclude specific tags in Eleventy using a custom filter
Exclude specific tags in Eleventy using a custom filter to display related tags on a blog post without certain tags. Learn how to implement the 'exclude' and 'limit' filters in Eleventy for tag display.
Sep 21, 2024
by Christian Fei (1 post) · Website & RSS feed
Categories: CollectionsFiltersHow to...
Newspaper style layout for my content
I designed a layout in the style of an old broadsheet newspaper.
Sep 15, 2024
I Moved to Cloudflare
After some recent incidents involving Netlify and Vercel, I decided to play it safe and move my website and another side project to Cloudflare.
Sep 15, 2024
by Aleksandr Hovhannisyan (14 posts) · Website & RSS feed
Categories: DeploymentHow to...
I rebuilt my website from scratch with WebC
The background and design decisions that went into my new website.
Sep 14, 2024
Eleventy - Zero JS charts
It'd be cool to be able to sprinkle in some charts to your website easily. And without a lick of client-side JavaScript.
Sep 9, 2024
by Rob O'Leary (11 posts) · Website & RSS feed
Categories: CSS/SassHow to...Nunjucks/Macros
Typescript Eleventy Config
Benny Powers, Web Developer
Sep 3, 2024
by Benny Powers (8 posts) · Website
Categories: ConfigurationHow to...
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 (3 posts) · Website & RSS feed
Categories: BloggingConfigurationHow to...
Dynamic Importing with Eleventy
After organising Eleventy filters, shortcodes etc I had an idea to tidy the code even more and make it dynamic. I wanted to automatically import any new functions that were added, including…
Aug 28, 2024
by Trevor Morris (8 posts) · Website & RSS feed
Categories: CollectionsConfigurationFiltersHow to...Shortcodes
Using Environment Variables in Eleventy Content Pages
Explains how you can use environment variables in Eleventy content pages
Aug 28, 2024
by Florian Eckerstorfer (9 posts) · Website & RSS feed
Categories: ConfigurationGlobal DataHow to...
Live CMS Previews with Sanity and Eleventy
How to set up on-demand building in Eleventy to allow live content previews with Sanity CMS.
Aug 28, 2024
by Max Böck (8 posts) · Website & RSS feed
Categories: CMSDraftsHow to...Serverless
Eleventy Filters in Collections
If you're building up a custom Eleventy collection using addCollection, you may need to use existing filters to create the desired data. For built-in collections using tags, there is the ite…
Aug 26, 2024
by Trevor Morris (8 posts) · Website & RSS feed
Categories: CollectionsFiltersHow to...
Organising Eleventy Filters, Shortcodes and more…
I work a lot with the Laravel framework, which scaffolds much of your initial setup and has conventions for where code should be stored. Starting a brand new Eleventy project from scratch do…
Aug 22, 2024
by Trevor Morris (8 posts) · Website & RSS feed
Categories: ConfigurationFiltersHow to...Shortcodes
Making a Comment System with Eleventy and Netlify
How I managed to add a comments system to my static blog
Aug 11, 2024
by Cascade (2 posts) · Website & RSS feed
Categories: DatesHow to...NetlifyRemote DataWebmentions
Simple Eleventy 3 Excerpts
Sometimes it makes sense to write a unique excerpt. But sometimes the beginning of the page content works well enough, which is why many…
Aug 9, 2024
by Tyler Sticka (2 posts) · Website & RSS feed
Categories: FiltersGlobal DataHow to...MarkdownPlugins
A feed for everything and everything in a feed
At the moment my site has 6 different feeds. 5 RSS feeds, an ICS feeds and JSON versions of the 5 RSS feeds. I was asked how they're put together and, well, it's a bit involved.
Aug 9, 2024
Migrating from Netlify to Cloudflare for AI bot protection
How I migrated my static site from Netlify to Cloudflare including setting up Functions to handle contact form requests
Aug 6, 2024
by Sia Karamalegos (9 posts) · Website & RSS feed
Categories: DeploymentHow to...Serverless
Upgraded to Eleventy 3.0 (Beta)
My experience upgrading this blog to the latest Eleventy blog.
Aug 5, 2024
Deploying on Netlify with Apple’s Shortcuts
Writing about the big beautiful mess that is making things for the world wide web.
Aug 2, 2024
by Jim Nielsen (1 post) · Website & RSS feed
Categories: DeploymentHow to...
Managing drafts for Eleventy
Eleventy v3 includes a great new feature that supports draft documents
Aug 1, 2024
Syntax highlighting in Eleventy
How the syntax highlighting and codeblocks work on this site
Jul 31, 2024
by Nathan Smith (2 posts) · Website
Categories: CSS/SassConfigurationHow to...
IMPROVED ERROR MESSAGING FOR REQUIRE(ESM) IN NODE.JS
A post by Zach Leatherman (zachleat)
Jul 24, 2024
by Zach Leatherman (43 posts) · Website & RSS feed
Categories: ConfigurationDebuggingHow to...
Porting to 11ty v3 and TypeScript
In which I detail how I ported recipes.genehack.org to 11ty v3 and Tyescript
Jul 21, 2024
by John Anderson (1 post) · Website & RSS feed
Categories: How to...Migrating to Eleventy
Aboard the Eleventy 3.0 Train
My developer portfolio and blog website has been officially upgraded to Eleventy 3.0.
Jul 19, 2024
It turns out a CMS can be pretty awesome
Having a CMS to update your site can be awesome. It's not strictly necessary and mine is entirely over-engineered but here we are. It's helpful on mobile, it's been incredibly useful on desktop.
Jul 18, 2024
by Cory Dransfeldt (36 posts) · Website & RSS feed
Categories: CMSFront MatterHow to...Remote Data
11ty : how to use the image plugin to generate responsive images for CSS
Medium post
Jul 13, 2024
by Phil Rentier Digital (1 post)
Categories: CSS/SassConfigurationHow to...ImagesShortcodes
Eleventy Experiment - Salesforce User Directory
Jul 13, 2024
by Jeff Sikes (2 posts) · Website & RSS feed
Categories: Global DataHow to...Search
Building a Euros sweepstake website with 11ty
Building a Euros sweepstake website with 11ty
Jul 11, 2024
by Rob Wood (2 posts) · Website
Categories: DeploymentHow to...Remote DataScheduling
Getting my top posts from Umami
I recently started using umami.is for website analytics, and figured I could use the API to output some stats about my blog
Jul 10, 2024
by Lewis Dale (4 posts) · Website & RSS feed
Categories: FiltersHow to...Remote Data
Fetching Achievements and Trophies for my Game Collection Page
How I'm fetching trophy and achievements to show on my game collection
Jul 7, 2024
by Robb Knight (18 posts) · Website & RSS feed
Categories: FiltersHow to...Remote Data
(Don't) Add BASIC Support to Eleventy
A bad idea. A very, very bad idea.
Jul 7, 2024
by Raymond Camden (101 posts) · Website & RSS feed
Categories: How to...
Highlighting the Active Navigation Link in Eleventy Using Templates, Shortcodes, and the Page Object
Using templates, shortcodes, and the Eleventy supplied data for highlighting the current page in navigation
Jul 6, 2024
by nonnullish (3 posts) · Website & RSS feed
Categories: CSS/SassHow to...Shortcodes
Add Squirrelly Support to Eleventy
How to add Squirrelly support to Eleventy
Jul 6, 2024
by Raymond Camden (101 posts) · Website & RSS feed
Categories: ConfigurationHow to...
Eleventy Buckets & Cascade Layers
Solving a problem I created
Jul 6, 2024
by Miriam Suzanne (1 post) · Website & RSS feed
Categories: Asset PipelinesCSS/SassConfigurationHow to...WebC
Adding Github- or Obsidian-style callouts to an Eleventy blog the easy way
Just another developer's blog
Jul 5, 2024
Building a Web Version of Your Mastodon Archive with Eleventy
Turning your Mastodon archive into a web site with Eleventy
Jul 4, 2024
by Raymond Camden (101 posts) · Website & RSS feed
Categories: Global DataHow to...ImagesShortcodesSocial Media
Adding the New Mastodon Link Attribution Meta Tag
Chris McLeod is a software developer with over 20 years of experience. Sometimes he writes about it.
Jul 3, 2024
by Chris McLeod (5 posts) · Website & RSS feed
Categories: BloggingGlobal DataHow to...Social Media
Building out a books page
I had a ton of fun reading about how Melanie put together her reading page that I thought I'd write up a quick post on how I built mine.
Jul 3, 2024
by Cory Dransfeldt (36 posts) · Website & RSS feed
Categories: Now PageHow to...Remote Data
Road to 512kB
Personal Website of Software Engineer Jochen Stierberger
Jul 2, 2024
Categories: How to...Performance
Building a Custom Filter for Eleventy Collections
Lists are wonderful, and filters make them better. This article is about building a custom filter for Eleventy collections.
Jul 1, 2024
by Tom Doe (8 posts) · Website & RSS feed
Categories: CollectionsFiltersHow to...Search
Adding a post graph to an Eleventy blog the easy way
Visualise posting frequency data
Jun 30, 2024
THE SMORGASBORD OF WINDOWS TERMINAL… WINDOWS
A post by Zach Leatherman (zachleat)
Jun 30, 2024
by Zach Leatherman (43 posts) · Website & RSS feed
Categories: ConfigurationGetting StartedHow to...
Adding a Photo Stream to an Eleventy Site
Fetching all my public photos from Flickr & putting them on my page
Jun 30, 2024
by nonnullish (3 posts) · Website & RSS feed
Categories: Global DataHow to...Image GalleriesImagesPaginationRemote Data
New Reading page, powered by the Airtable API
A walkthrough on how I used Eleventy and the Airtable API to power a bookshelf pages with books I’ve read
Jun 28, 2024
by Melanie Richards (1 post) · Website & RSS feed
Categories: Data CascadeGlobal DataHow to...Remote Data
Nested pagination with 11ty
How to paginate through an array of arrays.
Jun 27, 2024
by Ben White (2 posts) · Website & RSS feed
Categories: How to...PaginationWebC
Organizing NPM Build Scripts
I recently took an existing codebase and ported it over to Eleventy. The main purpose was to recreate the website with existing markdown files and CSS. Creating the collections and templates…
Jun 27, 2024
by Trevor Morris (8 posts) · Website & RSS feed
Categories: Asset PipelinesCSS/SassHow to...
Showing Omnivore links as Bookmarks
Saving links to Omnivore and using labels to display those as bookmarks on my website
Jun 25, 2024
by Clayton Errington (11 posts) · Website & RSS feed
Categories: FiltersHow to...Remote Data
Twenty year celebration: Site update number three
Jun 23, 2024
by Peter Sefton (1 post) · Website
Categories: CollectionsHow to...ImagesWhy Eleventy?
Adding Github-Style Markdown Alerts to Eleventy
How I added support for callouts/alerts to this site
Jun 21, 2024
Automate 301 Redirects In 11ty
How to automate 301 redirects in .htaccess using 11ty on Apache
Jun 21, 2024
by fLaMEd (10 posts) · Website & RSS feed
Categories: How to...
Adding view count and like button to 11ty
How to mix static and dynamic content so you can spend more time in a void
Jun 21, 2024
by Megaemce (1 post) · Website & RSS feed
Categories: DebuggingHow to...Remote Data
Webmentions and 11ty
Getting webmentions up and running on 11ty - update!
Jun 19, 2024
by Jason Moser (1 post) · Website
Categories: How to...Webmentions
Blocking Bots With 11ty And Apache
How to block bots with robots.txt, .htaccess with 11ty and Apache. Make it difficult for them to jack your stuff!
Jun 16, 2024
by fLaMEd (10 posts) · Website & RSS feed
Categories: How to...
Eleventy collections using the built in tags key
In Eleventy, when you place a JSON file, with the same name, as the folder, within that folder, the data from the JSON file is automatically applied to all files within that folder. This mechanism is a convenient way to apply metadata to a group of files without having to manually include it in each file.
Jun 15, 2024
by Jeremy Faucher (8 posts) · Website & RSS feed
Categories: CollectionsHow to...
Blocking Bots with Nginx
How I've automated updating the bot list to block access to my site
Jun 14, 2024
by Robb Knight (18 posts) · Website & RSS feed
Categories: How to...
Eleventy - Add CSV data file support
It would be cool to be able to drop a CSV file into a project and use it in a page. My motivation was to show bookshelves from my library database
Jun 13, 2024
by Rob O'Leary (11 posts) · Website & RSS feed
Categories: ConfigurationData CascadeHow to...
Umami API Top 10 Pages
Using the Umami API to show the Top 10 pages on my website
Jun 11, 2024
by Clayton Errington (11 posts) · Website & RSS feed
Categories: Data CascadeGlobal DataHow to...Remote Data
Responsive Images in HTML: w and x
w is more correct than x except in one scenario, which is going to be fixed, but the CSS must match.
Jun 11, 2024
Upgrading to Eleventy 3.0
Netlify Large Media forces my hand.
Jun 11, 2024
by Mark Llobrera (7 posts) · Website & RSS feed
Categories: How to...ImagesImage GalleriesMarkdownRSSUpgrading
Displaying Line Numbers in 11ty Code Blocks
Add line numbers to 11ty code blocks with Prism and Markdown-it, bypassing the plugin's DOM-dependency by adjusting the renderer during the build process.
Jun 10, 2024
Readable HTML and CSS
Instead of minifying HTML and CSS, I make it easy to read.
Jun 9, 2024
by Shiv J.M. (11 posts) · Website & RSS feed
Categories: CSS/SassConfigurationHow to...Plugins
Get image pixel colours in Eleventy/Node
How to get colour information from images at build time when using Eleventy (or Node more generally).
Jun 7, 2024
Eleventy - Convert a RSS Feed to a collection
I want to create an archive of all my writing. One source is the author RSS feeds of blogs I wrote for. How about I turn it into an eleventy collection?
Jun 5, 2024
by Rob O'Leary (11 posts) · Website & RSS feed
Categories: CollectionsHow to...Remote DataRSS
How I use Shiki in Eleventy
I'm using Shiki as a syntax highlighter in my Eleventy site. I recently added a caching layer to speed up builds.
Jun 3, 2024
by Stefan Zweifel (2 posts) · Website
Categories: How to...
Updating to Eleventy v3
I took some time this week to upgrade my site to the newest version of Eleventy. Here's what I learned.
Jun 1, 2024
by Max Böck (8 posts) · Website & RSS feed
Categories: CollectionsHow to...ImagesPluginsUpgrading
Virtual Templates in Eleventy
In Eleventy 3.0, virtual templates enable plugin authors to publish and share dynamic templates.
Jun 1, 2024
by Aleksandr Hovhannisyan (14 posts) · Website & RSS feed
Categories: ConfigurationFront MatterGlobal DataHow to...Plugins
Convert Obsidian Image Links to Nunjucks Shortcodes in Eleventy
JavaScript code to convert Obsidian image links to Nunjucks short codes.
May 29, 2024
by Amy Khar (1 post) · Website & RSS feed
Categories: How to...ImagesShortcodes
Eleventy - Merge external data with an existing collection
I wanted to make an archive of my writing, merging content I wrote for other websites with my exising 'posts' collection. Here is how I did it.
May 26, 2024
by Rob O'Leary (11 posts) · Website & RSS feed
Categories: CollectionsConfigurationGlobal DataHow to...
Building pages from data in Eleventy
I've expanded the media sections I already had built to include pages generated from data using Eleventy.
May 24, 2024
by Cory Dransfeldt (36 posts) · Website & RSS feed
Categories: Data CascadeHow to...Remote Data
Dynamic Content Includes
In this post, I explain how I solved two issues at the same time by introducing a feature to my post layout that I’m calling pre and post includes.
May 24, 2024
by Chris Burnell (7 posts) · Website & RSS feed
Categories: Front MatterHow to...LayoutsNunjucks/Macros
Upgraded to Eleventy v3
A short summary of upgrading this website to Eleventy v3.
May 23, 2024
by Tom Doe (8 posts) · Website & RSS feed
Categories: ConfigurationHow to...Upgrading
Putting a Class on External Links in Eleventy
Taking inspiration from a fellow blogger
May 19, 2024
by A.K. Anuszewski (2 posts) · Website & RSS feed
Categories: ConfigurationHow to...
Keeping Out Dark Visitors
One short data file and one tiny template to block… er, dissuade all AI scrapers and crawlers.
May 14, 2024
by Shiv J.M. (11 posts) · Website & RSS feed
Categories: How to...PermalinksRemote Data
Create a Blog with Eleventy and Storyblok
This is a step-by-step tutorial on how to create a blog site using Eleventy and Storyblok.
May 13, 2024
by Estela Franco (4 posts) · Website & RSS feed
Categories: BloggingCMSConfigurationHow to...Pagination
Eleventy Reading Time Plugin
Maximilian Boll - Frontend Web-Developer in Mainz/Germany - makkusu.dev
May 13, 2024
Scheduling Posts with a Static Site
May 12, 2024
by Alex Hyett (2 posts) · Website & RSS feed
Categories: DeploymentDraftsHow to...Scheduling
Controlling whitespace in 11ty with Nunjucks
Eleventy (11ty) Tutorial
May 11, 2024
by Al Power (8 posts) · Website & RSS feed
Categories: DebuggingHow to...LayoutsNunjucks/Macros
notion2eleventy
notion2eleventy is a plugin for the Static Site Generator Eleventy (short: 11ty). It loads content from Notion into your 11ty directory. A status-based workflow ensures that only content that has changed is downloaded. The plugin is available as a Node module at npmjs.com.
May 10, 2024
by Stefan Brechbühl (3 posts) · Website & RSS feed
Categories: How to...PluginsRemote Data
Supporting a full-text RSS feed
Up until now, I've only included a short description for posts in my RSS feed, but I've changed tactics so fellow RSS perverts can choose to read my stuff in their reader of choice.
May 8, 2024
by Dustin Whisman (5 posts) · Website & RSS feed
Categories: CollectionsHow to...RSS
Leveraging APIs like Notion with a nice caching system
How I implemented Notion and PSN APIs in my Eleventy build for my Now and Gaming pages.
May 3, 2024
by Christopher Kirk-Nielsen (9 posts) · Website & RSS feed
Categories: How to...MarkdownNow PageRemote Data
Building a Localised Site with 11ty, Sanity & Netlify
In this article, we'll explore how I built a localised website for a client of mine using 11ty, Sanity, and Netlify.
May 3, 2024
by Ryan Gittings (3 posts) · Website
Categories: CMSHow to...Internationalization
Handling images with B2, Netlify's image CDN, Hazel and Mountain Duck
I've spent a while hosting and fetching images from bunny.net when my 11ty builds. I had multiple pull zones configured and wanted to leverage bunny.net's transforms, but the pricing of $15/month per zone wasn't feasible.
May 1, 2024
Surfing The Web And Sharing What I Find
How I surf the web, manage my online bookmarks and share exciting hyperlinks with the community.
Apr 30, 2024
by fLaMEd (10 posts) · Website & RSS feed
Categories: CollectionsHow to...PaginationRemote DataRSS
Notifications for New Eleventy Posts in GitLab - Part 2
An implementation for identifying new posts in an Eleventy site built on GitLab pages and sending post-specific notifications (part 2 of 2).
Apr 29, 2024
by Aaron Goldenthal (4 posts) · Website & RSS feed
Categories: CollectionsConfigurationHow to...Social Media
Deploying An 11ty Project To Shared Hosting
Forget the usual suspects for your website hosting. You should consider shared hosting for your next 11ty project.
Apr 25, 2024
by fLaMEd (10 posts) · Website & RSS feed
Categories: DeploymentHow to...
Improving page load times with pagination in Eleventy
This is probably a very obvious one for everyone; the less content on the page, the quicker it will load.
Apr 19, 2024
by Thomas Rigby (6 posts) · Website & RSS feed
Categories: How to...PaginationPerformance
Eleventy Nested Pagination
Eleventy (the cool static site generator) has a great feature called Pagination which allows you to iterate over a list of things in chunks and produce multiple output files. As I was migrating this very site over to Eleventy, I found I needed to perform a double pagination. This is when, during paginating over a list of blog post years, I found I wanted to also paginate again over the posts in those years, so I could have at most 20 posts on a single list page.
Apr 17, 2024
by Alistair Deneys (2 posts) · Website
Categories: CollectionsHow to...Pagination
Deploy a Static Website to AWS S3 with Official GitHub Actions
Modern IT & InfoSec for the Discerningly Lazy
Apr 15, 2024
by Lucas Cantor (1 post) · Website & RSS feed
Categories: DeploymentHow to...
Blockin' Bots with Eleventy
The 11ty equivalent of Ethan Marcotte's Jekyll solution
Apr 15, 2024
by Dave Slusher (2 posts) · Website & RSS feed
Categories: How to...Permalinks
Rebuilding My Developer Portfolio with Eleventy
I recreated my developer portfolio and blog from scratch with Eleventy.
Apr 11, 2024
by Helen Chong (3 posts) · Website & RSS feed
Categories: How to...Why Eleventy?
Fixing a typo shaved 4 minutes off my Netlify build time
Caching images across Netlify builds
Apr 10, 2024
by Thomas Rigby (6 posts) · Website & RSS feed
Categories: DeploymentHow to...PerformanceImages
Notifications for New Eleventy Posts in GitLab - Part 1
An implementation for identifying new posts in an Eleventy site built on GitLab pages and sending post-specific notifications (part 1 of 2).
Apr 8, 2024
by Aaron Goldenthal (4 posts) · Website & RSS feed
Categories: CollectionsConfigurationHow to...
Added Timestamp to My Eleventy New Post Utility
Apr 6, 2024
Enhancing pagination with a page selector
I've made a change to my site's pagination wherein I've enhanced the page count displayed at the bottom of my home and links pages to display the page count in a select element. The select displays a list of all the pages and navigates to the selected page.
Apr 5, 2024
by Cory Dransfeldt (36 posts) · Website & RSS feed
Categories: How to...Pagination
2024 redesign
Some notes about this 2024 redesign.
Apr 4, 2024
by Christopher Kirk-Nielsen (9 posts) · Website & RSS feed
Categories: Asset PipelinesHow to...Plugins
Filter an Eleventy Collection Using Your Own Custom Front Matter
Apr 4, 2024
by Dan Urbanoicz (1 post) · Website
Categories: Front MatterHow to...FiltersCollections
Thirteenth place on Eleventy Leaderboards
My site got to thirteenth place on Eleventy Leaderboards with perfect Lighthouse scores.
Mar 27, 2024
by Silvestar Bistrović (3 posts) · Website & RSS feed
Categories: How to...Performance
How I shaved 1.5 minutes off my Eleventy build time
I had a revelation earlier today that solved a long-standing performance issue I’ve been having with the initial build of my Eleventy website, and here’s how it saved me a bunch of time!
Mar 24, 2024
by Chris Burnell (7 posts) · Website & RSS feed
Categories: Asset PipelinesHow to...PerformancePlugins
Create an Interactive TOC from Markdown-Generated Content
Create an interactive TOC for Markdown in Static Site Generators using the Intersection Observer API.
Mar 24, 2024
Building a Live Preview with Eleventy, Contentful, and Liquid Templating
As a part of the marketing team at Heyflow, I collaborate with people who work on the company’s website. Although all team members are technically acquainted, sometimes they struggle to update the website. The struggle is not being able to visualize what will change on the page when updating the content. Saving the updates and […]
Mar 22, 2024
by Silvestar Bistrović (3 posts) · Website & RSS feed
Categories: CMSHow to...NetlifyRemote DataServerless
Webmentions Web Component
I got overwhelmed by build steps and decided to fetch my webmentions through a web component.
Mar 22, 2024
by Troy V (2 posts) · Website & RSS feed
Categories: How to...Webmentions
Creating a Reading List with Eleventy and Omnivore
This website includes my personal reading list now. It was built using Eleventy and Omnivore, an approach described in this article.
Mar 20, 2024
by Tom Doe (8 posts) · Website & RSS feed
Categories: DeploymentHow to...PluginsRemote Data
Generating Open Graph preview images for 11ty
Generated Open Graph images, without driving a browser. Here is how I made mine.
Mar 19, 2024
by John Hobbs (4 posts) · Website & RSS feed
Categories: How to...ImagesSocial Media
Lightweight search in Eleventy
I've been using Pagefind for my site search for a while now and would readily recommend it, but I wanted to throw together something a bit lighter weight and customizable.
Mar 18, 2024
Generating Eleventy Post Descriptions Using Generative AI
Using Generative AI to automatically generate post descriptions is a great way to save time and ensure consistency across your site. By leveraging tools like ChatGPT, you can quickly create engaging summaries that entice readers to click through and read more. The Describer GenAI extension for Visual Studio Code simplifies this process, allowing you to effortlessly generate descriptions for your articles with just a few clicks. With the ability to customize settings and easily integrate the generated descriptions into your site, this tool is a valuable asset for content creators looking to streamline their workflow.
Mar 18, 2024
by John M. Wargo (42 posts) · Website & RSS feed
Categories: BloggingFront MatterHow to...
11ty collections tag links
How to add tags with links to hub topic pages in 11ty
Mar 17, 2024
by Simon Cox (10 posts) · Website & RSS feed
Categories: CollectionsHow to...
Automate Your Static Site Rebuilds with Netlify Scheduled Functions
Effortlessly automate regular website updates for your static site using Netlify scheduled functions. Set it and forget it - never worry about manual updates again!
Mar 17, 2024
by Marc Littlemore (4 posts) · Website & RSS feed
Categories: BloggingDeploymentHow to...NetlifyScheduling
Eleventy excerpts
Everybody seems to implement their own way of generating post excerpts in Eleventy, and here's mine.
Mar 15, 2024
Group posts by year in Eleventy.js
JavaScript software development tips, strategies for salary negotiation, and other helpful advice for navigating software as a career.
Mar 13, 2024
by Jordan Kohl (8 posts) · Website
Categories: BloggingCollectionsDatesHow to...
Automatic image pre-processing in Eleventy, Part 2
A post about the new automatic template image scaling support in Eleventy Image 4.0.0.
Mar 13, 2024
by Martin Gunnarsson (9 posts) · Website & RSS feed
Categories: ConfigurationHow to...Images
How I Eleventy
Documenting a refactor that introduced a folder structure and configuration changes, which summarises how I Eleventy.
Mar 13, 2024
by Declan Byrd (2 posts) · Website & RSS feed
Categories: ConfigurationHow to...LayoutsMarkdownPermalinksShortcodes
Using an Eleventy event to optimize component JavaScrip
I've added a small event to optimize web component JavaScript when my site builds.
Mar 10, 2024
by Cory Dransfeldt (36 posts) · Website & RSS feed
Categories: Asset PipelinesHow to...Performance
Surfacing most used tags in Eleventy
I made some lightweight design changes to my site, keeping things simple but moving the date up above post headers, surfacing tags below and restoring Read more links.
Mar 9, 2024
by Cory Dransfeldt (36 posts) · Website & RSS feed
Categories: CollectionsFiltersHow to...
Importing bookmarks to 11ty with the Pocket API
Pocket offers an API with which the saved bookmarks can be used and customized. I make use of this and save the data in a bookmark post on stebre.ch. Bookmarks with a specific tag are taken into account. After processing, the link saved on Pocket is archived.
Mar 6, 2024
by Stefan Brechbühl (3 posts) · Website & RSS feed
Categories: How to...Remote Data
How to Build a Serverless Guestbook
An article about building a serverless guestbook for a static website.
Mar 4, 2024
by Tom Doe (8 posts) · Website & RSS feed
Categories: How to...Remote Data
Adding inline SVGs to Eleventy.js
JavaScript software development tips, strategies for salary negotiation, and other helpful advice for navigating software as a career.
Mar 3, 2024
by Jordan Kohl (8 posts) · Website
Categories: How to...ImagesConfiguration
Eleventy - Group posts by year
A common organisation pattern for a blog is to group posts by year. I will show you how to do this efficiently and succinctly in JavaScript.
Mar 1, 2024
by Rob O'Leary (11 posts) · Website & RSS feed
Categories: BloggingCollectionsConfigurationDatesHow to...
Math equations with Eleventy using TeXZilla
I demonstrate how to make MathML equations using LaTeX markup with TeXZilla.
Mar 1, 2024
Building My Comics Page
How I built my comics page using League of Comic Geeks, a NodeJS module and Eleventy.
Feb 29, 2024
by fLaMEd (10 posts) · Website & RSS feed
Categories: How to...Remote Data
Deploy an Eleventy site to Cloudflare Pages efficiently with GitHub's action cache
Deploy an Eleventy site to Cloudflare Pages efficiently with GitHub's action cache I have wanted to move this site from Netlify for a while now, but the recent news about their bandwidth p...
Feb 29, 2024
by Jonas Brusman (1 post) · Website & RSS feed
Categories: DeploymentHow to...
Unveiling the Marvels of 11ty's WebC
Are you ready to dive deep into the world of web development and discover a game-changing tool that will revolutionise the way you build websites?
Feb 29, 2024
by Ryan Gittings (3 posts) · Website
Categories: How to...PerformanceWebC
Search, Webmentions and microformats
I’ve made some updates on my website - let’s talk about them. I added a search functionality with Pagefind, Webmention support both directions and microformats to my blog posts.
Feb 28, 2024
by Juha-Matti Santala (13 posts) · Website & RSS feed
Categories: How to...SearchWebmentions
Elevating Video Transcripts as Searchable Content
A post by Zach Leatherman (zachleat)
Feb 27, 2024
Updating 11ty to enjoy ESM
I updated the version of 11ty I use for this blog to the current alpha, to switch from CJS to ESM.
Feb 26, 2024
by Tobias Fedder (5 posts) · Website & RSS feed
Categories: ConfigurationHow to...
THE Eleventy Meetup Feb 20th
We had a lovely meetup with the Eleventy community. I talked about building meetup community sites utilizing Global Data Files and Robb talked about how he builds his website with Eleventy, pulling data in from various sources.
Feb 26, 2024
Eleventy: custom markup alongside item contents
Short and quick tutorial on how to embed custom HTML content between post paragraphs on an Eleventy site.
Feb 23, 2024
by Łukasz Wójcik (2 posts) · Website & RSS feed
Categories: ConfigurationFiltersHow to...
Weaving music data in and out of my personal website
I started integrating music data into my personal website when I added Last.fm artist and album displays to my now page. Initially, I tried sourcing artist images from a few different services, knowing that Last.fm had updated their API to stop serving them. After a fair bit of searching I found that most services that supplied artist images covered only a small fraction of my library and often supplied the wrong image when there were multiple artists sharing the same name.
Feb 22, 2024
by Cory Dransfeldt (36 posts) · Website & RSS feed
Categories: How to...Now PageRemote Data
Intro: Bukmark.club
Introducing a new side project: I built a directory of websites that provide a curated collection of bookmarks and/or links to other websites.
Feb 21, 2024
by Tom Doe (8 posts) · Website & RSS feed
Categories: CollectionsDatesHow to...Markdown
Using Eleventy to Gobble Up Everything I Do Online
A blog post about how my site works based on a talk I did at the Eleventy meetup
Feb 21, 2024
by Robb Knight (18 posts) · Website & RSS feed
Categories: BloggingGlobal DataHow to...Remote DataSocial Media
Building a bespoke now-playing web component
I've long had a now playing element on the home page of my site that displays either what I've checked into on Trakt, the Lakers' record and who they're playing when a game is on or the last song I've listened to. After leveraging some new web components on my site, I decided to refactor the code powering this into a web component specific to my needs.
Feb 21, 2024
by Cory Dransfeldt (36 posts) · Website & RSS feed
Categories: Remote DataHow to...Now Page
Refactor by shortcode
I decided to take on some overdue refactoring of the 11tybundle.dev site. Here's what I did.
Feb 20, 2024
by Bob Monsour (10 posts) · Website & RSS feed
Categories: FiltersHow to...Nunjucks/MacrosShortcodes
Using Eleventy to Gobble Up Everything I Do Online
YouTube video
Feb 20, 2024
Categories: How to...Remote DataSocial MediaWebmentionsYouTube
Building a meetup community site using Global Data Files
YouTube video
Feb 20, 2024
by Juha-Matti Santala (13 posts)
Categories: CMSGlobal DataHow to...
Using B2 as a JSON data store
My links page is powered by the Readwise Reader API but because there are, quite reasonably, rate limits in place, I've gone ahead and reduced the page count I fetch on each build and cached older link data from past builds in a B2 bucket.
Feb 19, 2024
by Cory Dransfeldt (36 posts) · Website & RSS feed
Categories: Data CascadeGlobal DataHow to...Remote Data
@fec/eleventy-plugin-asset-pipeline: Better Cache Busting with Eleventy
I have created an Eleventy plugin to easily implement cache busting and asset handling.
Feb 18, 2024
by Florian Eckerstorfer (9 posts) · Website & RSS feed
Categories: Asset PipelinesHow to...Plugins
Update: Bookmarks Are Back
This website has a bookmarks directory now.
Feb 15, 2024
by Tom Doe (8 posts) · Website & RSS feed
Categories: CollectionsHow to...
Local links in Eleventy, Part 2
Eleventy now support automatic transforms from local paths to output URLs right out of the box.
Feb 14, 2024
Setting up image transforms in Eleventy
Eleventy added a transform option to process images in Eleventy v3.0.0-alpha.5 and Image v4.0.1 so, naturally, I had to set it up on my site. If you don't want to read this post, you can check out the full diff for the changes.
Feb 14, 2024
Eleventy 🤝 Immich
A quick image gallery using Eleventy and backed by Immich
Feb 12, 2024
by Chris Burgess (2 posts) · Website & RSS feed
Categories: CollectionsHow to...ImagesPlugins
Keeping your Algolia search index up to date
Keeping your search index up to date as your content changes is critically important to ensure your search results return valid information. Here's how it's done.
Feb 12, 2024
by Jaden Baptista (1 post) · Website
Categories: ConfigurationHow to...Search
How to connect Eleventy and Storyblok
This is a step-by-step tutorial on how to query data from Storyblok to use it in an Eleventy project.
Feb 8, 2024
by Estela Franco (4 posts) · Website & RSS feed
Categories: CMSConfigurationGlobal DataHow to...
Building an 11ty plugin to output the transcription of a YouTube Video - Zach and Mike
YouTube video
Feb 8, 2024
LESSONS LEARNED MOVING ELEVENTY FROM COMMONJS TO ESM
A post by Zach Leatherman (zachleat)
Feb 7, 2024
by Zach Leatherman (43 posts) · Website & RSS feed
Categories: ConfigurationHow to...PluginsFrom the SourceUpgrading
Added Folder Selection to My New Post Utility
Added an enhancement to my Eleventy New Post utility to support choosing the target folder during post creation.
Feb 6, 2024
Check if images are available before optimizing in Eleventy
How to check if a remote image is available before attempting to optimize it using @11ty/eleventy-img.
Feb 5, 2024
by Cory Dransfeldt (36 posts) · Website & RSS feed
Categories: How to...ImagesWebmentions
Assigning an active page in Eleventy navigation
A small tip for computed navigation, when the URL structures don’t all match.
Feb 3, 2024
by Anita Cheng (1 post) · Website
Categories: How to...NavigationPagination
Connect 11ty with Notion
Für stebre.ch und bisher zwei weiteren Websites habe ich mir etwas neues ausgedacht. Da verwende ich neu den lieb gewonnen Static Site Generator 11ty in Kombination von Notion, einem vielseitigen Content Tool in der Cloud.
Feb 2, 2024
by Stefan Brechbühl (3 posts) · Website & RSS feed
Categories: How to...Remote Data
Eleventy Filter to Turn a URL Into a Domain Name
ZOMG my first 11ty filter!
Jan 31, 2024
Slashing by caching
I've reduced the build time for the 11ty Bundle site from 30 seconds to 10 seconds. Here's how.
Jan 31, 2024
by Bob Monsour (10 posts) · Website & RSS feed
Categories: FiltersHow to...Performance
Different favicon for development build
How to make tabs in the browser always show which build you’re working on.
Jan 30, 2024
by Nikita Dubko (1 post) · Website & RSS feed
Categories: ConfigurationHow to...Nunjucks/Macros
Eleventy - Get autocompletion and doc info in your eleventy config in VS Code
In VS Code, you don't get autocompletion in your eleventy config. You don't get info about functions when you hover over them. Here is how you add it.
Jan 27, 2024
by Rob O'Leary (11 posts) · Website & RSS feed
Categories: ConfigurationHow to...
Low-tech Eleventy Categories
Eleventy has built-in tagging and collections capabilities that I’m riffing on to show you how to build a super simple category system with RSS feeds for each one.
Jan 26, 2024
by Andy Bell (3 posts) · Website & RSS feed
Categories: CollectionsConfigurationHow to...LayoutsPagination
💻 Emoji URLs and 11ty Webmentions
Not letting emojis drop mentions on the floor
Jan 25, 2024
by Jeff Sheets (5 posts) · Website
Categories: How to...Webmentions
Community websites with Eleventy
With Eleventy’s data files, I’ve come up with a good setup to build landing pages for communities that organize events.
Jan 24, 2024
by Juha-Matti Santala (13 posts) · Website & RSS feed
Categories: Data CascadeFiltersGlobal DataHow to...
Eleventy - Create a global production flag
A production flag enables you to run activites in production only e.g. minifying assets. There isn't a built-in flag in eleventy. How can we add one?
Jan 24, 2024
by Rob O'Leary (11 posts) · Website & RSS feed
Categories: ConfigurationGlobal DataHow to...Layouts
Automated weekly links posts with raindrop.io and Eleventy
Jan 22, 2024
by Sophie Koonin (5 posts) · Website & RSS feed
Categories: DatesFiltersHow to...MarkdownRemote Data
Creating an OPML File for my Blogroll
How I'm creating OPML files for my blog, and pod, rolls so people can subscribe to all of the sites in one go
Jan 21, 2024
by Robb Knight (18 posts) · Website & RSS feed
Categories: BloggingData CascadeDatesHow to...
Sending Webmentions after Deploying to Azure Static Web Apps
Chris McLeod is a software developer with over 20 years of experience. Sometimes he writes about it.
Jan 21, 2024
by Chris McLeod (5 posts) · Website & RSS feed
Categories: How to...Webmentions
Buttondown with 11ty on Netlify with GitHub
A look at how Fudge Sunday 🤔💡🤯🤓 newsletter gets made each week
Jan 21, 2024
by Jay Cuthrell (2 posts) · Website & RSS feed
Categories: DeploymentHow to...
How I deploy my Eleventy site to Neocities
Jan 20, 2024
by Sophie Koonin (5 posts) · Website & RSS feed
Categories: DeploymentHow to...
Sending webmentions from a static site
Jan 20, 2024
by Sophie Koonin (5 posts) · Website & RSS feed
Categories: How to...Webmentions
Super fast responsive image loading in Eleventy
Automatically optimise and serve images by type and size in Eleventy.
Jan 17, 2024
by Eystein Mack Alnaes (2 posts) · Website & RSS feed
Categories: How to...ImagesPerformancePlugins
From Figma to Browser with Eleventy (Part 3)
YouTube video
Jan 17, 2024
Categories: Getting StartedHow to...YouTube
Update: Tags Are Back
This website used to have tags. They were gone for about 3 years, but they're back now.
Jan 16, 2024
by Tom Doe (8 posts) · Website & RSS feed
Categories: BloggingCollectionsHow to...Pagination
Fetching Package Dependents from GitHub
Using linkedom to grab all repositories that are depending on my post graph plugin
Jan 16, 2024
by Robb Knight (18 posts) · Website & RSS feed
Categories: Global DataHow to...Plugins
Cloudflare _redirects
Keeping old paths alive on the new site
Jan 14, 2024
by Jeff Sheets (5 posts) · Website
Categories: ConfigurationDeploymentHow to...
Adding webmentions to my site
I had told myself that I wouldn't do this...but, seeing them on other people's sites changed my mind.
Jan 13, 2024
by Bob Monsour (10 posts) · Website & RSS feed
Categories: FiltersGlobal DataHow to...Social MediaWebmentions
Adding Decap CMS to 11ty
One person is typing.
Jan 13, 2024
by Cassey Lottman (11 posts) · Website & RSS feed
Categories: BloggingCMSConfigurationHow to...Plugins
A Simple Guide to Redirects on Neocities with Eleventy
We need more tutorials for using Eleventy outside of Netlify. Lets take a look at setting up redirects on Neocities with Eleventy.
Jan 12, 2024
by fLaMEd (10 posts) · Website & RSS feed
Categories: ConfigurationDeploymentFront MatterHow to...Pagination
Detecting Markdown titles with Eleventy
Jan 10, 2024
by Lewis Dale (4 posts) · Website & RSS feed
Categories: Front MatterHow to...Markdown
Link blogging using Readwise Reader
How I use Readwise Reader to post and share links.
Jan 10, 2024
by Cory Dransfeldt (36 posts) · Website & RSS feed
Categories: BloggingHow to...Remote Data
Hiding Future Posts in Eleventy
Describes how to hide posts with a future publishing date in an Eleventy site.
Jan 10, 2024
by John M. Wargo (42 posts) · Website & RSS feed
Categories: BloggingConfigurationGlobal DataHow to...Plugins
Adding Site Search to Eleventy with pagefind-search
Chris McLeod is a software developer with over 20 years of experience. Sometimes he writes about it.
Jan 7, 2024
Right here, right now
A brief explanation of the way I built the "Right now" box on my homepage.
Jan 7, 2024
by Martin Gunnarsson (9 posts) · Website & RSS feed
Categories: CollectionsData CascadeDatesHow to...Now Page
Eleventy Resume Builder
Despite searching the internet, I couldn't find a quick starter for my online resume project, not even on the official 11ty start page. Consequently, I decided to invest some time in creating one and making it available as a starter project for a broader audience.
Jan 5, 2024
by Gurpreet Singh (1 post) · Website & RSS feed
Categories: Getting StartedHow to...Why Eleventy?
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
Minifying and compressing text files to reduce load
I am continuing to catch up with the technical basics for a modern‐day website. This time I add minification and compression to my 11ty build and the Caddy configuration.
Jan 5, 2024
by Tobias Fedder (5 posts) · Website & RSS feed
Categories: ConfigurationHow to...Performance
Deploy 11ty Site Using Rsync
Step-by-step guide for a deployment of your 11ty blog using rsync, npm deploy scripts and optimization for an efficient workflow.
Jan 4, 2024
by Moritz Giessmann (1 post) · Website & RSS feed
Categories: DeploymentHow to...
Building robots.txt from a simple API endpoint
The online journal of Ashur Cabrera.
Dec 31, 2023
by Ashur Cabrera (8 posts) · Website & RSS feed
Categories: ConfigurationHow to...Remote Data
Automatic pre-processing of post images in Eleventy
A brief description of how I set up automatic image scaling in Eleventy.
Dec 29, 2023
by Martin Gunnarsson (9 posts) · Website & RSS feed
Categories: ConfigurationHow to...ImagesPlugins
The Process of Switching to 11ty
Dec 28, 2023
by Keith Wagner (2 posts) · Website & RSS feed
Categories: BloggingHow to...MarkdownMigrating to EleventyPermalinksShortcodes
Eleventy File List Plugin
Describes an Eleventy plugin I created that enables a site to display a list of downloadable files.
Dec 27, 2023
Customizing external links with Eleventy
How to modify external links by post-processing HTML in Eleventy.
Dec 26, 2023
Another Approach to Webmentions in Eleventy
A quick and dirty way of using Eleventy Fetch and Liquid to display webmentions on your site.
Dec 26, 2023
by Michael Bishop (2 posts) · Website & RSS feed
Categories: How to...Webmentions
LastFM Recently Played with Eleventy
How I'm using Eleventy Fetch to display my recently played tracks from LastFM.
Dec 26, 2023
by Michael Bishop (2 posts) · Website & RSS feed
Categories: How to...Remote Data
Generating and Caching Open Graph Images with Eleventy
How I'm caching my open graph images with eleventy-plugin-og-image instead of generating them on every build
Dec 24, 2023
by Robb Knight (18 posts) · Website & RSS feed
Categories: ConfigurationHow to...ImagesLayoutsSocial Media
Adding a GitHub Repository List to an Eleventy Site (part 2)
An extension of the previous post that shows how to add a list of GitHub repositories to this site using authenticated access to the GitHub REST API.
Dec 23, 2023
by John M. Wargo (42 posts) · Website & RSS feed
Categories: How to...Remote Data
Building a multi-language Taylor Swift Fan Site with CloudCannon and Eleventy (Zach's version)
A post by Zach Leatherman (zachleat)
Dec 22, 2023
by Zach Leatherman (43 posts) · Website & RSS feed
Categories: CMSHow to...InternationalizationPluginsYouTube
Adding a GitHub Repository List to an Eleventy Site
I decided to add a list of GitHub repositories to this site; not because the site needs it, but because I wanted to learn how to do it. I built a quick and easy approach (with limitations) and this post describes how I did it.
Dec 22, 2023
by John M. Wargo (42 posts) · Website & RSS feed
Categories: How to...Remote Data
Eleventy Post Graph Plugin
Generate Github-style post distribution graph for your blog posts in Eleventy
Dec 19, 2023
Generating Open Graph Images in Eleventy
Autogenerating image previews with Eleventy filter functions and node-canvas
Dec 17, 2023
by nonnullish (3 posts) · Website & RSS feed
Categories: FiltersHow to...ImagesSocial Media
Syntax highlighting code in Eleventy posts
A quick tutorial about how to enable syntax highlighting of code blocks in Eleventy posts
Dec 16, 2023
More Easily Use Design Tokens in Eleventy
Jan De Wilde, designer and web developer
Dec 12, 2023
Let’s create a microblog with visual editing using Bookshop and Eleventy
Visual editing is table stakes for a modern content management workflow.
Dec 7, 2023
by Zach Leatherman (43 posts) · Website & RSS feed
Categories: BloggingCMSCSS/SassConfigurationHow to...
Adding pagefind to my Eleventy personal site
I've been wanting to add search functionality to this site for a while. Pagefind made it simple.
Dec 6, 2023
Implementing a Figma design in Eleventy (Part 2)
YouTube video
Dec 6, 2023
Categories: Getting StartedHow to...YouTube
Programmatically importing your Last.fm listening data to ListenBrainz
I love Last.fm, but in the interest of redundancy, Ive started programmatically importing my listening data from Last.fm into ListenBrainz.
Dec 5, 2023
by Cory Dransfeldt (36 posts) · Website & RSS feed
Categories: Data CascadeGlobal DataHow to...Remote Data
pagefind-search web component
A post by Zach Leatherman (zachleat)
Dec 1, 2023
Let's update the 11ty Edge Dark Mode Toggle
Using navigator.sendBeacon to toggle dark mode with 11ty Edge functions and Netlify
Nov 30, 2023
by Ginger (7 posts) · Website & RSS feed
Categories: Edge FunctionsHow to...
Adding Music Previews to My Now Page
How I added a simple audio preview to my recent Spotify tracks.
Nov 29, 2023
by Raymond Camden (101 posts) · Website & RSS feed
Categories: How to...Remote Data
Automating Eleventy Server with Visual Studio Code Tasks
Nov 28, 2023
by Dan Ryan (1 post) · Website & RSS feed
Categories: ConfigurationHow to...WebC
DoubleShift
A small idea to check how many actors have been in both Scrubs and Grey's Anatomy turned into a much bigger thing
Nov 27, 2023
by Robb Knight (18 posts) · Website & RSS feed
Categories: How to...Remote Data
Updating my Eleventy plugin tagCloud
A blog about web development, handy tutorials, quick rants, thoughts, and everything in between.
Nov 26, 2023
Grouping posts by year with nunjucks in Eleventy
Group by year in a clear and readable manner.
Nov 24, 2023
by Christopher Kirk-Nielsen (9 posts) · Website & RSS feed
Categories: CollectionsDatesFiltersHow to...Nunjucks/Macros
Automating my site update with gitlab ci/cd
Where I describe a ci/cd configuration to deploy an 11ty blog to neocities
Nov 23, 2023
Categories: DeploymentHow to...
Popular Pages with Eleventy and Fathom Analytics
How I'm using the Fathom API to show a list of popular blogs posts in my Eleventy site
Nov 23, 2023
by Robb Knight (18 posts) · Website & RSS feed
Categories: Data CascadeFiltersHow to...Remote Data
How to schedule posts in Eleventy
Nov 21, 2023
by Sophie Koonin (5 posts) · Website & RSS feed
Categories: BloggingConfigurationDeploymentHow to...Scheduling
Generating the Firehose page on the 11tybundle site
Here's how the Firehose page of the 11tybundle.dev site is built.
Nov 21, 2023
by Bob Monsour (10 posts) · Website & RSS feed
Categories: CollectionsHow to...Remote Data
VSCode Pasting 11ty Images
Creating content locally like a hosted editor
Nov 21, 2023
Excluding Livestreams from the YouTube Data API in JavaScript
The YouTube API doesn't exclude past livestream videos from a playlist on its own. Here's how I filtered them.
Nov 20, 2023
by Josh Vickerson (2 posts) · Website & RSS feed
Categories: How to...Remote DataYouTube
Building post types and category RSS feeds in Eleventy
Nov 19, 2023
by Sophie Koonin (5 posts) · Website & RSS feed
Categories: BloggingCollectionsHow to...PaginationRSS
Eleventy Splitting Category Data Across Two Table Columns
Nov 18, 2023
by John M. Wargo (42 posts) · Website & RSS feed
Categories: CollectionsHow to...
Using 11ty to bring back tag clouds
Tag clouds are a good way of seeing what kind of posts are floating around in your blog, lets bring them back
Nov 16, 2023
Making a privacy respecting hit counter with Plausible analytics
Adding a hit counter with Plausible is private and quick using their aggregate API
Nov 15, 2023
by Ginger (7 posts) · Website & RSS feed
Categories: How to...Remote Data
Migrating to Eleventy
renkotsuban's personal site and blog.
Nov 15, 2023
by Renkon (1 post) · Website & RSS feed
Categories: Getting StartedHow to...Migrating to Eleventy
A new technique for image optimization: SVG short circuiting
A post by Zach Leatherman (zachleat)
Nov 15, 2023
Hacking together a Tweekly.fm replacement
I mused the other day about wanting a replacement for Tweekly.fm which shut down due to Twitter's API changes and restrictions. In my case, the aim would be to make this compatible with Mastodon since that's where I've found myself spending the most time recently.
Nov 15, 2023
by Cory Dransfeldt (36 posts) · Website & RSS feed
Categories: How to...Remote Data
From Figma to Browser with Eleventy (Part 1)
YouTube video
Nov 15, 2023
Categories: Getting StartedHow to...YouTube
11ty and Observable
Nov 11, 2023
by Harris Lapiroff (3 posts) · Website & RSS feed
Categories: ConfigurationHow to...
Highlighting the current category in Eleventy
Highlight current parent folder using the eleventy-navigation plugin
Nov 10, 2023
by Eystein Mack Alnaes (2 posts) · Website & RSS feed
Categories: How to...Navigation
Default layouts in 11ty
Default layouts in 11ty
Nov 6, 2023
by Remy Sharp (2 posts) · Website & RSS feed
Categories: ConfigurationHow to...Layouts
Migrating from WordPress to Eleventy (part 1)
Nov 6, 2023
by Carlos Araya (5 posts) · Website & RSS feed
Categories: BloggingHow to...Migrating to Eleventy
How to setup Agit CMS with your 11ty website
The hackable, local, markdown based CMS for the developer that doesn't want content management to be a whole thing.
Nov 2, 2023
by Ginger (7 posts) · Website & RSS feed
Categories: CMSFront MatterHow to...
Pagination in a Javacsript template with Eleventy
Here I use a javascript template to generate json data files for selected categories of the 11tybundle.dev site.
Oct 31, 2023
by Bob Monsour (10 posts) · Website & RSS feed
Categories: How to...Pagination
Feedbin is rendering my RSS feed wrong, let's fix it!
Feedbin is removing the wrong elements, so let's make up for it on our own
Oct 31, 2023
Better word counts and reading time in Eleventy (11ty)
A short tutorial on how to count words and determine the reading time using Eleventy.
Oct 29, 2023
How to find backlinks using Eleventy (11ty)
A short tutorial on how to find backlinks (pages that link to the current page) using Eleventy
Oct 29, 2023
Cleaning up the 11ty config
The eleventy config file can get cluttered quickly so I cleaned mine up
Oct 29, 2023
by Simon Cox (10 posts) · Website & RSS feed
Categories: ConfigurationHow to...
My Neocities workflow: using Eleventy and the CLI to speed up development
Oct 27, 2023
by Whiona (1 post) · Website & RSS feed
Categories: BloggingDeploymentGetting StartedHow to...
Building a photography website
The setup for sharing my photo gallery.
Oct 25, 2023
by Darek Kay (5 posts) · Website & RSS feed
Categories: How to...ImagesNavigationImage Galleries
Clean Up Your Config File
MooseDog Studios - Where Convention Takes A Back Seat To Quality
Oct 23, 2023
by Robin Hoover (4 posts) · Website
Categories: ConfigurationHow to...
Adding Social Preview Images To Our 11ty Blog
Twitter X recently removed headlines and descriptions from link previews, in the name of “esthetics.” Inspired by Steph Ango, while we try not to run our business on the whims of a social media platform, this change did push us into making a change we’ve been meaning to for awhile: adding social preview images for our blog posts. For example, this is now what you’ll see when you share this post:
Oct 17, 2023
by Matthew Lettini (1 post) · Website & RSS feed
Categories: How to...ImagesSocial Media
TinaCMS + 11ty
Taking a deep dive into setting up a CMS for my static site with TinaCMS
Oct 17, 2023
by Clayton Errington (11 posts) · Website & RSS feed
Categories: BloggingCMSConfigurationDeploymentHow to...
Speed up your CloudCannon Builds with Preserved Paths
YouTube video
Oct 16, 2023
Categories: DeploymentHow to...Remote DataYouTube
CloudCannon as a git based headless CMS for static site generators
Showcasing CloudCannon with 11ty as a headless CMS service
Oct 14, 2023
Migrating Blogger to Eleventy
Shifting sheetsj.com into the future
Oct 13, 2023
by Jeff Sheets (5 posts) · Website
Categories: Migrating to EleventyHow to...Blogging
Permalink-Driven Breadcrumbs in Eleventy
An approach to add a breadcrumb navigation to your Eleventy site, utilising the permalink structure
Oct 13, 2023
by Oscar (3 posts) · Website & RSS feed
Categories: NavigationHow to...CSS/SassPermalinks
Adding Search to an Eleventy Site Without Client-side JavaScript
Oct 9, 2023
Making a lighthouse-fast website with a static site generator like 11ty
Creating an SSG flow to generate a highly optimized static website.
Oct 7, 2023
by Piotr Maliński (3 posts) · Website & RSS feed
Categories: ConfigurationHow to...ImagesCSS/SassSocial Media
Making a simple Eleventy blog template
If you’ve worked with TypeScript, React or Next odds are you’ve encountered an update that broke a... Tagged with frontend, css, html, tutorial.
Oct 3, 2023
by Tomek Poniatowicz (2 posts) · Website & RSS feed
Categories: BloggingCollectionsFront MatterHow to...Layouts
How to Fix Eleventy Serverless Functions on Netlify
In a strange turn of events where I made zero changes to my code, my serverless functions suddenly stopped working, until now.
Oct 3, 2023
by Troy V (2 posts) · Website & RSS feed
Categories: How to...NetlifyServerless
Excerpts for Eleventy: My Implementation
Converting my relatively basic personal website to Eleventy has shown me how challenging it is to build a static-site generator flexible...
Oct 2, 2023
by Keith Carangelo (1 post) · Website & RSS feed
Categories: BloggingHow to...Front MatterMarkdown
Headless kiosk application (with Kirby CMS)
Use Kirby and 11ty to generate a headless kiosk application hat works offline.
Oct 1, 2023
Delaying asset requests in Eleventy
Simulate slow connections on your Eleventy website using dev server middleware.
Sep 29, 2023
by Darek Kay (5 posts) · Website & RSS feed
Categories: Asset PipelinesHow to...
Eleventy JSON Output
For a small Eleventy-based project I wanted to output an example.json file – stored in the data folder – in a nunjucks template. If you simply output the variable example you'll see the unhe…
Sep 29, 2023
Scheduling Automatic Builds with Static Site Generators
Having a static site is great, but there could be times where you need to build your site on a schedule.
Sep 28, 2023
by Clayton Errington (11 posts) · Website & RSS feed
Categories: How to...DeploymentScheduling
How to add a custom slugify filter to 11ty
During my recent blog migrations, I discovered the new slugify filter handles apostrophes differently. I'd prefer they were dropped. Here are the steps.
Sep 27, 2023
Building a Blogroll with 11ty
How I created a blogroll with 11ty based off of Ben Myers solution
Sep 24, 2023
Making Author Pages for an Academic Journal in Eleventy, or, How to Manipulate Collection Data in Eleventy
Sep 23, 2023
by Micah Torcellini (1 post) · Website & RSS feed
Categories: PaginationHow to...Collections
Setting active state on navigation with Eleventy
In creating my portfolio site, I wanted to have dynamic elements that would add/remove classes based... Tagged with eleventy, 11ty, tutorial, portfolio.
Sep 21, 2023
by Adam Jolicoeur (1 post) · Website & RSS feed
Categories: How to...Navigation
Build a Blogroll with Eleventy
A step-by-step guide to adding a blogroll, complete with each blog's latest posts, to your Eleventy site.
Sep 21, 2023
by Ben Myers (6 posts) · Website & RSS feed
Categories: Data CascadeRemote DataHow to...ConfigurationBlogging
Eleventy: A Paired Shortcode for Looping Video
Adding GIF-like looping video to my site.
Sep 21, 2023
by Mark Llobrera (7 posts) · Website & RSS feed
Categories: How to...
Custom language syntax highlighting
Web development blog. The good, bad, and ugly (mostly bad and ugly)
Sep 15, 2023
Fun With Front Matter: Part 4 - Featured Posts
How to use "featured" posts to highlight important content.
Sep 12, 2023
by Raymond Camden (101 posts) · Website & RSS feed
Categories: Front MatterHow to...
Semi-automated hashtags for syndicated posts
I went out on a limb recently and decided to build a custom collection in Eleventy that aggregates my post tags and link tags (sourced from Matter). These tags then get appended to shared post or link titles when they're syndicated from my site.
Sep 10, 2023
by Cory Dransfeldt (36 posts) · Website & RSS feed
Categories: CollectionsHow to...
Creating a Category Filter in Eleventy
Now I have a few posts, it would be good to have some way to narrow them down when looking for something specific.
Sep 9, 2023
by Thomas Rigby (6 posts) · Website & RSS feed
Categories: FiltersHow to...Nunjucks/Macros
CloudCannon + Eleventy
Getting CloudCannon setup with your Eleventy project is easier than you think
Sep 6, 2023
by Clayton Errington (11 posts) · Website & RSS feed
Categories: DeploymentHow to...CollectionsConfiguration
Now page: grouping episodes of the same tv show
I made a minor update to how I'm normalizing TV data for display on my now page.
Sep 6, 2023
by Cory Dransfeldt (36 posts) · Website & RSS feed
Categories: Remote DataHow to...Now Page
Flickerless dark mode in 11ty with Tailwind CSS
Just a couple of days ago, I was about to rebuild my portfolio website from scratch. As a typical web... Tagged with webdev, javascript, tutorial, html.
Sep 4, 2023
by Tengku Farhan (1 post) · Website & RSS feed
Categories: CSS/SassConfigurationHow to...
Drying up now page templates and normalizing data in Eleventy
My now page consists of a number of similar sections — some bespoke text, a number of media grids and lists. The text is repeated once, the lists are easily templated out in Liquid.js and the media grids are all quite similar.
Sep 3, 2023
by Cory Dransfeldt (36 posts) · Website & RSS feed
Categories: How to...
Webmentions in Eleventy
There comes a time in every Eleventy blog's life where the author must write a post about implementing webmentions. Here is mine.
Sep 1, 2023
by David Hayes (1 post) · Website & RSS feed
Categories: How to...Remote DataWebmentions
11ty draft posts - Set up a draft system in 11ty
Setting a post to draft in 11ty while writing
Sep 1, 2023
by Simon Cox (10 posts) · Website & RSS feed
Categories: ConfigurationHow to...Drafts
Fun With Front Matter: Part 3 - Handling Edits
Another example of front matter - signifying edits (both when and why)
Aug 31, 2023
by Raymond Camden (101 posts) · Website & RSS feed
Categories: How to...Front Matter
Fun With Front Matter: Part 2 - Follow-ups
Using front matter to specify a follow up to your content.
Aug 29, 2023
by Raymond Camden (101 posts) · Website & RSS feed
Categories: Front MatterHow to...
Fun With Frontmatter: Part 1 - Related Posts
A series on doing more with your Jamstack site's front matter
Aug 28, 2023
by Raymond Camden (101 posts) · Website & RSS feed
Categories: Front MatterFiltersHow to...
Displaying now playing data with matching emoji using Netlify edge functions and Eleventy
My site is built using 11ty and is rebuilt once an hour. These frequent rebuilds accomplish a few things, notably updating webmention data and keeping my now page current.
Aug 25, 2023
by Cory Dransfeldt (36 posts) · Website & RSS feed
Categories: How to...Edge FunctionsNow Page
Eleventy Style Guide Generator - Step by Step buide adding to an existing site
Step by Step guide to adding the Eleventy Style Guide Generator to an existing site. Details on how to avoid needing WebC or Design Tokens included.
Aug 25, 2023
by Steven Woodson (6 posts) · Website & RSS feed
Categories: How to...
Website rewrite and switching to Notion as CMS
This website served me well for almost 5 years with minor improvements, tweaks and hacks. Now, it was time for a total rewrite and upgrading my stack and tools.
Aug 22, 2023
by Juha-Matti Santala (13 posts) · Website & RSS feed
Categories: Remote DataHow to...
Pulling WordPress Post Categories & Tags Into Eleventy
Step by step guide to gathering post categories and tags from the WordPress REST API for better filtering and discoverability in an Eleventy blog.
Aug 15, 2023
by Steven Woodson (6 posts) · Website & RSS feed
Categories: Remote DataHow to...
classnames
An Eleventy plugin that joins truthy, deduplicated values into a single, compact string for use in an HTML element's class attribute.
Aug 5, 2023
Build your own 11ty starter
If you want to build a website quickly then 11ty is a great tool. Here is how I set up my starter pack to get me up and running in a few minutes.
Aug 5, 2023
by Simon Cox (10 posts) · Website & RSS feed
Categories: How to...ConfigurationGetting Started
Eleventy Category Images
Describes a solution I implemented in this site to add Category-specific header images to posts. I modified my eleventy-generate-category-pages module to generate additional properties for the header images and some shortcodes to add the image and attribution to the site's pages.
Aug 4, 2023
Create Markdown Page Template With Shell Script
I have been using Save As to create new web pages from old ones for my blog for some time now. This works okay, but I have to rename the file, delete out the old content then try to leave some of the reusable HTML snippets like image, links and the resources section, which can be a bit cumbersom.
Aug 2, 2023
Use TailwindCSS with Eleventy Static Site Generator
A guide to using Tailwindcss and Eleventy with auto reloading feature. You will also learn to add DaisyUI in conjunction with TailwindCSS.
Jul 30, 2023
by Hrishikesh Pathak (3 posts) · Website & RSS feed
Categories: CSS/SassConfigurationHow to...
Interactive HTML Code Demos in Eleventy
With eleventy-plugin-code-demo, you can easily add interactive HTML, CSS, and JavaScript code demos to your Eleventy site using Markdown.
Jul 30, 2023
by Aleksandr Hovhannisyan (14 posts) · Website & RSS feed
Categories: How to...
Formatting Obsidian markdown to render in Eleventy
Added functionality to find and replace certain Obsidian markdown with Nunjucks templates and HTML
Jul 28, 2023
WebC Declarative Shadow DOM Slot Workarounds
A cheeky hack to make slot elements work as expected in 11ty's WebC framework.
Jul 28, 2023
Sorting and Dating 11ty Posts by Name
Organize and automate your 11ty blog's post structure with ISO dates and some quick JavaScript.
Jul 28, 2023
Deploying an 11ty Site to GitHub Pages Using GitHub Actions
The last time I wrote about deploying to GitHub Pages, it was essentially a tutorial on how to use Travis CI for deployment to GitHub Pages. Travis, unfortunately, discontinued their free plan b...
Jul 27, 2023
by Jonathan Snook (2 posts) · Website & RSS feed
Categories: DeploymentHow to...
Blog comments via Mastodon
After half a year of pondering, I finally wrote a bit of code to add comments to my blog via Mastodon replies.
Jul 26, 2023
by Juha-Matti Santala (13 posts) · Website & RSS feed
Categories: How to...Social Media
Now Page: Automatically Syncing My Now Pages
How I automatically sync my now page with omg.lol
Jul 23, 2023
by fLaMEd (10 posts) · Website & RSS feed
Categories: How to...Remote DataNow Page
Rethinking Categorization
Jul 20, 2023
by Lea Verou (4 posts) · Website & RSS feed
Categories: How to...Collections
Build a Blog with Eleventy (11ty) and Webiny Headless CMS
In this tutorial, we will build a blog site with Eleventy (11ty) and Webiny Headless CMS. We will look at how to set up Webiny and consume that data in a Eleventy (11ty) project.
Jul 18, 2023
by Maurice King (1 post) · Website
Categories: BloggingCMSGetting StartedHow to...
Add table of content in Eleventy markdown blog
First, install the markdown-it-anchor plugin to add ids to heading elements. Then use the eleventy-plugin-toc plugin to generate the table of content.
Jul 12, 2023
Building a popular posts widget in Eleventy using Plausible analytics
I took some time last week to build out a popular posts widget after seeing Zach's implementation using Google Analytics.
Jul 12, 2023
by Cory Dransfeldt (36 posts) · Website & RSS feed
Categories: Remote DataHow to...
Using PDFs with Algolia and Adobe PDF Extract API
A look at using Adobe's PDF Extract API to integrate with Algolia's Search APIs
Jul 12, 2023
Batching YAML Front Matter Updates
This article describes a command-line utility I created to do batch add/update to YAML front matter of all of the markdown files in a folder. This is especially helpful when working with static site generators (SSG).
Jul 10, 2023
by John M. Wargo (42 posts) · Website & RSS feed
Categories: Front MatterHow to...
Updated Eleventy Post Stats Plugin
I published an update to my Eleventy Plugin Post Statistics plugin this morning and this article explains what changed.
Jul 7, 2023
How I set up lastmod date in my 11ty xml sitemap
Google now want an accurate lastmod date in the xml sitemap. Here is how I set it up in my 11ty site.
Jul 6, 2023
by Simon Cox (10 posts) · Website & RSS feed
Categories: How to...Configuration
Eleventy Filter Parameters
How to add parameters to an Eleventy filter.
Jul 5, 2023
Now page update: poster art for shows and movies
Combine multiple API calls and eleventy-fetch to enrich Trakt metadata with poster art.
Jul 2, 2023
by fLaMEd (10 posts) · Website & RSS feed
Categories: Remote DataHow to...
Updated Eleventy Generate Posts Utility
Jul 1, 2023
by John M. Wargo (42 posts) · Website & RSS feed
Categories: How to...
Generating CSS with PostCSS and eleventy.before
I'm trying to keep the setup of my personal projects as simple as possible. Today, we're looking at how CSS is generated.
Jun 29, 2023
by Martin Schneider (7 posts) · Website & RSS feed
Categories: CSS/SassConfigurationHow to...
Fetching webmentions with Netlify and Eleventy Edge
Sadly, I'm not too good at documenting what I'm sometimes building in the little free time that I have. At the end of last year, I implemented an interesting feature on this site, but never wrote about it.
Jun 23, 2023
by Martin Schneider (7 posts) · Website & RSS feed
Categories: Social MediaDeploymentHow to...
Displaying listening data from Apple Music using MusicKit.js
Up until now my now page has sourced music data from Last.fm (and may well again). But, in the interest in experimenting a bit, I've tried my hand at rewriting that part of the page to leverage data from Apple Music, using MusicKit.js instead.
Jun 21, 2023
by Cory Dransfeldt (36 posts) · Website & RSS feed
Categories: Remote DataHow to...
Adding game cover art to my /now page
How I'm using Eleventy-Fetch and the Steam API to fetch recently played games, the games cover art and store page URL to display on my /now page.
Jun 19, 2023
by fLaMEd (10 posts) · Website & RSS feed
Categories: ImagesRemote DataHow to...Now Page
Creating Bootstrap WebC Components in Eleventy
Using WebC to make working with Bootstrap simpler.
Jun 19, 2023
WordPress to Eleventy - Part 2, The How
For years my personal website used WordPress, now it's using Eleventy and this is how I migrated it
Jun 18, 2023
by Chris Smith (2 posts) · Website
Categories: Migrating to EleventyHow to...
Eleventy tag filter
Web development blog. The good, bad, and ugly (mostly bad and ugly)
Jun 15, 2023
Bookshop 11ty Guide
Learn how to build a live-editable website using Eleventy and Bookshop on CloudCannon.
Jun 13, 2023
by CloudCannon (7 posts) · Website & RSS feed
Categories: How to...Getting Started
File Last Modified Is Available
MooseDog Studios - Where Convention Takes A Back Seat To Quality
Jun 11, 2023
Integrating JSON-LD Into Your Eleventy Pages
MooseDog Studios - Where Convention Takes A Back Seat To Quality
Jun 9, 2023
by Robin Hoover (4 posts) · Website
Categories: ConfigurationHow to...
From ICS to JSON: surfacing anticipated albums
I use MusicHarbor by Marcos Tanaka to track upcoming albums from my favorite artists (typically by syncing my last.fm data with the app.) When I see something new that I want to add to my collection I throw it on a calendar creatively titled Albums.
Jun 8, 2023
by Cory Dransfeldt (36 posts) · Website & RSS feed
Categories: Remote DataHow to...
Using Goodreads Data in Eleventy - Update
A followup to my previous article on Goodreads and Eleventy
Jun 8, 2023
by Raymond Camden (101 posts) · Website & RSS feed
Categories: Remote DataHow to...
Fast and Easy CSS Revisioning
MooseDog Studios - Where Convention Takes A Back Seat To Quality
Jun 8, 2023
Optimizing for performance with Eleventy
In the interest of over-engineering my personal site I've gone out of my way to optimize it for performance.
Jun 7, 2023
by Cory Dransfeldt (36 posts) · Website & RSS feed
Categories: PerformanceHow to...
Using Goodreads Data in Eleventy
An example of using exported Goodreads data in an Eleventy site.
Jun 7, 2023
by Raymond Camden (101 posts) · Website & RSS feed
Categories: Remote DataHow to...
11ty image shortcode best practice
Quick reminder to myself about how to use the 11ty shortcode for images
Jun 6, 2023
by Simon Cox (10 posts) · Website & RSS feed
Categories: ImagesHow to...MarkdownShortcodes
Generating Eleventy Category Pages Inside Eleventy Build
After my announcement of my command-line utility for generating Eleventy Paginated Category pages, I learned how to do this inside of Eleventy and need some help finishing it for general use.
Jun 5, 2023
by John M. Wargo (42 posts) · Website & RSS feed
Categories: PaginationHow to...
Interactive demos inside articles
This article touches how I embed interactive code demos into my blog articles.
Jun 1, 2023
by Lea Rosema (4 posts) · Website
Categories: How to...
Eleventy Paginated Category Pages
Something I wanted to do with this site, but wasn't supported by Eleventy, is generate paginated pages of content for each category. This article explains how I solved this problem and how you can use it for your Eleventy site(s).
May 31, 2023
by John M. Wargo (42 posts) · Website & RSS feed
Categories: PaginationHow to...
Adding client side search to a static site
Creating a site-search function that doesn't rely on external services
May 31, 2023
Eleventy Displaying Posts from Another Site
I wanted to pull the most recent articles from an Eleventy site into another Eleventy site, so I wrote this article to explain how I did it.
May 29, 2023
by John M. Wargo (42 posts) · Website & RSS feed
Categories: How to...Remote Data
My plugin for markdown-it: codewrap
My solution to adding "Copy" to markdown code blocks (and other things).
May 28, 2023
I hooked up Eleventy to WordPress API
I’ve got some plans for this site. The main thing I want to do is bring my music collection into my main site, instead of having a subdomain. That thing has been a “prototype” for over 2 years now… The problem is that site uses Notion as its data source. I really like managing my […]
May 17, 2023
by Andy Bell (3 posts) · Website & RSS feed
Categories: Remote DataHow to...
Remove trailing slash on 11ty S3 hosted sites using Cloudfront function
How to rewrite the Cloudfront request so trailing slashes are redirected to the non-trailing slash URI using a Cloudfront function.
May 16, 2023
by Martin Hicks (2 posts) · Website & RSS feed
Categories: DeploymentHow to...
Generating Post Batches in Eleventy
This article describes a Node command-line utility I created to generate batches of new posts in an Eleventy site.
May 16, 2023
by John M. Wargo (42 posts) · Website & RSS feed
Categories: How to...
Automating Eleventy Post Creation
Describes a utility I created to automate creating a new post in an Eleventy site.
May 11, 2023
by John M. Wargo (42 posts) · Website & RSS feed
Categories: How to...
Eleventy Site Statistics
I wanted to add a statistics page to this site, so I created an Eleventy plugin to do it. This article describes how to use the plugin in your Eleventy site.
May 10, 2023
by John M. Wargo (42 posts) · Website & RSS feed
Categories: How to...
Fetching & caching data from Airtable in my 11ty site
Using the Airtable.js library and Eleventy Fetch
May 9, 2023
by Cassey Lottman (11 posts) · Website & RSS feed
Categories: Remote DataHow to...
Now page update: favorite articles from Matter
I dropped in a quick update to my now page to display the 5 most recent articles from my favorites feed in Matter.
May 5, 2023
by Cory Dransfeldt (36 posts) · Website & RSS feed
Categories: How to...
Embed JSDoc comments in an Eleventy website
May 3, 2023
by Rob Anderson (5 posts) · Website & RSS feed
Categories: How to...Configuration
Meta Description and Keywords in Eleventy
This article describes how I added HTML Keywords to an Eleventy site.
May 1, 2023
by John M. Wargo (42 posts) · Website & RSS feed
Categories: ConfigurationHow to...
Eleventy Extra Spaces in Category List
I noticed that the category lists on this site had an extra space before and after the comma and set out to fix it.
Apr 30, 2023
by John M. Wargo (42 posts) · Website & RSS feed
Categories: How to...
Unit Test 11ty Pages With Vitest and Typescript
Unit testing 11ty JavaScript templates with Vitest and Typescript
Apr 25, 2023
Eleventy Enhanced Pagination Navigation Buttons
After adding Previous and Next buttons to paginated pages in this site, I figured out a clean way to add First and Last buttons as well and this post describes how I did it.
Apr 23, 2023
by John M. Wargo (42 posts) · Website & RSS feed
Categories: NavigationHow to...
Pseudorandom numbers in Eleventy
Create deterministic series of random numbers for generative arts
Apr 23, 2023
by Lea Rosema (4 posts) · Website
Categories: How to...
How To Craft a Stylish Static Website with Eleventy (11ty)
Learn how to use Eleventy to craft a stunning and functional static portfolio website without needing a server-side language or database.
Apr 21, 2023
by Joel Olawanle (1 post) · Website & RSS feed
Categories: Getting StartedHow to...
Automated workflows for websites
In this article, I'm writing about automated workflows I added to this blog.
Apr 20, 2023
by Lea Rosema (4 posts) · Website
Categories: ConfigurationHow to...
Building and Automating My Now Page
How I built and automated my now page with Eleventy and APIs.
Apr 19, 2023
by fLaMEd (10 posts) · Website & RSS feed
Categories: How to...Remote DataNow Page
Extending 11ty’s page variable
I’ve had my eye on Astro, so I thought I’d take it for a spin by re-building this here website. I stuck with 11ty in the end for a variety of reasons, but th...
Apr 17, 2023
Wrapping Emoji in your 11ty build
Wrap emoji with accessible and semantic HTML, without breaking your pages
Apr 13, 2023
by Benny Powers (8 posts) · Website
Categories: How to...
SVG Icon Sprites in Eleventy
Use SVG icons in Eleventy and only ship the code you need.
Apr 11, 2023
by Benny Powers (8 posts) · Website
Categories: How to...
Accessible anchor permalinks
Jan De Wilde, designer and web developer
Apr 8, 2023
by Jan De Wilde (2 posts) · Website
Categories: How to...MarkdownAccessibilityPermalinks
Builder.io's Partytown with 11ty
Exploring builder.io's partytown and integrating it with 11ty! It is nothing but a library which uses web workers to separately execute third party scripts.
Apr 5, 2023
by Murtuzaali Surti (4 posts) · Website & RSS feed
Categories: How to...
Awesome Algolia Updates (and some fixes here...)
News about Algolia's free tier changes and some fixes here.
Mar 30, 2023
by Raymond Camden (101 posts) · Website & RSS feed
Categories: How to...
Blogging with Eleventy
Adding a blog to this website (which you are now reading)
Mar 27, 2023
.env files in Eleventy
The Eleventy docs recommend the dotenv package for working with .env files, but I've found dotenv-flow to be a bit more useful inasmuch as support for .env* file patterns make development more convenient.
Mar 24, 2023
by Cory Dransfeldt (36 posts) · Website & RSS feed
Categories: How to...
Spellchecking my blog posts with cSpell
A little magic to help catch typos in your blog posts.
Mar 23, 2023
Automating Algolia Index Updates
I added support for Algolia search to an Eleventy site, and this post describes a utility I created to help Eleventy site owners to automate updating their Algolia indices outside of the build process.
Mar 19, 2023
Smart Incremental Rebuilds With eleventyImport
Ensure templates that display content from collections, like a blog index, rebuild when associated collection content changes.
Mar 18, 2023
by Stephanie Eckles (21 posts) · Website & RSS feed
Categories: How to...
Displaying Build Details in an Eleventy Site
I leveraged some old code to add the ability to capture build details and save them with a project. In this post, I describe the utility I created that allows you to easily display build information in an Eleventy site.
Mar 15, 2023
by John M. Wargo (42 posts) · Website & RSS feed
Categories: ConfigurationHow to...
Alphabetising Glossary Terms
Blog and general digital garden of the full stack programmer Simon Dann.
Mar 14, 2023
Should I upgrade to Eleventy 2.0?
Eleventy 2.0 was released at the beginning of February. It has some major new features. Is it worthwhile to upgrade? Is it painful to upgrade?
Mar 13, 2023
Using the Codeberg CI
Using Codeberg CI to build 11ty based static sites to push to Codeberg Pages
Mar 11, 2023
by Clayton Errington (11 posts) · Website & RSS feed
Categories: DeploymentHow to...
Hiding drafts and future posts in Eleventy.js
JavaScript software development tips, strategies for salary negotiation, and other helpful advice for navigating software as a career.
Mar 7, 2023
by Jordan Kohl (8 posts) · Website
Categories: How to...ConfigurationDrafts
A Complete Guide to Building a Blog with Eleventy
Mar 4, 2023
by Raymond Camden (101 posts) · Website
Categories: BloggingHow to...Getting Started
Font Subsetting with Eleventy.js
Blog and general digital garden of the full stack programmer Simon Dann.
Mar 3, 2023
by Simon Dann (11 posts) · Website & RSS feed
Categories: Asset PipelinesConfigurationHow to...Plugins
Running Eleventy Serverless On AWS Lambda@Edge
Eleventy is great. It’s a static site generator written in JavaScript, for “Fast Builds and even...
Mar 3, 2023
by Gabi Dobocan (1 post) · Website & RSS feed
Categories: ServerlessHow to...
Supporting PDF Embeds in an Eleventy WebC Component
Adding support for the Adobe PDF Embed with an Eleventy WebC Component
Mar 1, 2023
by Raymond Camden (101 posts) · Website & RSS feed
Categories: How to...
Slotted content in Eleventy
Fill slots in an HTML layout with chunks of Markdown content.
Feb 28, 2023
by Dan Burzo (3 posts) · Website & RSS feed
Categories: How to...
Upgrading to Eleventy 2.0.0
A step-by-step for an incredibly easy process, again.
Feb 26, 2023
Taking Eleventy into the Spiderverse with eleventy-fetch
Feb 24, 2023
by Jeff Sikes (2 posts) · Website & RSS feed
Categories: How to...PluginsRemote Data
Filtering tags within Eleventy.js collections
JavaScript software development tips, strategies for salary negotiation, and other helpful advice for navigating software as a career.
Feb 21, 2023
by Jordan Kohl (8 posts) · Website
Categories: FiltersCollectionsHow to...
Farewell Netlify Large Media, Welcome eleventy-img
Not too complex once I had finished making my mistakes.
Feb 19, 2023
Building a Mastodon Bot Listing Page in Eleventy
How I built a page to show off my Mastodon bots.
Feb 15, 2023
by Raymond Camden (101 posts) · Website & RSS feed
Categories: How to...Social Media
Adding a Table of Contents to dynamic content in 11ty
Code that introduces automated anchor links to headlines in Eleventy dynamic-loaded content. Improves accessibility and makes content sharing easier!
Feb 12, 2023
by Steven Woodson (6 posts) · Website & RSS feed
Categories: How to...
Setup GitLab Review Apps with Eleventy
A technique to setup GitLab Review Apps for an Eleventy site.
Feb 9, 2023
by Aaron Goldenthal (4 posts) · Website & RSS feed
Categories: ConfigurationDeploymentHow to...
Using Rmarkdown with Eleventy
My work, notes, musings and more. Some serious, some not.
Feb 9, 2023
by Michael Schmidt (2 posts) · Website & RSS feed
Categories: ConfigurationFront MatterHow to...Markdown
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.
Using shiki with 11ty
Shiki is a really nice syntax highlighter that I already wrote about. This is just a short post to show you how to use it with eleventy.
Feb 7, 2023
by Raphael Höser (4 posts) · Website & RSS feed
Categories: How to...
Updating webmentions on a static site
Feb 5, 2023
by Nicolas Hoizey (3 posts) · Website & RSS feed
Categories: How to...Webmentions
Building a Membership Site with 11ty by Stephanie Eckles
YouTube video
Feb 5, 2023
Code for copying code: the Eleventy edition
Here’s a workaround for including “copy” buttons in code blocks built by Prism-based syntax highlighting in Eleventy.
Feb 4, 2023
A Step-by-Step Guide to Sorting Eleventy Global Data Files by Date
Step-by-step guide to date-based global data sorting in Eleventy, including automated by file last modified and manually via a data property
Feb 2, 2023
by Steven Woodson (6 posts) · Website & RSS feed
Categories: How to...
Adding tag list with post count to Eleventy.js
JavaScript software development tips, strategies for salary negotiation, and other helpful advice for navigating software as a career.
Feb 2, 2023
by Jordan Kohl (8 posts) · Website
Categories: CollectionsHow to...
Hassle-free internationalization with Eleventy 2.0 and Netlify
YouTube video
Feb 1, 2023
Categories: How to...InternationalizationNetlifyDeployment
Improving Syntax Highlighting
Adding syntax highlighting to a blog is hard, doing it in a good way is hard. I recently switched my setup away from @11ty/eleventy-plugin-syntaxhighlight to a custom solution based on Shiki.
Feb 1, 2023
by Raphael Höser (4 posts) · Website & RSS feed
Categories: How to...
11ty, nunjucks, tag counts
Using nunjucks to get the count of the posts for a tag.
Jan 31, 2023
by Clayton Errington (11 posts) · Website & RSS feed
Categories: Nunjucks/MacrosHow to...
Adding posts by tag to Eleventy.js
JavaScript software development tips, strategies for salary negotiation, and other helpful advice for navigating software as a career.
Jan 31, 2023
by Jordan Kohl (8 posts) · Website
Categories: How to...
Cheaply Rebuilding an 11ty site on Netlify
Save money and build minutes while rebuilding your 11ty site using GitHub Actions and the netlify CLI
Jan 31, 2023
by Benny Powers (8 posts) · Website
Categories: DeploymentHow to...Scheduling
How to programmatically add tags to posts in 11ty
Blog and general digital garden of the full stack programmer Simon Dann.
Jan 30, 2023
by Simon Dann (11 posts) · Website & RSS feed
Categories: BloggingCollectionsConfigurationHow to...Plugins
Adding a basic search to a static site
A simple solution to having a search feature on a static website
Jan 30, 2023
Adding webmentions to your static blog
The portfolio and blog of Jan Monschke
Jan 30, 2023
by Jan Monschke (1 post) · Website & RSS feed
Categories: WebmentionsHow to...
Adding dynamic read time to Eleventy.js
JavaScript software development tips, strategies for salary negotiation, and other helpful advice for navigating software as a career.
Jan 29, 2023
by Jordan Kohl (8 posts) · Website
Categories: How to...
Adding stub posts
Blog and general digital garden of the full stack programmer Simon Dann.
Jan 27, 2023
Building A Membership Site With 11ty
Do you want to offer exclusive content, but also have full control over the platform you use? With the power combo of Eleventy, Netlify, and Supabase, we’ll create an authenticated membership site, no frameworks required.
Jan 26, 2023
by Stephanie Eckles (21 posts) · Website & RSS feed
Categories: How to...Edge Functions
Adding Wiki Links to 11ty
Blog and general digital garden of the full stack programmer Simon Dann.
Jan 25, 2023
by Simon Dann (11 posts) · Website & RSS feed
Categories: BloggingConfigurationHow to...Markdown
Components with Nunjucks and 11ty
We are going to be go through the first steps to get up and running with 11ty. Building a 11ty site from scratch will help you keep your site lightweight, scalable and easy to manage.
Jan 25, 2023
by Jeremy Faucher (8 posts) · Website & RSS feed
Categories: CSS/SassConfigurationHow to...Nunjucks/Macros
Adding Tina CMS to 11ty
Looking for a NetlifyCMS alternative to commit changes to the same repo, I stumbled upon TinaCMS
Jan 14, 2023
Plop in Automation
How I use npm to automate the inner workings of my website and within other projects
Jan 12, 2023
by Clayton Errington (11 posts) · Website & RSS feed
Categories: How to...
Creating link tags with a data file and Nunjucks, using Eleventy
Kevin is a designer based in the UK specialising in digital product design, design systems and all things web.
Jan 7, 2023
by Kevin Healy (1 post) · Website & RSS feed
Categories: Nunjucks/MacrosHow to...
Better Looking Dates in Eleventy: Jan 01 2023 --> Jan 1st 2023
By default, the default readableDate in Eleventy will output dates like: Dec 03 2022. Let's do better... Tagged with eleventy, tutorial.
Jan 6, 2023
Using PageFind with Eleventy for Search
How to use PageFind to implement search for an Eleventy site
Jan 4, 2023
Building a Podcast Site with Eleventy
Moving Ruminate's site from Simplecast to Eleventy
Dec 28, 2022
by Robb Knight (18 posts) · Website & RSS feed
Categories: How to...
From Notion to Eleventy, but faster
Mostly frontend, sometimes art
Dec 23, 2022
by Daniel Schulz (1 post) · Website & RSS feed
Categories: How to...PaginationRemote Data
Fixing long start-up times of the Eleventy dev server
Running Browsersync without internet connection.
Dec 22, 2022
Drafts and timestamp-based publishing in Eleventy
Exercise more control over when, and if, your posts appear.
Dec 21, 2022
Using Fontsource With 11ty
For quite some time, I was searching for a way to self host google fonts because the google fonts API's network request increased the render blocking time more than I expected.
Dec 15, 2022
by Murtuzaali Surti (4 posts) · Website & RSS feed
Categories: How to...
Adding Download Support in an Eleventy Site
An example of adding download resources to an Eleventy site
Dec 13, 2022
by Raymond Camden (101 posts) · Website & RSS feed
Categories: How to...
Eleventy asset pipeline: precompiled assets without Gulp
Precompiled Sass and JS files that become part of the source folder.
Nov 27, 2022
by Christopher Kirk-Nielsen (9 posts) · Website & RSS feed
Categories: Asset PipelinesHow to...
A Bare-Bones Eleventy Template for Glitch
A quick template for using Eleventy on Glitch
Nov 25, 2022
by Raymond Camden (101 posts) · Website & RSS feed
Categories: How to...
Support External Articles in an Eleventy Blog
Adding a method to list external articles in an Eleventy blog
Nov 16, 2022
by Raymond Camden (101 posts) · Website & RSS feed
Categories: How to...
Some Options for Timing Pages in Eleventy
Some experiments timing slow pages with Eleventy
Nov 14, 2022
by Raymond Camden (101 posts) · Website & RSS feed
Categories: PerformanceHow to...Debugging
Adding a Stripe cart to a static Eleventy website with LiveState: Part 1
We solve digital problems through custom software development and design for the web—apps, mobile, desktop and devices.
Nov 9, 2022
by Chris Nelson (1 post) · Website & RSS feed
Categories: How to...
Quick LiquidJS + Eleventy Example - All Posts
Some quick things I learned about Liquid when building an "All Posts" page.
Nov 9, 2022
Eleventy, Markdown, and Tailwind CSS
English software developer based in Seattle.
Nov 8, 2022
How to access post content in template listing files
Eleventy (11ty) Tutorial
Nov 6, 2022
by Al Power (8 posts) · Website & RSS feed
Categories: Data CascadeHow to...
Building an Eleventy Starter Template Series
In this series, learn how to construct your own starter template for Eleventy so you can start your future projects sooner.
Nov 2, 2022
by Dustin Whisman (5 posts) · Website & RSS feed
Categories: Getting StartedHow to...
Integrating Cloudinary into Eleventy
A look at integrating Cloudinary image processing with Eleventy
Oct 20, 2022
Creating 11ty Dynamic Categories plugin (with 2-level pagination)
YouTube video
Sep 22, 2022
Categories: PaginationHow to...
Word count and reading time in Eleventy
Want to give your readers an idea of what’s ahead? Here’s some code to make that no biggie.
Sep 20, 2022
by Bryce Wray (26 posts) · Website & RSS feed
Categories: How to...
Using Puppeteer with 11ty to automate generating social share images
Blog and general digital garden of the full stack programmer Simon Dann.
Sep 14, 2022
by Simon Dann (11 posts) · Website & RSS feed
Categories: FiltersHow to...PaginationSocial Media
Get good Git info from Eleventy, too
While per-page Git data is built into Hugo, a little code can bring it to Eleventy, as well.
Sep 5, 2022
by Bryce Wray (26 posts) · Website & RSS feed
Categories: How to...
A truly fetching utility for Eleventy
While trying to make things work equally well in multiple repos, I discover the value of an Eleventy plugin I’d previously ignored.
Sep 1, 2022
by Bryce Wray (26 posts) · Website & RSS feed
Categories: Remote DataHow to...
Processing images linked from frontmatter with eleventy-img to use in meta tags
Engineering Management, SQL, and a dash of front-end from NYC.
Aug 31, 2022
by TJ Addison (2 posts) · Website
Categories: Front MatterImagesHow to...
Static embeds in Eleventy
In what could and perhaps should be the end of this saga, here’s code to provide static tweets and static Mastodon toots in Eleventy.
Aug 27, 2022
by Bryce Wray (26 posts) · Website & RSS feed
Categories: Social MediaHow to...
Eleventy within Eleventy to compile when you compile: precompiling reused assets
Pre-compile some reused assets to avoid repeating the same operation.
Aug 25, 2022
by Christopher Kirk-Nielsen (9 posts) · Website & RSS feed
Categories: Asset PipelinesHow to...
Adding Social Share Links in Eleventy
A quick example of adding social sharing links to your Eleventy site
Aug 22, 2022
by Raymond Camden (101 posts) · Website & RSS feed
Categories: Social MediaHow to...
11ty Second 11ty: Creating Template Filters
This week, we’re going to dive into 11ty filters. We’ll use 1 built-in filter, and make 2 custom filters.
Aug 15, 2022
Support Draft Blog Posts in Eleventy
A look at various ways of supporting draft posts with Eleventy
Aug 14, 2022
by Raymond Camden (101 posts) · Website & RSS feed
Categories: How to...ConfigurationCollectionsDrafts
Using Eleventy transforms to render asynchronous content inside Nunjucks macros
The online journal of Ashur Cabrera.
Aug 9, 2022
by Ashur Cabrera (8 posts) · Website & RSS feed
Categories: Nunjucks/MacrosHow to...
11ty Second 11ty: Global Data files (JS and JSON)
In these two videos, we take 110 seconds each to discuss how to use 11ty's Global Data files to pull static data with JSON and dynamic (at build time) data with JavaScript.
Aug 8, 2022
by Bryan Robinson (15 posts) · Website & RSS feed
Categories: Global DataHow to...
WordPress & Eleventy part two: Eleventy
Some considerations for using WordPress as a headless content management system for Eleventy.
Aug 8, 2022
WordPress & Eleventy part one: WordPress
Some considerations for setting up WordPress to use with Eleventy.
Aug 5, 2022
Add Netlify CMS to an existing 11ty site
Learn to add Netlify CMS to an existing 11ty site to make editing your posts easier
Jul 29, 2022
Generating Zips in an Eleventy Site
An example of providing zipped resources in an Eleventy site.
Jul 23, 2022
by Raymond Camden (101 posts) · Website & RSS feed
Categories: How to...
Adding Custom Anchors to Headings in Markdown - Eleventy
Anchors are nothing but id attributes applied to an element to link to it using href attribute internally on the same page.
Jul 10, 2022
I18n of URLs
Zach Leatherman asked what style of internationalization you'd prefer (explicit or implicit) and my response just doesn't fit in 280 characters.
Jul 8, 2022
by Raphael Höser (4 posts) · Website & RSS feed
Categories: InternationalizationHow to...
Eleventy - Shortcode for Embedding Codepen
Don't know what eleventy is? Before you read further, check out this amazing series of articles by... Tagged with webdev, javascript, beginners, eleventy.
Jul 7, 2022
by Murtuzaali Surti (4 posts) · Website & RSS feed
Categories: How to...Shortcodes
Reading Comic Books in the Jamstack
Adding support for digital comic books to your Jamstack site
Jul 1, 2022
by Raymond Camden (101 posts) · Website & RSS feed
Categories: Global DataHow to...Images
Related Content by Day of Year in Eleventy
A demonstration of how to get content published on the same day in the past.
Jun 23, 2022
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
Building a Quiz with Eleventy and Eleventy Serverless
How I built an Eleventy site driven by dynamic quiz data.
Jun 18, 2022
by Raymond Camden (101 posts) · Website & RSS feed
Categories: ServerlessHow to...
Getting Tailwind to work with Eleventy
Tackling Tailwind to work with Eleventy.
Jun 11, 2022
Generate a sitemap for your Eleventy website
How to create a sitemap for your static website built with Eleventy. Tagged with eleventy, sitemap, xml, staticsite.
Jun 5, 2022
by Luciano Mammino (3 posts) · Website & RSS feed
Categories: How to...Configuration
Add Build Info to an 11ty Site
Expose useful information about your Eleventy build to all of your templates using global data.
May 31, 2022
by Aleksandr Hovhannisyan (14 posts) · Website & RSS feed
Categories: DeploymentHow to...
Using the Eleventy Image plugin without a central image folder
Eleventy’s official image pre-processing plugin assumes you have a single folder with all your images in it. I needed something different, and this is how I did it.
May 29, 2022
Refactoring MikeAparicio.com
Escaping a hoarder house of technical debt.
May 26, 2022
by Mike Aparicio (4 posts) · Website
Categories: How to...
Automate syndication of your content with Eleventy, dev.to, and GitHub Actions
This started off as a test post for my talk I gave this past week at the Eleventy Meetup. Here’s...
May 26, 2022
by Nick Taylor (2 posts) · Website & RSS feed
Categories: How to...
Taming Eleventy Tags: Or How I Learned To Tolerate Double Pagination
Pagination in Eleventy is bit strange. Out of the box, Eleventy comes with support for something the developers call "pagination", but it...
May 23, 2022
by Desmond Rivet (1 post) · Website
Categories: PaginationHow to...
Creating a now page archive with 11ty
Blog and general digital garden of the full stack programmer Simon Dann.
May 17, 2022
by Simon Dann (11 posts) · Website & RSS feed
Categories: CollectionsFront MatterHow to...LayoutsNavigationNow Page
Building a design system with Eleventy
How to use this flexible static site generator to create the home for digital design in your company
May 16, 2022
by Trys Mudford (2 posts) · Website & RSS feed
Categories: How to...
Building a Serverless E-commerce Store with Stripe, Netlify, & 11ty
A lot of e-commerce solutions exist, but many of them charge a monthly fee. How could we build a site with the lowest hosting costs possible?
May 16, 2022
by Sia Karamalegos (9 posts) · Website & RSS feed
Categories: How to...
A Set of Useful 11ty Filters
Extend Eleventy's built-in filters with custom logic for these common use cases.
May 15, 2022
Favicons in root with Eleventy
A simple way to get any and all favicon variations in root for an Eleventy site.
May 8, 2022
by Den McHenry (1 post) · Website & RSS feed
Categories: How to...
Adding Cooklang Support to my Eleventy Blog
How I added cooklang to my blog and the 11ty extension I created in the process
May 8, 2022
by Matthew (2 posts) · Website
Categories: How to...
Design Mode in 11ty
Sometimes, I prefer to compose text right in my browser and copy it over to my source files. In 11ty, we can enable this behind a keyboard shortcut in our development environment using environment variables.
May 5, 2022
by Aleksandr Hovhannisyan (14 posts) · Website & RSS feed
Categories: How to...
From Notion to Eleventy part 2: Building Markdown from JSON
The ramblings of Ryan Boone, a web developer and designer from Texas with a passion for open, accessible front end development.
May 5, 2022
by Ryan Boone (3 posts) · Website
Categories: How to...Remote Data
Clawing Back Content for a Better Web: Twitter Archive with 11ty
Full-stack development and design. Based in Central Ohio and accepting projects from all over the world.
Apr 28, 2022
by Chelsea Adams (2 posts) · Website & RSS feed
Categories: How to...
Post to Eleventy from iOS with Drafts, Shortcuts and Working Copy
A workflow to write and publish posts from iOS to an Eleventy blog using Drafts, Shortcuts, and Working Copy.
Apr 23, 2022
Eleventy Related Posts Using TF-IDF
Automating related posts in Eleventy with term frequency-inverse document frequency and eleventy-plugin-related.
Apr 16, 2022
by Justin Poehnelt (2 posts) · Website
Categories: How to...
Responsive Images in Markdown with Eleventy Image
I love markdown's simplicity and convenience, but sometimes you need a little more than the default image tag. In this post, I walk through how responsive images (with the picture tag) are handled on this blog in a way that doesn't compromise the authoring experience.
Apr 16, 2022
Syntax highlighting for AsciiDoc with Eleventy
Apr 12, 2022
Use Your Saffron Recipes in the Jamstack
How to use your Saffron recipes in a jamstack site.
Apr 11, 2022
by Raymond Camden (101 posts) · Website & RSS feed
Categories: How to...
Using Storybook With 11ty
Storybook is great for component-driven development. This blog post shows you how to use Storybook with 11ty.
Apr 6, 2022
by Paul Everitt (2 posts) · Website & RSS feed
Categories: How to...ShortcodesWebC
Thoughts on the Jamstack and Content Metrics
Tips for getting an understanding of your site's content
Apr 6, 2022
by Raymond Camden (101 posts) · Website & RSS feed
Categories: How to...
Including RSS Content in your Eleventy Site - Part 2
A follow up to my post on using RSS data with Eleventy sites
Apr 3, 2022
by Raymond Camden (101 posts) · Website & RSS feed
Categories: How to...Remote DataRSS
Some tricks for 11ty that I learned along the way
in this post I'll explain how to create a collection from a folder, how to use slugify in tags page, and how to create a page containing all tags ordered alphabetically
Apr 2, 2022
by Michele Nasti (1 post) · Website
Categories: How to...
Eleventy Progressive Web App
Catching the Eleventy Lighthouse obsession bug!
Mar 31, 2022
by Justin Poehnelt (2 posts) · Website
Categories: PerformanceHow to...
Generating Apple Touch Icons with Eleventy
Creating the various sizes of Apple Touch Icons is one of the more tedious tasks in web development, but we can use JavaScript templates in Eleventy to automatically generate Apple Touch Icons.
Mar 30, 2022
Validating my Eleventy Blog's HTML
This site serves as a bit of a showcase, reference, and general brain dump, so content may vary!
Mar 30, 2022
by Matthew (2 posts) · Website
Categories: How to...
Validating the HTML of an Eleventy site
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...
Build a Blog With 11ty: Categories - Part 3
We are going to be go through the first steps to get up and running with 11ty. Building a 11ty site from scratch will help you keep your site lightweight, scalable and easy to manage.
Mar 28, 2022
by Jeremy Faucher (8 posts) · Website & RSS feed
Categories: BloggingGetting StartedHow to...Layouts
Build a Blog With 11ty: Base - Part 2
We are going to be go through the first steps to get up and running with 11ty. Building a 11ty site from scratch will help you keep your site lightweight, scalable and easy to manage.
Mar 28, 2022
by Jeremy Faucher (8 posts) · Website & RSS feed
Categories: BloggingFront MatterGetting StartedHow to...
Build a Blog With 11ty: Setup - Part 1
We are going to be go through the first steps to get up and running with 11ty. Building a 11ty site from scratch will help you keep your site lightweight, scalable and easy to manage.
Mar 28, 2022
by Jeremy Faucher (8 posts) · Website & RSS feed
Categories: BloggingCSS/SassGetting StartedHow to...
Using Sanity CMS to host an image gallery for an existing 11ty site
Sometimes it's too late for a starter project
Mar 27, 2022
by Cassey Lottman (11 posts) · Website & RSS feed
Categories: How to...CMSImage Galleries
Ignore Eleventy Files With Environment Variables
Using environment variables and the Eleventy config option to ignore files, we can exclude files or directories depending on our build process.
Mar 25, 2022
by Stephanie Eckles (21 posts) · Website & RSS feed
Categories: How to...
Per-file commit logs with Eleventy
Using computed data and simple-git to generate file-specific changelogs.
Mar 21, 2022
by Max Kohler (2 posts) · Website
Categories: How to...
Eleventy + Vue 3
Tips and tricks for using Vue 3 Single File Components as templates for Eleventy.
Mar 20, 2022
by Fynn Becker (3 posts) · Website & RSS feed
Categories: ConfigurationHow to...Plugins
11ty aliases the right way
A short little tutorial on how to make redirects in 11ty that aren't awful.
Mar 20, 2022
by Evan Boehs (2 posts) · Website & RSS feed
Categories: CollectionsConfigurationHow to...Pagination
Generate Social Image Covers With Eleventy And Node-Canvas
This static blog is generated with Eleventy and all its social images are automatically generated with node-canvas. In this tutorial we’ll set up a basic version of this script so you can use it on your blog as well.
Mar 17, 2022
by Rik Schennink (1 post) · Website & RSS feed
Categories: ConfigurationHow to...Social Media
Passing Object Arguments to Liquid Shortcodes in 11ty
Currently, 11ty doesn't allow you to pass object arguments to shortcodes in Liquid. As a temporary workaround, you can assemble and parse a JSON string to pass along to the shortcode as an argument.
Mar 17, 2022
by Aleksandr Hovhannisyan (14 posts) · Website & RSS feed
Categories: How to...
A 11ty Reading Time Plugin Quest
Blog and general digital garden of the full stack programmer Simon Dann.
Mar 16, 2022
How I built Around the Web
How I added a new format to my website, automated publication to a newsletter, and added categories.
Mar 15, 2022
by Oscar (3 posts) · Website & RSS feed
Categories: How to...
Show off your Lighthouse scores as static HTML in Eleventy with the PageSpeed Insights API
The Eleventy community is often focused on performance in a way that you don't tend to see with other... Tagged with eleventy, 11ty, lighthouse, performance.
Mar 15, 2022
by Phil Wolstenholme (1 post) · Website & RSS feed
Categories: PerformanceHow to...
SEO-Friendly URLs With 11ty
One of the first things I do after starting a new WordPress project, is clean out unneeded code.
Mar 12, 2022
by Jeremy Faucher (8 posts) · Website & RSS feed
Categories: How to...
Eleventy (11ty) setup for multilingual component-based flexible pages
How to setup Eleventy (11ty) static site generator to create landing pages or one page websites with page content splitted in serveral files using reusable UI components
Mar 11, 2022
by Andrea Berardi (1 post) · Website
Categories: InternationalizationHow to...
Building blocks for my first Eleventy site
Different choices that go into building an Eleventy website from scratch.
Mar 8, 2022
by Sami Määttä (5 posts) · Website
Categories: CSS/SassDatesDeploymentFiltersHow to...NavigationPaginationSocial Media
Including RSS Content in your Eleventy Site
A quick example of using RSS content for an Eleventy page.
Mar 8, 2022
by Raymond Camden (101 posts) · Website & RSS feed
Categories: Remote DataHow to...RSS
Custom Markdown Components in 11ty
Ever wanted to nest Markdown in HTML? In 11ty, you can easily do this with paired shortcodes and a custom Markdown library parser.
Mar 3, 2022
by Aleksandr Hovhannisyan (14 posts) · Website & RSS feed
Categories: How to...
Serverless blog with 11ty, GraphCMS and Firebase
The idea behind this experiment was to ignore modern practices: no Vercel and the complete React... Tagged with 11ty, eleventy, firebase, graphcms.
Feb 28, 2022
by Tim Vermaercke (1 post) · Website & RSS feed
Categories: ServerlessHow to...Blogging
From Notion to Eleventy part 1: The Notion API
The ramblings of Ryan Boone, a web developer and designer from Texas with a passion for open, accessible front end development.
Feb 26, 2022
by Ryan Boone (3 posts) · Website
Categories: How to...Remote Data
Automating some of the publishing steps for my Eleventy blog
Heres how I automated some of the tedious steps of publishing new posts on my Eleventy blog.
Feb 21, 2022
by Michael Harley (14 posts) · Website & RSS feed
Categories: BloggingFront MatterHow to...
How to add npm packages for client-side use in Eleventy
It's not immediately obvious how to use npm packages in an Eleventy website front end. Here's how to do it.
Feb 17, 2022
by Nicholas C. Zakas (2 posts) · Website & RSS feed
Categories: How to...
New store for albertoballesteros.com: Eleventy and Snipcart
Snipcart is an e-commerce solution that allows us to add a shopping cart to a web page. This article describes how to do that with an Eleventy static site.
Feb 15, 2022
by Lene Saile (6 posts) · Website & RSS feed
Categories: How to...
Adding QR Codes to Your Jamstack Site
A look at adding QR codes to your Jamstack site.
Feb 11, 2022
by Raymond Camden (101 posts) · Website & RSS feed
Categories: PaginationHow to...
Automatic Eleventy (11ty) Site Updates with Github Hooks
Feb 8, 2022
by Joonas Pihlajamaa (1 post) · Website
Categories: DeploymentHow to...
Advanced 11ty: Using Objects in your UI
In this tutorial, we will be writing an async / await call and then returning its response (an... Tagged with 11ty, await, javascript, tutorial.
Feb 5, 2022
by Brewhouse Digital (3 posts) · Website & RSS feed
Categories: How to...
Minifying JS in Eleventy on production
This tutorial is written for the 11ty framework and we will be hosting the app on Netlify. Other... Tagged with eleventy, minification, terser, 11ty.
Feb 5, 2022
A Google Static Maps Eleventy Plugin
A simple Eleventy plugin to support Google Static Maps
Feb 2, 2022
by Raymond Camden (101 posts) · Website & RSS feed
Categories: How to...Remote Data
Easily Create Gravatar Images With Eleventy
If you're moving your Wordpress site to Eleventy, you will want to convert your Gravatar images too. Find out how easy it is using an Eleventy shortcode.
Jan 30, 2022
My complete blogging workflow
Here is my complete blogging workflow from how I manage ideas all the way to publishing and sharing.
Jan 29, 2022
by Michael Harley (14 posts) · Website & RSS feed
Categories: BloggingHow to...ImagesFront Matter
Using a Google Photos Album in your Eleventy Site with Pipedream
Integrating a Google Photos Album in your Eleventy site with Pipedream
Jan 28, 2022
by Raymond Camden (101 posts) · Website & RSS feed
Categories: ImagesHow to...Remote DataImage Galleries
Nunjucks Conditional Statement Examples for Eleventy
We are going to be go through the first steps to get up and running with 11ty. Building a 11ty site from scratch will help you keep your site lightweight, scalable and easy to manage.
Jan 25, 2022
by Jeremy Faucher (8 posts) · Website & RSS feed
Categories: How to...Nunjucks/Macros
Using Storybook with Nunjucks components in Eleventy
The online journal of Ashur Cabrera.
Jan 24, 2022
by Ashur Cabrera (8 posts) · Website & RSS feed
Categories: Nunjucks/MacrosHow to...
Add Pagination to Your Eleventy Static Generated Website in Minutes
Learn how to add pagination to your Eleventy website for faster load times and better user experience with simple JavaScript.
Jan 19, 2022
by Nic Raboy (1 post) · Website & RSS feed
Categories: PaginationHow to...
A Guide to Building a Blog in Eleventy
A guide that walks folks through the process of building a blog with Eleventy
Jan 19, 2022
by Raymond Camden (101 posts) · Website & RSS feed
Categories: BloggingHow to...Getting Started
Using the Netlify CMS locally
The markdown file uses the `/src/layout/admin.njk` template. This is very similar to the default Netlify CMS example. ```html <!doctype html> <html> <head> <meta charset…
Jan 18, 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.
Setting a timestamp for posts and RSS feeds in eleventy
Eleventy (11ty) Tutorial
Dec 29, 2021
Just Enough JavaScript for Eleventy
Want to try Eleventy, but not very experienced in JavaScript yet? You're in the right place.
Dec 25, 2021
by Cassey Lottman (11 posts) · Website & RSS feed
Categories: ConfigurationHow to...
Running Netlify Dev and Eleventy Two or More Times At Once
A tip for folks using Netlify Dev and Eleventy
Dec 10, 2021
by Raymond Camden (101 posts) · Website & RSS feed
Categories: How to...
How to use Contentful with Eleventy
Here's a pretty 0-60 tutorial on integrating Contentful headless content with Eleventy static site generation! I hope you think it's nice!
Dec 1, 2021
Enabling Emoji Shortcodes in Eleventy Markdown Files
Turn on emoji shortcodes in markdown files in Eleventy by adding the markdwon-it-emoji plugin.
Nov 24, 2021
by Wes Goulet (1 post) · Website & RSS feed
Categories: How to...MarkdownShortcodes
Time is on your side
The HTML time element is both useful and easy to use.
Nov 16, 2021
Configuring Web Fonts in 11ty with Global Data
Use global data in 11ty to create a single configuration for fonts that you can reference in your templates and CSS.
Nov 14, 2021
by Aleksandr Hovhannisyan (14 posts) · Website & RSS feed
Categories: Global DataHow to...
Implementing a search bar on my static website
A personal blog where I write about my side projects
Nov 9, 2021
Managing a secrets directory in your eleventy site
A personal blog where I write about my side projects
Nov 7, 2021
Categories: ConfigurationHow to...
Converting a simple HTML site to use Eleventy
For when you're ready for a little templating fun
Oct 23, 2021
by Cassey Lottman (11 posts) · Website & RSS feed
Categories: How to...Migrating to Eleventy
Updated social sharing (open graph protocol) images for my personal site
Using the large social sharing images added nothing to the information being published so I've decided to stop using them.
Oct 18, 2021
by Michael Harley (14 posts) · Website & RSS feed
Categories: Social MediaHow to...
Adding PDF Output Support to Eleventy
Using Eleventy transforms and Adobe PDF Services to create dynamic PDFs.
Oct 13, 2021
by Raymond Camden (101 posts) · Website & RSS feed
Categories: How to...
Eleventy Hack/Tip/Possibly Bad Idea - Dynamic Theme Testing
How to test a new theme in an Eleventy site
Oct 11, 2021
by Raymond Camden (101 posts) · Website & RSS feed
Categories: How to...Configuration
How to password protect a static site on Vercel, Netlify, or any JAMStack site
Eleventy (11ty) Tutorial
Oct 10, 2021
Inspecting an existing 11ty project
Great talk by Cassey Lottman
Oct 4, 2021
by Katie Kodes (2 posts) · Website & RSS feed
Categories: How to...ConfigurationDebugging
Building server-rendered search for static sites with 11ty Serverless, Netlify, and Algolia
Learn how to code progressive enhancement on the Jamstock with 11ty Serverless, Netlify, and Algolia, without bloating our codebase,
Oct 3, 2021
by Bryan Robinson (15 posts) · Website
Categories: ServerlessSearchHow to...
Requesting YouTube API endpoint using Node and 11ty
How to request YouTube API endpoint using Nodejs standard API and Eleventy (11ty) in the frontend!. Tagged with node, eleventy, javascript, html.
Oct 2, 2021
Creating a (Manual) Related Posts Feature in Eleventy
How to handle post relations in Eleventy in a manual fashion.
Sep 24, 2021
by Raymond Camden (101 posts) · Website & RSS feed
Categories: How to...Front Matter
Supporting Multiple Authors in an Eleventy Blog - Follow-Up
An udate to my earlier Eleventy demo showing how to handle multiple authors
Sep 19, 2021
by Raymond Camden (101 posts) · Website & RSS feed
Categories: How to...Front Matter
How to Create and Deploy Your First Eleventy Website
Learn how to build a website with Eleventy (11ty), a static site generator that gives you simplicity and flexibility.
Sep 15, 2021
by Ayooluwa Isaiah (1 post) · Website
Categories: How to...Deployment
Every fire needs a sparkline
A post by Zach Leatherman (zachleat)
Sep 13, 2021
by Zach Leatherman (43 posts) · Website & RSS feed
Categories: How to...
Reply-to links in site feeds
I really love when people include Reply-to links in their RSS feed. Here are a couple options.
Sep 10, 2021
by Michael Harley (14 posts) · Website & RSS feed
Categories: How to...
Using PDFs with the Jamstack - Building a Document Viewer
Using Adobe PDF Services to build a document viewer for your Jamstack site
Aug 30, 2021
by Raymond Camden (101 posts) · Website & RSS feed
Categories: How to...Global Data
Adding Algolia search to an Eleventy site with Netlify
After months of struggles I finally found a relatively easy solution.
Aug 29, 2021
How to Separate Content from Website Code
It's much easier to maintain a site over time when the content is separate from the code. Walk through that process using a real example with Eleventy.
Aug 24, 2021
by Sean David (1 post) · Website & RSS feed
Categories: How to...
Using Liquid Blocks in Eleventy Layouts
A look at using multiple blocks and having them render in Liquid templates
Aug 19, 2021
Automatically Generated Social Media Images with HTML, CSS, Eleventy & Puppeteer
Prettier previews, built with many moving parts.
Aug 16, 2021
How I Set Up a Project With Eleventy
Introduction This is a quick overview on my typical setup for an 11ty project. I really... Tagged with jamstack, eleventy.
Aug 14, 2021
by Nathan Blaylock (1 post) · Website & RSS feed
Categories: How to...Getting Started
More Work on Algolia and My Blog
An update to my fight to get search working right on my blog
Aug 11, 2021
Using parameters in your eleventy includes with nunjucks macros
Includes are great. But for actual reusability of code, parameters are always needed. Luckily, nunjucks makes this possible with macros!
Aug 10, 2021
by Thomas Semmler (3 posts) · Website & RSS feed
Categories: How to...Nunjucks/Macros
A Running Log - Garmin Connect and Eleventy
Use Eleventy to log Garmin Connect activities on a website and automate the process with Zapier and Netlify.
Aug 9, 2021
by Josh Crain (1 post) · Website & RSS feed
Categories: Data CascadeHow to...Remote Data
Automate Netlify Redirects in 11ty
Tired of listing all of your Netlify redirects by hand? Generate them programmatically with a bit of 11ty templating magic!
Aug 8, 2021
by Aleksandr Hovhannisyan (14 posts) · Website & RSS feed
Categories: How to...
Filter Titles for RSS and Social Shares
Replace characters that are often stripped out of post titles by RSS readers and social network link embeds
Aug 8, 2021
by Stephanie Eckles (21 posts) · Website & RSS feed
Categories: How to...Social MediaFiltersRSS
Reusable code snippets and components in Eleventy
Some cunning ways to use Nunjucks and 11ty shortcodes for reusable blocks
Aug 3, 2021
by Fuzzy Logic (3 posts) · Website & RSS feed
Categories: How to...
An Adobe PDF Embed Plugin for Eleventy
Eleventy users can now add a PDF Embed plugin to their sites
Aug 2, 2021
by Raymond Camden (101 posts) · Website & RSS feed
Categories: How to...Global DataConfigurationPlugins
Page Level URL Fetching with Eleventy
Making a network request on a page with Eleventy
Jul 30, 2021
by Raymond Camden (101 posts) · Website & RSS feed
Categories: How to...Remote DataFront MatterGlobal Data
Structuring Eleventy projects
One of the great things about Eleventy is its flexibility and its lack of assumptions about how your projects should be organized. However, in order to preserve my own sanity, I needed to come up with a default files and folders architecture that made sense to me.
Jul 29, 2021
by Jérôme Coupé (9 posts) · Website & RSS feed
Categories: How to...
Blog post filter with Netlify Functions
I built my first ever serverless feature to add tag filtering to my blog listing. Here's how I integrated that to my Ghost & Eleventy setup with Netlify Functions.
Jul 28, 2021
by Juha-Matti Santala (13 posts) · Website & RSS feed
Categories: FiltersHow to...ServerlessRemote Data
Building a notification thingamajig with Eleventy data
The online journal of Ashur Cabrera.
Jul 26, 2021
by Ashur Cabrera (8 posts) · Website & RSS feed
Categories: Data CascadeHow to...
Making an 11ty collection from a remote XML file
RSS is XML with a specification, however not all RSS feeds follow the spec. In this post, we process the feed as an XML document meaning we can access the extra attributes and values
Jul 26, 2021
by Mike Street (13 posts) · Website & RSS feed
Categories: CollectionsHow to...Remote Data
Adding figures with captions to images in markdown with eleventy
Eleventy (11ty) Tutorial
Jul 25, 2021
Eleventy plus Vite = elite
Re-bundling, but without the pain of webpack.
Jul 24, 2021
Applying frontmatter defaults to a whole folder of posts in eleventy
Eleventy (11ty) Tutorial
Jul 22, 2021
by Al Power (8 posts) · Website & RSS feed
Categories: How to...Front Matter
Formatting dates nicely in 11ty with Luxon
Eleventy (11ty) Tutorial
Jul 22, 2021
Build your own shop with the Shopify Storefront API, Eleventy, and serverless functions
Learn how you can create your own online shopping experience using the improved Shopify Storefront API, serverless functions, and Eleventy.
Jul 20, 2021
by Phil Hawksworth (6 posts) · Website
Categories: ServerlessHow to...
Setting a conditional variable in Javascript
Power Platform Developer and all around cool guy
Jul 19, 2021
Improving my automated open graph image process w/ Eleventy
Power Platform Developer and all around cool guy
Jul 14, 2021
by Michael Harley (14 posts) · Website & RSS feed
Categories: ImagesSocial MediaHow to...
How I Create an Article Series in Eleventy
Front matter, templates, collections, and JavaScript.
Jul 14, 2021
by Shiv J.M. (11 posts) · Website & RSS feed
Categories: How to...
Improving upon my image processing with Eleventy
I recently relaunched my website and I believe I have improved upon my image processing setup using eleventy-img. Here is what I did.
Jul 13, 2021
Manage Design Tokens in Eleventy
Eleventy offers the ability to transform data, which is handy for creating and transforming design tokens
Jul 12, 2021
by Fuzzy Logic (3 posts) · Website & RSS feed
Categories: How to...
Create an 11ty collection from any RSS feed
Using 11ty global data files, we create an 11ty collection from an RSS feed. As an example, we show the latest YouTube videos on our website
Jul 12, 2021
by Mike Street (13 posts) · Website & RSS feed
Categories: Remote DataCollectionsHow to...RSS
Creating an Additive Capture Shortcode in Eleventy
Creating a capture shortcode that appends insteads of replacing
Jul 12, 2021
by Raymond Camden (101 posts) · Website & RSS feed
Categories: How to...
Creating an 11ty collection from a JSON API
Using 11ty Global data files, you can make collections from JSON APIs, allowing you to make whole websites from one endpoint
Jun 28, 2021
by Mike Street (13 posts) · Website & RSS feed
Categories: CollectionsHow to...Global Data
Bundle JavaScript with Eleventy and esbuild
Jun 27, 2021
by Rob Anderson (5 posts) · Website & RSS feed
Categories: Asset PipelinesHow to...
Dynamic Short URLs with Eleventy
Creating URL aliases dynamically with Eleventy
Jun 22, 2021
by Raymond Camden (101 posts) · Website & RSS feed
Categories: Front MatterCollectionsHow to...
Using Lunr with Eleventy via Netlify Serverless Functions - Part Two
A followup to my post demonstrating using Lunr via serverless functions
Jun 6, 2021
Using Lunr with Eleventy via Netlify Serverless Functions
A look at using Lunr on the server side with an Eleventy web site
Jun 2, 2021
Going Beyond Static Sites With Eleventy
YouTube video
May 31, 2021
by Stephanie Eckles (21 posts)
Categories: How to...Why Eleventy?
Hiding posts with future dates in Eleventy
May 24, 2021
A Remarkable Discovery
I switched from markdown-it to remark and I’m much happier for it.
May 23, 2021
Accessing 11ty filters within data files to keep your code DRY
11ty filters can exist as JS functions inside the declared filters directory - these can be accessed by other files not processed by 11ty
May 17, 2021
Building a Choose Your Own Adventure site with Eleventy
How I built a "Choose Your Own Adventure" style site with Eleventy
May 16, 2021
by Raymond Camden (101 posts) · Website & RSS feed
Categories: Front MatterHow to...
Create posts in Eleventy using collections
May 14, 2021
by Michael Chan (7 posts) · Website
Categories: CollectionsHow to...
Deploying an 11ty Site to Azure Static Web Apps
May 13, 2021
by Chad Schulz (1 post) · Website
Categories: DeploymentHow to...
Automatically generate open graph images in Eleventy
Bernard Nijenhuis • Front-end Developer • Katwijk, The Netherlands • Father of 3 kids • Husband to 1 wife • Owner of 2 cats
May 10, 2021
by Bernard Nijenhuis (7 posts) · Website
Categories: FiltersHow to...ImagesSocial Media
Using PurgeCSS with Bootstrap and Eleventy
Tailwind is rad but have you ever wanted a customized, slim version of Bootstrap? In this tutorial,... Tagged with eleventy, 11ty, bootstrap, purgecss.
May 9, 2021
Adding an Email Subscription to Your Jamstack Site
Using MailChimp to provide a list service for new posts on your blog
May 1, 2021
by Raymond Camden (101 posts) · Website & RSS feed
Categories: How to...Front Matter
Listing posts in Eleventy when you publish offsite
Co-mingling internal and external posts takes a little extra work. Here’s what I did
Apr 28, 2021
by Eric Bailey (2 posts) · Website & RSS feed
Categories: How to...
How to: add Twitter and Instagram Embeds on an Eleventy website using Sanity
Cover image credits: Photo by Luismi Sánchez on Unsplash At Orbit, we recently rebuilt our website f... Tagged with 11ty, eleventy, sanity, jamstack.
Apr 27, 2021
Let's Learn Eleventy (11ty) - How to make a JavaScript bundle
In the fifth part of the Let't Learn Eleventy series, we'll learn how handle JavaScript
Apr 25, 2021
by Rares Portan (5 posts) · Website
Categories: Asset PipelinesHow to...
Eleventy 1.0
In the changelog, I’m documenting modifications to this site that might be of interest, but are not necessarily my own ideas or work. This time it’s about the update to Eleventy 1.0 and some things that changed while updating.
Apr 21, 2021
by Martin Schneider (7 posts) · Website & RSS feed
Categories: ImagesSocial MediaHow to...
Archives & Permalinks
How I got the archive page permalinks right.
Apr 21, 2021
by Shiv J.M. (11 posts) · Website & RSS feed
Categories: How to...Permalinks
Get your Eleventy Site into the real world using a hosting provider like Netlify or Git pages
There are plenty of ways to get your 11ty site live depending on preferences and skill set, this blog walks through a few of the popular ones including Gitlab pages, Vercel, Netlify and Cloudflare pages
Apr 19, 2021
by Mike Street (13 posts) · Website & RSS feed
Categories: DeploymentHow to...
Using Eleventy’s official image plugin
The what, why, and how of Eleventy Image.
Apr 17, 2021
Medium-Style Share Highlights in Eleventy
I built an Eleventy plugin to do Medium-style text highlights that can be shared. It uses a webcomponent, custom properties and the Web Share API.
Apr 13, 2021
by Max Böck (8 posts) · Website & RSS feed
Categories: How to...
Build an 11ty calendar to list all your posts
List all of your posts (or other collection items) in a calendar/diary format to give a timeline of your past
Apr 12, 2021
by Mike Street (13 posts) · Website & RSS feed
Categories: CollectionsHow to...
Creating a feed in Eleventy
Bernard Nijenhuis • Front-end Developer • Katwijk, The Netherlands • Father of 3 kids • Husband to 1 wife • Owner of 2 cats
Apr 7, 2021
by Bernard Nijenhuis (7 posts) · Website
Categories: How to...
npx eleventy !== npx @11ty/eleventy
Use the former at your own risk.
Apr 7, 2021
by Cassey Lottman (11 posts) · Website & RSS feed
Categories: How to...Configuration
Building a Simple Image Gallery with Eleventy
Using the Image plugin with Eleventy to build a simple gallery
Apr 7, 2021
by Raymond Camden (101 posts) · Website & RSS feed
Categories: ImagesHow to...PluginsConfigurationImage Galleries
Using Cloudflare workers to publish your scheduled 11ty posts
Learn how to schedule blog posts and other items to go live with your static site generator without having to rebuild the whole site. Get all the benefits of a dynamic CSS with static files
Apr 5, 2021
by Mike Street (13 posts) · Website & RSS feed
Categories: How to...Deployment
How to add Netlify CMS to an existing Eleventy project
I started coding again recently and I've been working on some personal projects in Eleventy. I alrea... Tagged with netlifycms, eleventy, jamstack, beginners.
Apr 3, 2021
Syndicating blog posts from an 11ty site to Dev.to using RSS
How I syndicate the blog posts from my website to Dev.to by providing an RSS feed for my journal page.
Apr 2, 2021
Using SASS With Eleventy
Eleventy (11ty) is a super customisable static site generator that at its core transforms template language into HTML. However, template languages li…
Mar 29, 2021
Quick Tips for Eleventy and Vercel
A quick tip for folks using Eleventy and Vercel together.
Mar 27, 2021
by Raymond Camden (101 posts) · Website & RSS feed
Categories: DeploymentHow to...Debugging
11ty Date Shortcodes and Filters
Use this shortcode and filter as a starting point for your date transformation needs.
Mar 27, 2021
by Stephanie Eckles (21 posts) · Website & RSS feed
Categories: DatesHow to...FiltersShortcodes
Adding a favicon in Eleventy
Bernard Nijenhuis • Front-end Developer • Katwijk, The Netherlands • Father of 3 kids • Husband to 1 wife • Owner of 2 cats
Mar 25, 2021
by Bernard Nijenhuis (7 posts) · Website
Categories: How to...
Using the Eleventy image plugin to generate images
In the changelog I'm documenting modifications to this site that might be of interest, but are not necessarily my own ideas or work.
Mar 21, 2021
Tailwind-to-head with Eleventy
This follow-up to an earlier article about Hugo Pipes shows how to get internal CSS in an Eleventy site — and with no build tools required.
Mar 20, 2021
Collection archive in Eleventy
Bernard Nijenhuis • Front-end Developer • Katwijk, The Netherlands • Father of 3 kids • Husband to 1 wife • Owner of 2 cats
Mar 17, 2021
by Bernard Nijenhuis (7 posts) · Website
Categories: How to...Collections
Using PDFs with the Jamstack - Now with Thumbnails
Combing Adobe PDF APIs with Eleventy to create PDF Thumbnails
Mar 16, 2021
by Raymond Camden (101 posts) · Website & RSS feed
Categories: How to...Remote DataPagination
Adding Simple Pagination to an 11ty Collection
11ty can handle pagination really well, but finding the right subset of the many pagination features can be a little difficult to figure out. Here's how I added simple previous and next links and post totals to the list pages on this blog.
Mar 7, 2021
by Brian Perry (1 post) · Website
Categories: PaginationHow to...Collections
Accessible anchor links with Markdown-it and Eleventy
Feb 25, 2021
by Nicolas Hoizey (3 posts) · Website & RSS feed
Categories: MarkdownHow to...Accessibility
Using PDFs with the Jamstack
Using the Adobe PDF Embed API to view PDFs on your Jasmstack site
Feb 25, 2021
by Raymond Camden (101 posts) · Website & RSS feed
Categories: How to...Global DataPagination
11ty and Rollup - a take on current build pipelines
I love rollup and I love 11ty (eleventy), but mixing the two seems to be a little hard - at least when looking at the starter projects presented on 11ty's website. Here's my take on it.
Feb 22, 2021
by Raphael Höser (4 posts) · Website & RSS feed
Categories: How to...
Integrating Navigation Search with Lunr and Eleventy
How to use navigation search forms and Lunr
Feb 22, 2021
by Raymond Camden (101 posts) · Website & RSS feed
Categories: SearchNavigationHow to...
Stream Schedule with Eleventy
Feb 9, 2021
by Ben Myers (6 posts) · Website
Categories: How to...Scheduling
Create an Eleventy podcast feed
Want to add an iTunes and Google friendly podcast feed to your Eleventy site? Here's how.
Feb 8, 2021
by Marc Littlemore (4 posts) · Website & RSS feed
Categories: FiltersBloggingHow to...Configuration
How to use CSV data with Eleventy
Feb 6, 2021
by Max Kohler (2 posts) · Website
Categories: How to...Data Cascade
Group posts by year in Eleventy
Using a custom 11ty collection to group post by any attribute.
Jan 31, 2021
by Darek Kay (5 posts) · Website & RSS feed
Categories: DatesHow to...Collections
Create a Contributors Page in Eleventy
Jan 29, 2021
by Michael Chan (7 posts) · Website
Categories: How to...Global Data
Eleventy plugin for generating social images (using SVG)
How I created an eleventy plugin to automatically generate social-images for your website and blog posts.
Jan 28, 2021
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
Eleventy plugin for efficient CodePen embeds
Embed CodePen.io Pens into your 11ty website by using a ShortCode. It directly embeds an iFrame for efficiency (without loading CodePen's Javascript).
Jan 24, 2021
Configure markdown footnotes in eleventy
Eleventy (11ty) Tutorial
Jan 23, 2021
by Al Power (8 posts) · Website & RSS feed
Categories: How to...MarkdownConfiguration
Let's Learn Eleventy (11ty) - Images
In the fourth part of the Let't Learn Eleventy series, we'll learn how use images with eleventy-img plugin
Jan 23, 2021
Using Pre-Built Lunr Indexes with Eleventy
Switching to Pre-Built Lunr indexes with Eleventy sites
Jan 22, 2021
by Raymond Camden (101 posts) · Website & RSS feed
Categories: SearchHow to...Configuration
Add YouTube playlists to your Eleventy site
Want to add a YouTube playlist to your Eleventy website? Read on to find out how.
Jan 21, 2021
Add YouTube and Twitter Shortcodes to Eleventy
Jan 20, 2021
by Michael Chan (7 posts) · Website
Categories: How to...YouTubeShortcodes
Integrate Pocket in Eleventy
Jan 19, 2021
by Michael Scharnagl (1 post) · Website & RSS feed
Categories: How to...
Accessing Eleventy Data on the Client Side
Accessing Eleventy data files in your JavaScript code
Jan 18, 2021
by Raymond Camden (101 posts) · Website & RSS feed
Categories: Global DataRemote DataHow to...Front Matter
Automatic social sharing images for Eleventy
Jan 10, 2021
by Mark Thomas Miller (5 posts) · Website
Categories: ImagesSocial MediaHow to...
3 Ways to Render Server-Side Components with Eleventy
While Eleventy doesn't appear to be built for today's component-driven landscape, here are three approaches we can take to get closer.
Jan 10, 2021
by Sean Davis (6 posts) · Website & RSS feed
Categories: How to...
Automated social sharing images with Eleventy and Puppeteer
Power Platform Developer and all around cool guy
Jan 9, 2021
Setup social sharing previews, SEO, and favicons on Eleventy
This is part four of how I used 11ty to setup my personal site. This is how I setup open graph protocol, search and favicons.
Jan 3, 2021
by Michael Harley (14 posts) · Website & RSS feed
Categories: Social MediaImagesHow to...
Accessible amojis with 11ty
I’m Kitty Giraudel, a non-binary trans frontend developer based in Berlin, focused on accessibility and inclusivity.
Jan 2, 2021
by Kitty Giraudel (4 posts) · Website & RSS feed
Categories: AccessibilityHow to...
Give your Eleventy Site Superpowers with Environment Variables
Eleventy is increasing in popularity because it allows us to create nice, simple websites, but also — because it’s so developer-friendly. We can build
Dec 31, 2020
by Andy Bell (3 posts) · Website & RSS feed
Categories: ConfigurationHow to...
RSS, a love letter and walkthrough for my Eleventy site
Power Platform Developer and all around cool guy
Dec 31, 2020
Maximally optimizing image loading for the web
In this post I'll outline 8 image loading optimization techniques to minimize both the bandwidth used for loading images on the web and the...
Dec 28, 2020
Dynamic heading levels in Eleventy
While looking around a repository at something else I discovered this clever approach.
Dec 26, 2020
by Dana Byerly (8 posts) · Website & RSS feed
Categories: How to...
Building a Community Calendar with Eleventy
Dec 21, 2020
by Michael Chan (7 posts) · Website
Categories: How to...
Configuring responsive and optimized images with Eleventy
Power Platform Developer and all around cool guy
Dec 21, 2020
Add structured data annotations to Eleventy blog
Add structured data (JSON-LD) to enable rich snippets in Google search results.
Dec 17, 2020
by Max Ivanov (1 post) · Website & RSS feed
Categories: How to...Data CascadeBlogging
Custom collection list markup in Eleventy
Dec 15, 2020
by Dan Denney (1 post) · Website
Categories: CollectionsHow to...
Using Airtable with Eleventy
A long-winded look at getting Airtable data into Eleventy.
Dec 11, 2020
by Dana Byerly (8 posts) · Website & RSS feed
Categories: Remote DataHow to...Global Data
Generating Social Sharing Images In Eleventy
Standing on the shoulders of giants makes it possible to generate social sharing images with very little code.
Dec 10, 2020
by Steven Hicks (1 post) · Website
Categories: Social MediaImagesHow to...
Understanding Filters, Shortcodes and Data in 11ty
Sometimes it’s a little confusing what the difference between shortcodes, data and filters really is, and frankly the boundaries can become a little blurred with 11ty.
Dec 8, 2020
by Mike (1 post) · Website & RSS feed
Categories: Data CascadeHow to...FiltersShortcodes
Adding Google Calendar to Your Jamstack - with Pipedream
An updated demonstration of integration calendar data into your Jamstack site - with Pipedream
Dec 8, 2020
by Raymond Camden (101 posts) · Website & RSS feed
Categories: Remote DataHow to...
Footnotes in 11ty
I’m Kitty Giraudel, a non-binary trans frontend developer based in Berlin, focused on accessibility and inclusivity.
Dec 2, 2020
by Kitty Giraudel (4 posts) · Website & RSS feed
Categories: How to...
Composing data in Eleventy
The ramblings of Ryan Boone, a web developer and designer from Texas with a passion for open, accessible front end development.
Nov 28, 2020
by Ryan Boone (3 posts) · Website
Categories: Front MatterData CascadeHow to...
Parsing markdown in frontmatter for Eleventy templates, using filters
Nov 24, 2020
by Victor Camnerin (1 post) · Website & RSS feed
Categories: Front MatterHow to...FiltersMarkdown
Using a folder other than posts/ with Eleventy
I don’t want to wrestle with overwrought Webpack configuration, write GraphQL queries for basic navigation, or scream at types for failing to transpile or whatever. I want to write
Nov 22, 2020
by Eric Bailey (2 posts) · Website & RSS feed
Categories: ConfigurationHow to...
Compile Sass With Eleventy
Instead of using Gulp or Grunt, Eleventy can also compile Sass files directly. The players: the new beforeBuild event and Dart Sass.
Nov 19, 2020
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
Using PostCSS for cache-busting in Eleventy
Optimizing how browsers handle your site’s CSS, and why you should care about that.
Nov 10, 2020
Adding a Warning for Old Posts to Your Jamstack Site
How to add a message to older content on your static site.
Nov 9, 2020
Selecting Random Posts in Eleventy
A look at adding links to random pages in Eleventy
Oct 26, 2020
by Raymond Camden (101 posts) · Website & RSS feed
Categories: How to...FiltersConfiguration
Responsive Images with Eleventy & Sharp
High school student and open source developer.
Oct 23, 2020
Creating a Sitemap file with Eleventy
This is a quick tip showing how I created a sitemap.xml file using Eleventy that will automatically update itself when you create new pages
Oct 22, 2020
by Juan Fernandes (2 posts) · Website & RSS feed
Categories: How to...
Let's Learn Eleventy (11ty) - Slots, includes and shortcodes
This is the third part of the Let't Learn Eleventy series. We'll learn how to use slots, includes and shortcodes.
Oct 21, 2020
by Rares Portan (5 posts) · Website
Categories: How to...Shortcodes
Tips for debugging in 11ty
Some quick debugging tips that I came up with whilst building my personal blog.
Oct 9, 2020
Setting up Homebrew, NPM and Eleventy on a fresh mac
Walking through setting up Homebrew on your Mac, so you can install NPM and Eleventy.
Oct 5, 2020
by Mike Street (13 posts) · Website & RSS feed
Categories: ConfigurationHow to...
Tracking Posts by Week in Eleventy
A quick hack to get the number of posts written per week in Eleventy
Sep 30, 2020
Manually splitting CSS files in Eleventy
Don't want to use a bundler? Eleventy makes it easy to manually split your CSS.
Sep 28, 2020
Add Netlify Redirects and Headers to an Eleventy Project
What seems like a simple task can be a little tricky to get right with Eleventy. Learn how to add a _redirects file to Eleventy projects deployed with Netlify.
Sep 24, 2020
Automated Open Graph images with 11ty and Cloudinary
I wanted to find a way to dynamically generate a unique Opengraph images for each blog post automatically using post data, Cloudinary API & Eleventy
Sep 22, 2020
by Juan Fernandes (2 posts) · Website & RSS feed
Categories: Social MediaImagesHow to...
Add a generator meta tag to your Eleventy website
A generator meta tag is used to give some credit to the tools you use to build a plain HTML website. Let's give Eleventy some credit. Tagged with eleventy, jamstack, staticsite, javascript.
Sep 17, 2020
by Luciano Mammino (3 posts) · Website & RSS feed
Categories: How to...Configuration
Generate CSV Files from Data with 11ty
Eleventy is one heck of a powerful, incredibly flexible static site generator. This short guide will show you how you can generate CSV data files using Eleventy.
Sep 15, 2020
by Fershad Irani (2 posts) · Website
Categories: How to...
Hooking Up FaunaDB to Eleventy
Father, husband, developer relations and web standards expert, and cat demo builder.
Sep 15, 2020
by Raymond Camden (101 posts) · Website & RSS feed
Categories: Remote DataHow to...Pagination
Eleventy: RSS Feeds and Front Matter Data
Getting front matter data into my Nunjucks RSS feed templates.
Sep 4, 2020
by Mark Llobrera (7 posts) · Website & RSS feed
Categories: Front MatterHow to...RSS
Supporting Multiple Authors in an Eleventy Blog
How to handle multiple authors in Eleventy, with custom author profile pages.
Aug 24, 2020
by Raymond Camden (101 posts) · Website & RSS feed
Categories: Front MatterHow to...FiltersPagination
A Community-Driven Site with Eleventy: Building the Site
In the last article, we learned what goes into planning for a community-driven site. We saw just how many considerations are needed to start accepting user
Aug 20, 2020
by Stephanie Eckles (21 posts) · Website & RSS feed
Categories: How to...
A Community-Driven Site with Eleventy: Preparing for Contributions
I've recently found myself reaching for Eleventy (aka 11ty) above all other tools when I want to develop a website. It's hard to beat a static site generator
Aug 19, 2020
by Stephanie Eckles (21 posts) · Website & RSS feed
Categories: How to...
Add a Static Directory to an Eleventy Project
Copy static files from a directory into the root of the build directory with Eleventy.
Aug 17, 2020
by Sean Davis (6 posts) · Website & RSS feed
Categories: How to...
Migrating from Node and Express to the Jamstack - Part 3
Father, husband, developer relations and web standards expert, and cat demo builder.
Aug 16, 2020
by Raymond Camden (101 posts) · Website & RSS feed
Categories: Migrating to EleventyServerlessHow to...Remote Data
Hiding Future Content with Eleventy
How to use custom filters and collections to hide Eleventy content for the future.
Aug 7, 2020
by Raymond Camden (101 posts) · Website & RSS feed
Categories: How to...Front MatterFiltersCollections
How to show your template code in 11ty blog posts
If you write a technical blog and use 11ty as your static site generator of choice you might run into a conundrum: How do you show Liquid or Nunjucks template code in your code blocks.
Jul 31, 2020
How to generate ID attributes in headings using Eleventy
Eleventy doesn't generate heading IDs by default, here's how to do it.
Jul 28, 2020
Adding Algolia Search to Eleventy and Netlify
How I added Algolia Search to an Eleventy Site
Jul 24, 2020
How to fix Eleventy's dates being off by one day
Jul 12, 2020
Adding Algolia Search to Eleventy and Netlify - Part Two
An update to my post on using Algolia with Eleventy
Jul 1, 2020
Building and maintaining components from utility classes in Eleventy
Use a collection of utilities to form components without additional CSS.
Jun 29, 2020
Eleventy — Using A Layout As A Partial (The Most Useful Things...)
Jun 8, 2020
by Deniz Akşimşek (1 post) · Website & RSS feed
Categories: How to...
How to add a sitemap to Eleventy
Jun 2, 2020
by Mark Thomas Miller (5 posts) · Website
Categories: How to...
Climbing the 11ty Performance leaderboard with Cloudinary, critical CSS and more
A few weeks ago, Zach Leatherman announced that he was going to change the Built with 11ty section 11ty's documentation. He was going to create a performance leaderboard to showcase performant projects using the tool. I wanted my site to break into the top 100!
May 25, 2020
Testing my Eleventy-website with Cypress and Netlify
Last time I wrote "this page is a repository consisting of some thrown-together and latenight-written code". Some tests should ensure that I don't break to much when I'm, cleaning up the code. Here's how I created a basic setup that runs my tests before every deployment.
May 25, 2020
by Martin Schneider (7 posts) · Website & RSS feed
Categories: How to...DeploymentNetlify
Integrating Google Analytics with Eleventy
How to use Google Analytics with Eleventy
May 21, 2020
by Raymond Camden (101 posts) · Website & RSS feed
Categories: How to...Remote Data
Eleventy: Loop through a collection from within a layout?
I have a home page which is made up of sections. Each section is currently pulled into my index.html... Tagged with eleventy, help.
May 20, 2020
by Grant Smith (1 post) · Website & RSS feed
Categories: How to...Collections
Integrating Netlify Analytics and Eleventy
How to use Netlify's Analytics API in Eleventy
May 18, 2020
by Raymond Camden (101 posts) · Website & RSS feed
Categories: How to...Remote Data
Logging with Eleventy and Nunjucks
Adding a simple filter to save you a lot of grief.
May 12, 2020
Using Nunjucks 'If Expressions' in 11ty to create a simple active navigation state
In this tutorial, we'll set up a simple navigation, identify what page navigation item we need to activate based on URL parts and add an active class to that element with no need of an if tag
May 6, 2020
by Bryan Robinson (15 posts) · Website & RSS feed
Categories: How to...
Building a Static API with Eleventy
Implement a Static API using the simple and fast static site generator, Eleventy.
May 6, 2020
by Sean Davis (6 posts) · Website & RSS feed
Categories: How to...
Ignore _site Build Directory in Eleventy
How to ignore the build output when adding it to gitignore causes problems.
May 4, 2020
by Sean Davis (6 posts) · Website & RSS feed
Categories: How to...
How to Include PrismJS CSS Only When Required In Eleventy
How I set up Eleventy to avoid including unnecessary CSS.
Apr 29, 2020
Webmentions in three SSGs: Part 1
The intro to a five-part series about incorporating webmentions into three different static site generators (SSGs).
Apr 28, 2020
by Bryce Wray (26 posts) · Website & RSS feed
Categories: How to...Webmentions
Embed Everything
I recently released a plugin for quickly embedding media in Eleventy sites. I think it has potential!
Apr 28, 2020
Eleventy Résumé Builder
A free template to generate semantic, accessible & resilient résumés for the web and print.
Apr 18, 2020
by Max Böck (8 posts) · Website & RSS feed
Categories: How to...
The full .11ty.js monty
Going all-JavaScript with my Eleventy site.
Apr 15, 2020
by Bryce Wray (26 posts) · Website & RSS feed
Categories: How to...
The Random Link In The Age Of Static Sites
Apr 10, 2020
by Heydon Pickering (3 posts) · Website
Categories: How to...
web.dev engineering blog #1: How we build the site and use Web Components
In this first post from the web.dev engineering team, learn about how we build the site—including our use of Eleventy and Web Components.
Apr 9, 2020
by Sam Thorogood (1 post) · Website
Categories: How to...
Quick Tip on Using Vue with Eleventy
Avoid issues with Vue code being confused for Liquid
Apr 3, 2020
by Raymond Camden (101 posts) · Website & RSS feed
Categories: How to...
Creating a similar post component with Eleventy
How I added a similar post component to my blog with Eleventy and Liquid.
Apr 1, 2020
by Sarah L. Fossheim (1 post) · Website & RSS feed
Categories: How to...
Creating an Editable Site with Google Sheets and Eleventy
Remember Tabletop.js? We just covered it a little bit ago in this same exact context: building editable websites. It’s a tool that turns a Google Sheet into
Mar 27, 2020
by David Atanda (2 posts) · Website & RSS feed
Categories: How to...Remote Data
The Emergency Website Kit
In cases of emergency, many organizations need a quick way to publish critical information. But existing (CMS) websites are often unable to handle sudden spikes in traffic.
Mar 22, 2020
by Max Böck (8 posts) · Website & RSS feed
Categories: How to...Why Eleventy?
How my site is built with Eleventy + Ghost
This website is run with Eleventy, using Markdown and Ghost CMS for blog posts. I've iterated in a couple of ways to build the CMS integration.
Mar 6, 2020
Twitter Cards with Nunjucks and 11ty
Using cards makes sharing your content on Twitter look much nicer.
Feb 28, 2020
by Tom Hazledine (3 posts) · Website & RSS feed
Categories: Nunjucks/MacrosSocial MediaHow to...
Making a Real Bonafide Plugin for 11ty
Feb 28, 2020
by Timothy Miller (3 posts) · Website & RSS feed
Categories: How to...PluginsShortcodes
Add pagination for dynamic data in Eleventy
Creating pagination from dynamic data and add a useful navigation bar. Tagged with eleventy, javascript, blog, tutorial.
Feb 24, 2020
by Josef Biehler (1 post) · Website & RSS feed
Categories: PaginationHow to...
Own Your Own Feedbin Data with 11ty
Feb 21, 2020
by Timothy Miller (3 posts) · Website & RSS feed
Categories: How to...Remote DataRSS
Adding Another Template Language to Eleventy
Father, husband, developer relations and web standards expert, and cat demo builder.
Feb 19, 2020
by Raymond Camden (101 posts) · Website & RSS feed
Categories: ConfigurationHow to...
Adding Text Linting to Eleventy
An example of using Eleventy's Linter feature
Feb 10, 2020
Checking (and Upgrading) Template Engines in Eleventy
How to check the version of embedded template engines in Eleventy
Feb 7, 2020
by Raymond Camden (101 posts) · Website & RSS feed
Categories: How to...ConfigurationFilters
Adding a Last Edited Field to Eleventy
How to add a "Last Edited" value to Eleventy pages.
Feb 6, 2020
by Raymond Camden (101 posts) · Website & RSS feed
Categories: How to...CollectionsConfigurationDates
Eleventail - A helper for Taiwindcss
Phil Hawksworth's home on the web. Read his blog, ask questions, and find coverage of his recent conference talks about web development.
Jan 2, 2020
Code comfort: Eleventy and webpack
Some words about my Eleventy/webpack configuration.
Dec 14, 2019
by Bryce Wray (26 posts) · Website & RSS feed
Categories: How to...Configuration
Fractal and Eleventy: Getting static sites closer to the design system
Hello. I am Ken Hawkins. Builder of websites, project planner, newspaper nerd, information architect, lover of UX, consultant. Information structure is my thing.
Nov 12, 2019
by Ken Hawkins (3 posts) · Website & RSS feed
Categories: How to...
Integrating Eleventy with gulp, upstream JS
Hello. I am Ken Hawkins. Builder of websites, project planner, newspaper nerd, information architect, lover of UX, consultant. Information structure is my thing.
Oct 21, 2019
by Ken Hawkins (3 posts) · Website & RSS feed
Categories: How to...
Language switcher for multilingual JAMstack sites
Following my blogpost on multilingual websites with Eleventy, I had several questions about how to build a language switcher. Here is the approach I generally use.
Sep 12, 2019
by Jérôme Coupé (9 posts) · Website & RSS feed
Categories: InternationalizationHow to...
Tips for rolling your own lazy loading
You may have heard (or even issued the call) that “we can just use lazy loading!” when looking for a way to slim down a particularly heavy web page.
Jul 15, 2019
Creating an 11ty Plugin - SVG Embed Tool
In the sites I’ve built with Eleventy (11ty) recently, I’ve found myself reusing a couple filters. This has involved me copying and pasting the code a lot. The solution? Create an 11ty Plugin.
Jun 21, 2019
Scheduled and draft 11ty posts
This post explains how you can add scheduled publishing to your 11ty blog (with a bonus for drafts). Before I jump in though, 11ty is a surprisingly simple sys…
Jun 19, 2019
by Remy Sharp (2 posts) · Website & RSS feed
Categories: CollectionsFiltersHow to...DraftsScheduling
Create an Eleventy (11ty) theme based on a free HTML template
In this video series, we'll take a look at what it takes to start with a free HTML template found on Google and convert it for use with a static site generator (SSG). We'll be using my personal favorite SSG 11ty (EleventyJS).
May 31, 2019
Multilingual sites with Eleventy
Eleventy might not have multilingual and localisation capabilities out of the box, but you can build a pretty good setup using global data files, collections and Nunjucks as a templating language.
Apr 27, 2019
Using Webmentions in Eleventy
How to pull interactions from social media platforms like Twitter back to your own site, using Webmentions, webmention.io and Bridgy.
Jan 10, 2019
by Max Böck (8 posts) · Website & RSS feed
Categories: How to...Webmentions
Deploying an 11ty Site to GitHub Pages
I am building a new personal site. The idea behind it is pretty simple: it’s a blog that will have a total of 50 pages added to it over 5 years. Not much content and not much complexity. I deba...
Jan 6, 2019
by Jonathan Snook (2 posts) · Website & RSS feed
Categories: DeploymentHow to...
Adding search to a Jamstack site
Using progressive enhancement, JavaScript and a static site generator to create site search facility.
Oct 18, 2018