Template Designer Documentation — Jinja Documentation (3.1.x)
Liquid reference
The Liquid reference documents the Liquid tags, filters, and objects that you can use to build Shopify themes.
syntax-highlight element - Web Component
A syntax-highlight web component that uses the CSS Custom Highlight API.
Some of my Eleventy Filters
In refactoring my website earlier this year, part of my process was to evaluate and revise the many, many Eleventy Filters I use throughout my website’s build, so in this post, I’ll run through a handful of them.
We Need to Talk About Your Eleventy Post Dates
Almost everyone using Eleventy is using blog post dates wrong
CSS { In Real Life } | A Versatile Markdown Shortcode for Eleventy
A blog about CSS, front-end development, the web, and beyond.
url Filter — Eleventy
A docs page for Eleventy, a simpler static site generator.
GitHub - pdehaan/11ty-nunjucks-sort-test: Testing the Nunjucks sort filter in Eleventy
Testing the Nunjucks sort filter in Eleventy.
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…
11ty collections tag links
How to add tags with links to hub topic pages in 11ty
How I Eleventy
Documenting a refactor that introduced a folder structure and configuration changes, which summarises how I Eleventy.
How to add syntax highlighting to code as a user types in realtime with vanilla JavaScript
On Monday, I shared a new interactive Code Sandbox I had built using vanilla JavaScript, and explained how I live render code into an iframe.
Today, I wanted to share how I syntax highlight code as the user types in real time.
Let’s dig in!
The one simple trick that makes this work! I tried a bunch of things to get this to work, but the trick that made it happen ended up being stupidly simple.
Render all collection item page content in Eleventy — Danny White
The internet home of Danny White, a freelance product designer in Melbourne, Australia.
The missing guide to RSS in Eleventy — Danny White
The internet home of Danny White, a freelance product designer in Melbourne, Australia.
How to Make All External Links Open in a New Tab in 11ty with MarkdownIt | frank noirot
We can make links that point away from our static site open in a new tab by pre-processing them at build time with a custom MarkdownIt plugin.
Automatic New Tab Links for Markdown in Eleventy — Danny White
The internet home of Danny White, a freelance product designer in Melbourne, Australia.
Add HTML classes to 11ty markdown content
Add HTML classes to style your markdown content in 11ty, using markdown-it-attrs plugin.
reatlat/eleventy-plugin-phosphoricons: A flexible icon family for interfaces, diagrams, presentations — whatever, really.
A flexible icon family for interfaces, diagrams, presentations — whatever, really. - reatlat/eleventy-plugin-phosphoricons: A flexible icon family for interfaces, diagrams, presentations — whatever...
Sorting and Dating 11ty Posts by Name
Organize and automate your 11ty blog's post structure with ISO dates and some quick JavaScript.
Eleventy tag filter
Web development blog. The good, bad, and ugly (mostly bad and ugly)
Custom language syntax highlighting
Web development blog. The good, bad, and ugly (mostly bad and ugly)
Eleventy Shortcomps
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!
John M. Wargo: Eleventy Filter Parameters
How to add parameters to an Eleventy filter.
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!
Manage your SVG files with Eleventy’s Render plugin | chriskirknielsen
Using renderFile to keep things tidy
Slotted content in Eleventy · Dan Cătălin Burzo
Fill slots in an HTML layout with chunks of Markdown content.
GitHub - AleksandrHovhannisyan/eleventy-plugin-code-demo: Add interactive HTML/CSS/JS code demos to an Eleventy site using Markdown code blocks.
Add interactive HTML/CSS/JS code demos to an Eleventy site using Markdown code blocks. - GitHub - AleksandrHovhannisyan/eleventy-plugin-code-demo: Add interactive HTML/CSS/JS code demos to an Eleve...
Formatting dates nicely in 11ty with Luxon | Al Power
Eleventy (11ty) Tutorial
Pug with Markdown is Magic, yet underrated
What is Pug? Pug is a high-performance template engine heavily influenced by Haml and impl...