Ordering
This commit is contained in:
parent
eb051d4332
commit
363b411cda
@ -5,9 +5,9 @@ A starter repository showing how to build a blog with the [Eleventy](https://www
|
|||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Using [Eleventy v2.0](https://www.11ty.dev/blog/eleventy-v2-beta/) with zero-JavaScript output.
|
- 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).
|
- 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/)
|
- 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).
|
- 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).
|
- Built-in [syntax highlighter](https://www.11ty.dev/docs/plugins/syntaxhighlight/) (with zero-JavaScript output).
|
||||||
|
Loading…
Reference in New Issue
Block a user