This commit is contained in:
Zach Leatherman 2023-01-23 15:03:30 -06:00
parent eb051d4332
commit 363b411cda

View File

@ -5,9 +5,9 @@ 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.
- Live reload provided by [Eleventy Dev Server](https://www.11ty.dev/docs/dev-server/).
- Easily [deploy](#deploy-this-to-your-own-site) to various hosting providers.
- Content is entirely pre-rendered (this is a static site).
- Easily [deploy](#deploy-this-to-your-own-site) to various hosting providers.
- Live reload provided by [Eleventy Dev Server](https://www.11ty.dev/docs/dev-server/).
- Content-driven [hierarchical navigation](https://www.11ty.dev/docs/plugins/navigation/)
- Automated [image optimization](https://www.11ty.dev/docs/plugins/image/) via the `{% image %}` shortcode (images can be co-located with posts) (with zero-JavaScript output).
- Built-in [syntax highlighter](https://www.11ty.dev/docs/plugins/syntaxhighlight/) (with zero-JavaScript output).