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

# [[menus.main]]
# name = 'Home'
# pageRef = '/'
# weight = 10
# 
# [[menus.main]]
# name = 'Services Offered'
# pageRef = '/services'
# weight = 20
# 
# [[menus.main]]
# name = 'Contact'
# pageRef = '/contact'
# weight = 30

[module]
  [module.hugoVersion]
    extended = false
    min = "0.116.0"