Skip to main content

{{ 11tybundle.dev }}

7 posts by Christopher Kirk-Nielsen

Grouping posts by year with nunjucks in Eleventy

Group by year in a clear and readable manner

Categories: Collections  Dates  Filters  How to...  Nunjucks/Macros  

A Future of Themes with CSS Container Style Queries

One way to implement themes on a website with style queries

Categories: Asset Pipelines  CSS/Sass  

My plugin for markdown-it: codewrap

My solution to adding "Copy" to markdown code blocks (and other things)

Categories: How to...  Markdown  

Eleventy asset pipeline: precompiled assets without Gulp

Precompiled Sass and JS files that become part of the source folder.

Categories: Asset Pipelines  How to...  

Manage your SVG files with Eleventy's render plugin

Using renderFile to keep things tidy

Categories: Images  Plugins  

Eleventy within Eleventy to compile when you compile: precompiling reused assets

Pre-compile some reused assets to avoid repeating the same operation.

Categories: Asset Pipelines  How to...  

Building and maintaining components from utility classes in Eleventy

Use a collection of utilities to form components without additional CSS.

Categories: CSS/Sass  How to...