Change site config
This commit is contained in:
parent
2fe1cb665e
commit
6a189f167e
|
|
@ -9,10 +9,10 @@ module.exports = {
|
||||||
},
|
},
|
||||||
buildTime: new Date(),
|
buildTime: new Date(),
|
||||||
isProduction: process.env.NODE_ENV === 'production',
|
isProduction: process.env.NODE_ENV === 'production',
|
||||||
title: "SuperMinimalCSS",
|
title: "TheThomaas",
|
||||||
description: "Superminimal Superminimal",
|
description: "A blog built with Eleventy",
|
||||||
lang: "fr",
|
lang: "fr",
|
||||||
theme: "auto", // "light", "dark" or "auto"
|
theme: "dark", // "light", "dark" or "auto"
|
||||||
feed: "feed.xml",
|
feed: "feed.xml",
|
||||||
url: "http://localhost:8080"
|
url: "http://localhost:8080"
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue