Change site config

This commit is contained in:
TheThomaas 2023-06-23 21:09:56 +02:00
parent 2fe1cb665e
commit 6a189f167e

View file

@ -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"
}