From 003a1db0575fcb78c511856a73fcfe1da4a52b8b Mon Sep 17 00:00:00 2001 From: madrilene Date: Mon, 11 Sep 2023 19:04:31 +0200 Subject: [PATCH] Restructure readme --- package.json | 2 +- readme.md | 42 ++++++++++++++---------------------------- 2 files changed, 15 insertions(+), 29 deletions(-) diff --git a/package.json b/package.json index bd4ce0e..42df8ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eleventy-excellent", - "version": "1.5.4", + "version": "1.5.5", "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 d25f624..9af6bd5 100644 --- a/readme.md +++ b/readme.md @@ -16,20 +16,6 @@ Also let me know if you miss any features. Currently in planning: dark mode, inl - [Creating a production build](#creating-a-production-build) - [Built with Eleventy Excellent](#built-with-eleventy-excellent) - [Logbook](#logbook) - - [23-05-23](#23-05-23) - - [23-03-24](#23-03-24) - - [23-01-26](#23-01-26) - - [23-01-25](#23-01-25) - - [23-01-09](#23-01-09) - - [22-12-29](#22-12-29) - - [22-12-20](#22-12-20) - - [22-12-13](#22-12-13) - - [22-12-12](#22-12-12) - - [22-11-24](#22-11-24) - - [22-11-04](#22-11-04) - - [22-10-30](#22-10-30) - - [22-10-04](#22-10-04) - - [22-10-03](#22-10-03) - [Credits and Thank yous](#credits-and-thank-yous) ## Preview @@ -95,15 +81,15 @@ Add your site by submitting a pull request! :) ## Logbook -### 23-05-23 +**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. -### 23-03-24 +**23-03-24** Extended the "Images" blog post with an example with custom `sizes` attribute and explained where the CSS can be adjusted. -### 23-01-26 +**23-01-26** - Replaced Heydon's redundant click event for cards with his pseudo-content trick solution so we don't lose the context menu. @@ -111,17 +97,17 @@ Extended the "Images" blog post with an example with custom `sizes` attribute an \+ https://inclusive-components.design/cards/#thepseudocontenttrick -### 23-01-25 +**23-01-25** - updated Eleventy - minor: added automatically generated open graph images for blog posts -### 23-01-09 +**23-01-09** - updated Eleventy - added package version number in footer -### 22-12-29 +**22-12-29** - updated Eleventy - minor: changed CSS for header, not using the sidebar solution anymore. sidebar.css thus deleted. Now the focus for the logo section doesn't expand all the way to the menu anymore. @@ -130,24 +116,24 @@ Extended the "Images" blog post with an example with custom `sizes` attribute an - added two more pages to the 'built with' section, yay! - Thought: Now that actually some websites in production are based on this starter, should I create formal release notes? -### 22-12-20 +**22-12-20** - Andy now links to his mastodon profile - Linked blog posts in readme -### 22-12-13 +**22-12-13** - added JS and CSS as as first-class citizens in Eleventy, out of the npm scripts. - imported htmlmin transform, css and js processing with `eleventyConfig.addPlugin(require("other-config-file.js"))`, see https://front-end.social/@eleventy@fosstodon.org/109501433721579265 -### 22-12-12 +**22-12-12** - updated head structure for better performance - added "built with this" section in readme - added note for internal links in markdown blog post - adding page based preload option, making preload of monospaced font in posts default to avoid CLS -### 22-11-24 +**22-11-24** - updated required node version in package.json - meta.js now controls most of the templates defaults @@ -156,20 +142,20 @@ Extended the "Images" blog post with an example with custom `sizes` attribute an - added Mastodon verification and more social icon defaults - focus-within for the cards -### 22-11-04 +**22-11-04** - added blog posts for feature explanation -### 22-10-30 +**22-10-30** - WebC in own branch - simplify main branch -### 22-10-04 +**22-10-04** - all markdown syntax set -### 22-10-03 +**22-10-03** - first commit. Updated