Clarify Netlify part

This commit is contained in:
madrilene 2024-06-03 16:24:52 +02:00
parent 1323d100f0
commit 075f8b9d52

View file

@ -14,7 +14,7 @@ It's been a few months, and I have decided to change things again, which probabl
- 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. [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).
- there is now a "setup" directory inside of the `_config` folder, for automatic favicon 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).
- I now actively use Eleventy's plugins [`WebC`](https://www.11ty.dev/docs/languages/webc/) (for components), the [bundle plugin](https://github.com/11ty/eleventy-plugin-bundle) and[`<is-land>`](https://github.com/11ty/is-land).
- I made small CSS changes everywhere - and introduce a new structure, [also explained in the docs](/get-started/#css).
@ -24,7 +24,7 @@ It's been a few months, and I have decided to change things again, which probabl
I don't consider myself a JavaScript person, and I still struggle to fully grasp WebC. So, if you have any suggestions or improvements, in particular to the WebC and web components code, please don't hesitate to reach out or send a PR.
**Plans for the future:**
This starter still defaults to being hosted on Netlify, I'd like to change that.
This starter was meant to be hosted on Netlify, and I'd like to change that so that it works with any host without much extra effort.
I hope you enjoy the new version! 🌟
And, should you decide to upgrade -- sorry for not making this easier for you. I hope that you don't face too many difficulties.
And, should you decide to upgrade -- sorry for not making this easier for you. I hope that you don't face too many difficulties!