summaryrefslogtreecommitdiff
path: root/hugo.toml
blob: 15f2edc28c28a1aa04ff207c4223da8aca46da4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
baseURL = 'http://fredowski.duckdns.org'
defaultContentLanguage = 'de'
title = 'SillaB'
theme = 'fredo'

[menus]
  [[menus.main]]
    name = 'Home'
    pageRef = '/'
    weight = 10
  [[menus.main]]
    name = 'Shades Of Blue'
    pageRef = '/posts/shadesofblue'
    weight = 20
  [[menus.main]]
    name = 'Bayern Hawaiians'
    pageRef = '/posts/hawaiians'
    weight = 30
  [[menus.main]]
    name = 'SnoopAndTheGang'
    pageRef = '/posts/snoopandthegang'
    weight = 30
  [[menus.main]]
    name = 'About Me'
    pageRef = '/about'
    weight = 40

[markup]
    [markup.goldmark]
        [markup.goldmark.renderer]
            unsafe = true