summaryrefslogtreecommitdiff
path: root/hugo.toml
blob: 03338722a7fb4fd1451f7e52a7311b6cff74d775 (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 = 'ShadesOfBlue'
    pageRef = '/posts/shadesofblue'
    weight = 20
  [[menus.main]]
    name = '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