https://github.com/5t3ph/11ty-basics
A barebones demo of basic but essential 11ty features.
https://github.com/5t3ph/11ty-basics
11ty tutorial-code
Last synced: 6 months ago
JSON representation
A barebones demo of basic but essential 11ty features.
- Host: GitHub
- URL: https://github.com/5t3ph/11ty-basics
- Owner: 5t3ph
- Created: 2020-07-15T18:15:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T23:15:19.000Z (almost 3 years ago)
- Last Synced: 2025-04-19T18:53:41.828Z (8 months ago)
- Topics: 11ty, tutorial-code
- Language: HTML
- Homepage: https://11ty-basics.netlify.app/
- Size: 174 KB
- Stars: 13
- Watchers: 2
- Forks: 6
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 11ty Basics
> A barebones demo of basic but essential 11ty features.
This was created to support the [livestream walkthrough](https://www.youtube.com/watch?v=2By887u7b0A) with [@edieblu](https://www.twitch.tv/edieblu).
> Check out the ["Steps to Create From Scratch"](https://github.com/5t3ph/11ty-basics/blob/master/StepsToCreate.md) which match the livestreamed steps. For a more full in-depth tutorial, review the post on 11ty.Rocks: "[Create Your First Basic 11ty Website](https://11ty.rocks/posts/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.