diff --git a/app/components/OgImage/Docs.takumi.vue b/app/components/OgImage/Docs.takumi.vue new file mode 100644 index 0000000..958a357 --- /dev/null +++ b/app/components/OgImage/Docs.takumi.vue @@ -0,0 +1,42 @@ + + + + + + + + + + {{ headline }} + + + {{ title?.slice(0, 60) }} + + + {{ description?.slice(0, 200) }} + + + + + + {{ siteName }} + + + + diff --git a/content/en/index.md b/content/en/index.md index db6fdab..0d3693b 100644 --- a/content/en/index.md +++ b/content/en/index.md @@ -1,6 +1,8 @@ --- title: Home description: Homelab documentation by Djeex, self-hosting guides for Debian, Docker, networking, storage, and more. +seo: + ogImage: /img/social.png --- :ellipsis{right=0px width=75% blur=150px zIndex=60} diff --git a/content/fr/index.md b/content/fr/index.md index 317830d..8914381 100644 --- a/content/fr/index.md +++ b/content/fr/index.md @@ -1,6 +1,8 @@ --- title: Accueil description: Documentation homelab par Djeex — guides d'auto-hébergement pour Debian, Docker, réseau, stockage et bien plus. +seo: + ogImage: /img/social.png --- :ellipsis{right=0px width=75% blur=150px zIndex=60}
+ {{ headline }} +
+ {{ description?.slice(0, 200) }} +