11ty

11ty

558 bookmarks
Newest
11ty tips I wish I knew from the start
11ty tips I wish I knew from the start
I spent a fair amount of time in 2021 building sites with 11ty. I started with no knowledge and ended with a set of preferred tips and tricks. Here's everything I know and wish I knew from the start.
·davidea.st·
11ty tips I wish I knew from the start
8 CSS Recipe Cards
8 CSS Recipe Cards
Collection of free HTML and CSS recipe card code examples from codepen and other resources. Update of April 2019 collection. 3 new items.
·freefrontend.com·
8 CSS Recipe Cards
Create a collection - 11ty Recipes
Create a collection - 11ty Recipes
11ty.recipes helps you build an Eleventy site from scratch, showing you how to add individual features to craft the exact site you need.
·11ty.recipes·
Create a collection - 11ty Recipes
Five Critical Things To Do Before Working With 11ty
Five Critical Things To Do Before Working With 11ty
Five pieces of knowledge I wish I knew before working with 11ty, the JavaScript-based static site generator. Get a jump start using this fantastic tool.
·khalidabuhakmeh.com·
Five Critical Things To Do Before Working With 11ty
Includes and Macros
Includes and Macros
Comparing techniques for encapsulating HTML components in Nunjucks or Jinja2.
·darthmall.net·
Includes and Macros
daviddarnes - Stars
daviddarnes - Stars
Senior Front-end Developer at @Nordhealth. daviddarnes has 47 repositories available. Follow their code on GitHub.
·github.com·
daviddarnes - Stars
5t3ph/11ty-sass-skeleton: Featuring absolutely nothing beyond a base HTML5 template and the essential setup to watch and compile your Sass alongside 11ty.
5t3ph/11ty-sass-skeleton: Featuring absolutely nothing beyond a base HTML5 template and the essential setup to watch and compile your Sass alongside 11ty.
Featuring absolutely nothing beyond a base HTML5 template and the essential setup to watch and compile your Sass alongside 11ty. - 5t3ph/11ty-sass-skeleton: Featuring absolutely nothing beyond a ba...
·github.com·
5t3ph/11ty-sass-skeleton: Featuring absolutely nothing beyond a base HTML5 template and the essential setup to watch and compile your Sass alongside 11ty.
Generate new Eleventy post drafts with Hygen
Generate new Eleventy post drafts with Hygen
Making new boilerplate files is one of many tiny professional pet peeves that makes me ask "what would a real engineer do?" Answer: automate it!
·joshcanhelp.com·
Generate new Eleventy post drafts with Hygen
Structuring Eleventy projects
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.
·webstoemp.com·
Structuring Eleventy projects
How to generate ID attributes in headings using Eleventy
How to generate ID attributes in headings using Eleventy
When switching from Jekyll to Eleventy, I discovered that my headings no longer had id attributes in the rendered HTML. This meant that I couldn’t link directly to headings in my (sometimes very...
·humanwhocodes.com·
How to generate ID attributes in headings using Eleventy