From 363b411cdabd856d17ff44ba2b1f4ef23eb6f776 Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Mon, 23 Jan 2023 15:03:30 -0600 Subject: [PATCH] Ordering --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 898b329..613e848 100644 --- a/README.md +++ b/README.md @@ -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).