all repos — blog @ 75adbc7c2aa0f2fee522891191458debbc6301a5

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'