Welcome to the example site! // Eleventy Template
Use Sass in Eleventy, with versioning · Dan Cătălin Burzo
Adding support for code.scss/code files, complete with content hashes.
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
Notes on Migrating a Wordpress Site to Eleventy
Some helpful notes and tools for migrating an existing Wordpress site to Eleventy
CSS { In Real Life } | Scheduling Netlify Deployments with Github Actions
Tips, tricks and tutorials on the web’s most beautiful language.
Using Storybook With 11ty | The WebStorm Blog
Storybook is great for component-driven development. This blog post shows you how to use Storybook with 11ty.
Adding a basic search to a static site - Clayton Errington
A simple solution to having a search feature on a static website
11ty filter for returning a sorted list of tags from collections. Use the it in a template like {{ collections.foo | taglist }} to get the sorted tag list.
11ty filter for returning a sorted list of tags from collections. Use the it in a template like {{ collections.foo | taglist }} to get the sorted tag list. - sort-tags.js
KiwiKilian/eleventy-plugin-og-image: Create Open Graph images in Eleventy using your templates, data and CSS. Fast and reproducible, without a headless browser.
Create Open Graph images in Eleventy using your templates, data and CSS. Fast and reproducible, without a headless browser. - KiwiKilian/eleventy-plugin-og-image: Create Open Graph images in Eleven...
External Asset Pipeline with Eleventy - Webstoemp
I like to use NPM scripts for my asset pipeline instead of using Eleventy to generate assets and orchestrate everything. The latest release of Eleventy Dev Server makes that approach both easy to implement and quite performant.
Static embeds in Eleventy | BryceWray.com
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.
Shorter shortcuts through Nunjucks macros in Eleventy | BryceWray.com
While seeking a way to cut a three-line call down to one line, I found some great advice on using a sometimes-overlooked aspect of a popular templating language.
Drafts and timestamp-based publishing in Eleventy | BryceWray.com
Exercise more control over when, and if, your posts appear.
A Beginner's Guide to Eleventy - part tow
Second part of a beginner's guide to eleventy
Using Eleventy filters in Directory Computed Data
Eleventy Computed Data makes it easy to reuse your filters outside of your templates.
SVG Icon Sprites in Eleventy
Use SVG icons in Eleventy and only ship the code you need.
Automating Advent Calendar with Github Actions and Eleventy | Eevis Panula, Software Developer
Last year, I build an advent calendar using Eleventy and Github Actions. In this blog post, I tell more about the progress and the result.
How to Build Large Sites effectively on Netlify
Learn how Netlify makes it easy to build and host your site as it scales. Use Netlify Redirects and Proxy to provide a seamless web experience for your users as your site grows in size.
Dates in Eleventy
Bernard Nijenhuis • Front-end Developer • Katwijk, The Netherlands • Father of 3 kids • Husband to 1 wife • Owner of 2 cats
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
Mastodon on your own domain without hosting a server
Like many in the past week, I have been having a serious look at Mastodon as an alternative to Twitter.
Use your own user @ domain for Mastodon discoverability with the WebFinger Protocol without hosting a server
Mastodon is a free, open-source social networking service that is decentralized ...
Configure Eleventy to Host a Custom Mastodon Alias – ReverentGeek
You can find me on Mastodon using @[email protected]! Here's how I did it using 11ty and Netlify!
From Notion to Eleventy, but faster
I don’t usually do multipart posts, but this one grew a bit after I published the initial article. The setup I’ve got there describes how to import content from Notion to Eleventy and render a site. But it’s getting very slow very soon.
GitHub - thiagomgd/eleventy_notion_starter: 11ty starter: uses md and notion as data sources
11ty starter: uses md and notion as data sources. Contribute to thiagomgd/eleventy_notion_starter development by creating an account on GitHub.
Load file contents in Eleventy
Bernard Nijenhuis • Front-end Developer • Katwijk, The Netherlands • Father of 3 kids • Husband to 1 wife • Owner of 2 cats
Nested navigation in Eleventy
Building a no-JS navigation menu with the details element.
ONSdigital/design-system: ONS Design System
ONS Design System. Contribute to ONSdigital/design-system development by creating an account on GitHub.
Home – ONS Design System
Letting Eleventy Schedule Its Own Builds // Luke Bonaccorsi - Web Developer
Until recently, I've been using GitHub Actions to trigger builds on my website, but this approach meant that builds for the site were only run once a day and that I couldn't schedule specific times for posts to go live. In February of this year, Netlify announced Scheduled Functions, and one of the use cases that I'd seen mentioned was scheduling builds.