README ordering [skip ci]

This commit is contained in:
Zach Leatherman 2023-01-24 11:41:56 -06:00
parent accaa28ffe
commit 2f857add97

View File

@ -7,7 +7,10 @@ A starter repository showing how to build a blog with the [Eleventy](https://www
## Features
- Using [Eleventy v2.0](https://www.11ty.dev/blog/eleventy-v2-beta/) with zero-JavaScript output.
- Content is entirely pre-rendered (this is a static site).
- Content is exclusively pre-rendered (this is a static site).
- Can easily [deploy to a subfolder without changing any content](https://www.11ty.dev/docs/plugins/html-base/)
- All URLs are decoupled from the contents location on the file system.
- Configure templates via the [Eleventy Data Cascade](https://www.11ty.dev/docs/data-cascade/)
- **Performance focused**: four-hundos Lighthouse score out of the box!
- [View the Lighthouse report for the latest build](https://eleventy-base-blog.netlify.app/reports/lighthouse/) courtesy of the [Netlify Lighthouse plugin](https://github.com/netlify/netlify-plugin-lighthouse).
- _0 Cumulative Layout Shift_
@ -35,9 +38,6 @@ A starter repository showing how to build a blog with the [Eleventy](https://www
- `sitemap.xml`
- Tag pages ([demo](https://eleventy-base-blog.netlify.app/tags/))
- Content not found (404) page
- Easily [deploy to a subfolder without changing any content](https://www.11ty.dev/docs/plugins/html-base/)
- Easily configure templates via the [Eleventy Data Cascade](https://www.11ty.dev/docs/data-cascade/)
- Output URLs are independent of contents location on the file system.
## Demos