summaryrefslogtreecommitdiff
path: root/themes/JustZvan/hugo.toml
blob: 4015a68efa19e7946c761d201429247e1049d976 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
baseURL = 'https://example.org/'
languageCode = 'en-US'
title = 'My New Hugo Site'

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

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

[taxonomies]
  category = 'categories'

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