diff --git a/src/assets/og-images/eleventy-excellent-30-preview.jpeg b/src/assets/og-images/eleventy-excellent-30-preview.jpeg index f6bed63..d98cd6f 100644 Binary files a/src/assets/og-images/eleventy-excellent-30-preview.jpeg and b/src/assets/og-images/eleventy-excellent-30-preview.jpeg differ diff --git a/src/posts/2024/2024-06-03-v-3.md b/src/posts/2024/2024-06-03-v-3.md index a1cedcd..9fbfe99 100644 --- a/src/posts/2024/2024-06-03-v-3.md +++ b/src/posts/2024/2024-06-03-v-3.md @@ -12,7 +12,7 @@ It's been a few months, and I have decided to change things again, which probabl - ESM! I originally wanted to wait for the beta version of Eleventy 3.0, but the alpha version works absolutely fine, so I decided to go for it. - a new font for the body (base) text: Inclusive Sans. Only has Regular 400 and Regular 400 italic for now, so bold uses the display font. -- A new config structure (turns out I am the [Eleventy config person!](https://front-end.social/@lene/112530901535448479)). I also decided to have everything inside the `src` folder. `src/_config`. [More about that in the docs](/get-started/#config). +- A new config structure (turns out I am the [Eleventy config person!](https://front-end.social/@lene/112530901535448479)). I also decided to have everything inside the `src` folder. [More about that in the docs](/get-started/#config). - some new filters, for having markdown format in the frontmatter, and for sorting. - there is now a "setup" directory inside of the `_config` folder, for automatic favion creation and to add the screenshots to the "built with" section. They are triggered by new scripts in `package.json`. See also ["Favicons" in the docs](/get-started/#favicons). - SVGs are now in `src/assets/svg`, and there is a new SVG shortcode to include them. I also explain this [in the SVG section](/get-started/#svg).