Change site config
This commit is contained in:
parent
2fe1cb665e
commit
6a189f167e
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue