11ty

11ty

558 bookmarks
Newest
Liquid reference
Liquid reference
The Liquid reference documents the Liquid tags, filters, and objects that you can use to build Shopify themes.
·shopify.dev·
Liquid reference
Some of my Eleventy Filters
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.
·chrisburnell.com·
Some of my Eleventy Filters
My Blogging Workflow
My Blogging Workflow
How I use Obsidian, VSCode, and Eleventy to write for my website...for now.
·rknight.me·
My Blogging Workflow
npm: eleventy-sass
npm: eleventy-sass
Yet another Sass/SCSS plugin for Eleventy. Source maps, PostCSS and revision hashes are supported.. Latest version: 2.2.6, last published: 5 months ago. Start using eleventy-sass in your project by running `npm i eleventy-sass`. There are 2 other projects in the npm registry using eleventy-sass.
·npmjs.com·
npm: eleventy-sass
How I teach Eleventy from scratch
How I teach Eleventy from scratch
I love how in Eleventy, you can build a site step-by-step and at each small step, have a functional website. In this post, I describe a workshop structure I’ve used lately to teach a few of my friends how to build a static site with Eleventy.
·hamatti.org·
How I teach Eleventy from scratch
Ep. 19: Migrating to 3.0 and Blogging with Storyblok
Ep. 19: Migrating to 3.0 and Blogging with Storyblok
divpThis month, we're coming live from APAC and Europe for two talks. Helen Chong will walk us through her journey migrating to 11ty version 3.0 and Estela Franco will show us how she built an 11ty blog using the Storyblok headless CMS./pp/p/div
·11tymeetup.dev·
Ep. 19: Migrating to 3.0 and Blogging with Storyblok
Eleventy Collections from an API
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…
·trovster.com·
Eleventy Collections from an API
Organising NPM Build Scripts
Organising 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…
·trovster.com·
Organising NPM Build Scripts
Organising Eleventy Filters, Shortcodes and more…
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…
·trovster.com·
Organising Eleventy Filters, Shortcodes and more…
Eleventy Filters in Collections
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…
·trovster.com·
Eleventy Filters in Collections
Dynamic Importing with Eleventy
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…
·trovster.com·
Dynamic Importing with Eleventy
Building out a books page
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.
·coryd.dev·
Building out a books page