/11ty-basics

A barebones demo of basic but essential 11ty features.

Primary LanguageHTML

11ty Basics

A barebones demo of basic but essential 11ty features.

This was created to support the livestream walkthrough with @edieblu.

Check out the "Steps to Create From Scratch" which match the livestreamed steps. For a more full in-depth tutorial, review the post on 11ty.Rocks: "Create Your First Basic 11ty Website"

Development Scripts

npm start

Run 11ty with hot reload at localhost:8080

npm run build

Production build includes minified, autoprefixed CSS and social preview image generation

Use this as the "Publish command" if needed by hosting such as Netlify.