You are here |
keepinguptodate.com | ||
| | | |
hamatti.org
|
|
| | | | 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. | |
| | | |
www.simpleprimate.com
|
|
| | | | Jekyll bills itself as "a simple, blog-aware, static site generator." It takes source files like templates, stylesheets, includes, and posts and uses them to generate a website that can then be hosted on your server of choice. This means that the entire website is generated at once, and visitors are simply served static files. | |
| | | |
11ty.rocks
|
|
| | | | Begin from a blank directory and build up your first Eleventy site. Includes gotchas along the way, why they happen, and how to resolve them. You'll create essential layouts while learn the basics of using Nunjucks and Markdown for templating. And you'll learn to work with local data and external API data. As a bonus, get setup to deploy your final site to Netlify. | |
| | | |
dawranliou.com
|
|
| | I, too, Wrote Myself a Static Site Generator |