Recently I have been working on a project to create documentation for a large project automatically, and following current trends, we’ve focused on generating a static site using eleventy.io.…
Building a Static Site with Eleventy (11ty) Part 1 - YouTube
View my YouTube Course on turning an HTML theme into an 11ty Theme here: https://www.youtube.com/playlist?list=PLOSLUtJ_J3rrJ1R1qEf8CCEpV3GgbJGNr It's no secret that I absolutely love static sites and static site generators. In this JAMstack demo, we'll be building a site using 11ty, a JavaScript static site generator. We got through set up and the basics. We hit a stumbling block around using data in the build. Post-video, I figured out it was bad placement of my data directory. The 11ty website: https://www.11ty.io/ Free Intro to ebook to CSS Grid: https://store.codecontemporary.com/solvi...
This post explains how you can add scheduled publishing to your 11ty blog (with a bonus for drafts). Before I jump in though, 11ty is a surprisingly simple system for generating a static site from very little HTML, and drives content from markdown. Why is this good? Because it lets you, the author, move focus to writing and communicating. Why is writing good? It's , it's a safe experimentation area and it's good to own your content rather than contributing to another that could vanish any day. So, you're going to blog. Now onwards to scheduled posts and drafts!
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...
A Site for Front-End Development Conferences (Built with 11ty on Netlify) | CSS-Tricks
I built a new little site! It's a site for listing upcoming conferences in the world of front-end web design and development. In years past (like 2017),
The Simplest Ways to Handle HTML Includes | CSS-Tricks
It's extremely surprising to me that HTML has never had any way to include other HTML files within it. Nor does there seem to be anything on the horizon