diff --git a/package.json b/package.json index 42df8ff..665a0b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eleventy-excellent", - "version": "1.5.5", + "version": "1.6.0", "description": "Eleventy starter based on the workflow suggested by Andy Bell's buildexcellentwebsit.es.", "author": "Lene Saile", "license": "ISC", diff --git a/readme.md b/readme.md index 9af6bd5..b27bd35 100644 --- a/readme.md +++ b/readme.md @@ -35,6 +35,7 @@ https://eleventy-excellent.netlify.app/ - Advanced markdown handling _([see blog post](https://eleventy-excellent.netlify.app/blog/post-with-all-the-markdown/))_ - 301 redirects for Netlify _([see blog post](https://eleventy-excellent.netlify.app/blog/post-with-301-redirects/))_ - Automatically generated Open Graph images for blog posts _([see blog post](https://eleventy-excellent.netlify.app/blog/open-graph-images/))_ +- More features in seperate demo branches _([see blog post](https://eleventy-excellent.netlify.app/blog/demo-pages/))_ - SEO basics (XML-sitemap, metadata) - dayjs handling dates & times - Bundling via esbuild @@ -81,6 +82,11 @@ Add your site by submitting a pull request! :) ## Logbook +**23-10-30** + +- Overall updates +- New blog post: demo pages + **23-05-23** There was a weird error on Chrome with flex-wrap in the menus. Also, I updated all sizing properties to logical properties. Instead of featuring the sites built with Eleventy Excellent in the README, I created [a page for it](https://eleventy-excellent.netlify.app/built-with/). Same goes for [Getting started](https://eleventy-excellent.netlify.app/get-started/). I deleted the Netlify a11y plugin, as it seems unmaintained.