diff --git a/_data/websites.json b/_data/websites.json new file mode 100644 index 0000000..1f9c031 --- /dev/null +++ b/_data/websites.json @@ -0,0 +1,18 @@ +[ + { + "title":"Basic", + "noTitle": true, + "links": [ + {"title":"Eternal Engine (blog)", "url":"https://eternal-engine.kobold.cafe/"}, + {"title":"Veille informationnelle", "url":"https://eternal-engine.kobold.cafe/veille"} + ] + }, + { + "title":"Réseaux sociaux", + "relme":true, + "links": [ + {"title":"Breeze Media (fedi)", "url":"https://piaille.fr/@breezemedia"}, + {"title":"Breeze Media (bsky)", "url":"https://bsky.app/profile/breezemedia.bsky.social"} + ] + } +] \ No newline at end of file diff --git a/_includes/layouts.njk b/_includes/layouts.njk index 32ed85f..cc61f34 100644 --- a/_includes/layouts.njk +++ b/_includes/layouts.njk @@ -96,6 +96,20 @@
+