all repos — blog @ f6e0dc9e28bea5e9763cd7033927852c943d5f56

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
 6disableKinds = ['taxonomy']
 7
 8[outputs]
 9  home = ['html']
10  section = ['html', 'rss']
11  taxonomy = ['html']
12  term = ['html']
13
14[params]
15  [params.author]
16    email = 'tim@5ika.ch'
17    name = 'Tim Izzo / 5ika'
18
19[caches]
20  [caches.getjson]
21    maxAge = "24h"
22
23[markup.goldmark.renderer]
24  unsafe = true # Allow HTML in md files