initial commit

This commit is contained in:
Matthieu Bessat 2023-01-23 10:07:18 +01:00
commit 3d068a4adf
78 changed files with 3285 additions and 0 deletions

30
config.toml Normal file
View file

@ -0,0 +1,30 @@
baseURL = '/'
languageCode = 'fr'
defaultContentLanguage = 'fr'
title = "We Robot"
summaryLength = 50
# THIS IS UNACCEPTALBE, I REALLY THOUGH THIS WAS THE DEFAULT IN HUGO!!
assetDir = "assets"
[sitemap]
changefreq = 'weekly'
[params]
dateFmt = "02.01.2006 15:04"
[params.defaultImage]
local = true
src = "cover/cover.jpg"
[taxonomies]
imtag = 'imtags'
# theme = "custom"
# [markup]
# [markup.goldmark]
# [markup.goldmark.renderer]
# unsafe = true