This commit is contained in:
madrilene 2024-02-07 16:36:03 +01:00
parent 2bce4e4851
commit 6b1a49f438
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +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/))_
- How Tailwind CSS is used here _([see blog post](https://eleventy-excellent.netlify.app/blog/what-is-tailwind-css-doing-here/))_
- Tailwind CSS - but not how you might expect _([see blog post](https://eleventy-excellent.netlify.app/blog/what-is-tailwind-css-doing-here/))_
- XML-sitemap
- dayjs handling dates & times
- Bundling via esbuild

View file

@ -2,7 +2,7 @@ module.exports = {
url: process.env.URL || 'http://localhost:8080',
siteName: 'Eleventy Excellent',
siteDescription:
'Eleventy starter based on the workflow suggested by buildexcellentwebsit.es.',
'Eleventy starter based on the workflow suggested by buildexcellentwebsit.es',
siteType: 'Person', // schema
locale: 'en_EN',
lang: 'en',