summaryrefslogtreecommitdiff
path: root/themes/kvog/hugo.toml
blob: a84662ee3ca477e0b3ff0f62570903c3d9dcb422 (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
32
baseURL = 'https://example.org/'
locale = 'en-US'
title = 'My New Hugo Project'

[menus]
  [[menus.main]]
    name = 'Home'
    pageRef = '/'
    weight = 10

#  [[menus.main]]
#    name = 'Posts'
#    pageRef = '/posts'
#    weight = 20

#  [[menus.main]]
#    name = 'Notes'
#    pageRef = '/notes'
#    weight = 30

#  [[menus.main]]
#    name = 'Tags'
#    pageRef = '/tags'
#    weight = 40

[module]
  [module.hugoVersion]
    extended = false
    min = '0.146.0'

[markup.goldmark.renderer]
  unsafe = true