Working with Collections • pborenstein.com
Create a Blog in Less Than 20 Lines of Code Using 11ty - DEV Community ???
In this blog post, I will show you how easy it is to create a personal website with a blog page using 11ty.
Tom's Two-up Two-down | 11ty Collections Tags Scheme
Basic custom taxonomies with Eleventy - Webstoemp
Eleventy comes with a built-in tagging system. For a recent project, I wanted to use my own category system, which led me to dive a bit deeper into extending and configuring Eleventy.
Inline PostCSS generated CSS with Eleventy
Define 11ty template shortcode to process CSS with PostCSS.
Andy Bell: "Building a directory site from scratch with Eleventy"
Building a directory site from scratch with Eleventy
Eleventy Walk Through
Learn With Jason — live coding with friends! · Learn With Jason
Join Jason Lengstorf as he pair programs with brilliant folks from the community to build something live in about 90 minutes.
Progressive Web "Apps" with 11ty | JAMstack.NYC
Jeff Posnick at JAMstack.NYC Event January 14th, 2020
Fetch tweets, download images and display them - DEV Community 👩💻👨💻
Fetch the latest tweets from twitter, store them to a local JSON file and download their images
josephdyer/skeleventy: A skeleton boilerplate built with Eleventy.
A skeleton boilerplate built with Eleventy. Contribute to josephdyer/skeleventy development by creating an account on GitHub.
huijing/eleventy-bp: 🏗 Starter project for Eleventy-powered static sites
🏗 Starter project for Eleventy-powered static sites - huijing/eleventy-bp
chrisssycollins/jamstack-web-starter: A modern static website workflow using Eleventy, Tailwind CSS, Webpack and PostCSS.
Static website workflow utilising Eleventy, Tailwind CSS, Webpack and PostCSS. - scottishstoater/jamstack-web-starter
planetoftheweb/seven: Eleventy template using Bootstrap, Sass, Webpack, Vue.js powered search, includes lots of other features
Eleventy template using Bootstrap, Sass, Webpack, Vue.js powered search, includes lots of other features - planetoftheweb/seven
adamduncan/eleventy-shortcomps: Starter project for static site, using Elev
Starter project for static site, using Eleventy and shortcode components pattern. - adamduncan/eleventy-shortcomps
Learn With Jason — live coding with friends! · Learn With Jason
Join Jason Lengstorf as he pair programs with brilliant folks from the community to build something live in about 90 minutes.
Creating an 11ty Plugin - SVG Embed Tool - bryanlrobinson.com
In the sites I’ve built with Eleventy (11ty) recently, I’ve found myself reusing a couple filters. This has involved me copying and pasting the code a lot. The solution? Create an 11ty Plugin.
Shortcodes
Forging shortcodes,A blog devoted to Eleventy static site generator users,Useful tips to use Eleventy static site generator: site structure, content processing, build processing, assets minifying
saschadiercks/design-system-with-11ty: This is a design system documentation powered by eleventy
This is a design system documentation powered by eleventy - saschadiercks/design-system-with-11ty
maxboeck/mxb: Personal Website built with Eleventy
Personal Website built with Eleventy. Contribute to maxboeck/mxb development by creating an account on GitHub.
app-generator/static-site: Static Sites - Built with Automation Tools | AppSeed App Generator
Static Sites - Open-Source and Paid | AppSeed App Generator - app-generator/static-site
JAMstack Themes
Google Sheets data feed example. With Eleventy.
Using Eleventy's (11ty) JavaScript Data Files - bryanlrobinson.com
I enjoy building workflows for pure static sites. I enjoy ingesting data into my build process instead of loading my client-side with fetches. In this example, we'll use Eleventy's ability to use a JavaScript file, to execute code to fetch data on site build, negating the need for task runners like Gulp.
Creating A Blog With Eleventy | Keeping Up To Date
This article covers creating a blog from scratch using the static site generator Eleventy (aka 11ty). Eleventy keeps things simple and as you’ll see, enables you to very quickly create a fully functional site.
Multilingual sites with Eleventy - Webstoemp
Eleventy might not have multilingual and localisation capabilities out of the box, but you can build a pretty good setup using global data files, collections and Nunjucks as a templating language.
Language switcher for multilingual JAMstack sites - Webstoemp
Following my blogpost on multilingual websites with Eleventy, I had several questions about how to build a language switcher. Here is the approach I generally use.
philhawksworth/eleventyone: A scaffold for a quick start building with the Eleventy SSG
A scaffold for a quick start building with the Eleventy SSG - philhawksworth/eleventyone
Build your own Blog from Scratch using Eleventy | Filament Group, Inc.
Read this page on the Filament Group website
javascript - How can an Eleventy site display a list of pages in a directory? - Stack Overflow
I’m setting up a new Eleventy site, and I’ve run into one slight roadblock. My pages are organized into subdirectories. I want the index page of each directory to list all of the pages in that dire...