all repos — blog @ 80d71b0d201ea918b48c8bcfbc1ba5dc640f8dc9

Code and content for 5ika.ch

hugo.toml (view raw)

 1baseURL = 'https://5ika.ch'
 2languageCode = 'fr-CH'
 3defaultContentLanguage = 'fr'
 4title = 'Tim Izzo @5ika.ch'
 5enableRobotsTXT = true
 6
 7[outputs]
 8  home = ['html']
 9  section = ['html', 'rss']
10  taxonomy = ['html']
11  term = ['html']
12
13[params]
14  [params.author]
15    email = 'tim@5ika.ch'
16    name = 'Tim Izzo / 5ika'
17
18[caches]
19  [caches.getjson]
20    maxAge = "24h"
21
22[markup.goldmark.renderer]
23  unsafe = true # Allow HTML in md files