From 6a189f167e3864c2a5057d42284473934acdee48 Mon Sep 17 00:00:00 2001 From: TheThomaas Date: Fri, 23 Jun 2023 21:09:56 +0200 Subject: [PATCH] Change site config --- src/_data/site.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/_data/site.js b/src/_data/site.js index 594702c..cf97fba 100644 --- a/src/_data/site.js +++ b/src/_data/site.js @@ -9,10 +9,10 @@ module.exports = { }, buildTime: new Date(), isProduction: process.env.NODE_ENV === 'production', - title: "SuperMinimalCSS", - description: "Superminimal Superminimal", + title: "TheThomaas", + description: "A blog built with Eleventy", lang: "fr", - theme: "auto", // "light", "dark" or "auto" + theme: "dark", // "light", "dark" or "auto" feed: "feed.xml", url: "http://localhost:8080" } \ No newline at end of file