details
This commit is contained in:
parent
2bce4e4851
commit
6b1a49f438
2 changed files with 2 additions and 2 deletions
|
|
@ -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/))_
|
- 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/))_
|
- 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/))_
|
- 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
|
- XML-sitemap
|
||||||
- dayjs handling dates & times
|
- dayjs handling dates & times
|
||||||
- Bundling via esbuild
|
- Bundling via esbuild
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ module.exports = {
|
||||||
url: process.env.URL || 'http://localhost:8080',
|
url: process.env.URL || 'http://localhost:8080',
|
||||||
siteName: 'Eleventy Excellent',
|
siteName: 'Eleventy Excellent',
|
||||||
siteDescription:
|
siteDescription:
|
||||||
'Eleventy starter based on the workflow suggested by buildexcellentwebsit.es.',
|
'Eleventy starter based on the workflow suggested by buildexcellentwebsit.es',
|
||||||
siteType: 'Person', // schema
|
siteType: 'Person', // schema
|
||||||
locale: 'en_EN',
|
locale: 'en_EN',
|
||||||
lang: 'en',
|
lang: 'en',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue