This commit is contained in:
madrilene 2022-11-04 10:30:11 +01:00
parent e7181f47a3
commit 4acf46ee2e

View file

@ -11,6 +11,7 @@ Very opiniated Eleventy starter based on the workflow suggested by Andy Bell's <
- [Working locally](#working-locally)
- [Creating a production build](#creating-a-production-build)
- [Logbook](#logbook)
- [22-11-04](#22-11-04)
- [22-10-30](#22-10-30)
- [22-10-03](#22-10-03)
- [22-10-04](#22-10-04)
@ -24,16 +25,15 @@ https://eleventy-excellent.netlify.app/
This starter includes:
- The whole CSS workflow as suggested by buildexcellentwebsit.es
- Accessible site navigation, editable in \_data/navigation.js
- Image optimization with Eleventy-img (see blog post)
- Youtube embed with lite-youtube (see blog post)
- Syntax highliting via eleventy-plugin-syntaxhighlight
- Syntax highlighting via eleventy-plugin-syntaxhighlight
- SEO (XML-sitemap, metadata)
- dayjs handling dates & times
- filters and shortcodes for ..
- The whole CSS workflow as suggested by buildexcellentwebsit.es
- 301 redirects for netlify
- All kind of markdown handling
- markdown handling
- Bundling via esbuild
## First steps
@ -75,6 +75,10 @@ npm run build
## Logbook
### 22-11-04
Adding blog posts for feature explanation.
### 22-10-30
WebC in own branch, simplify main branch