28 lines
407 B
TOML
28 lines
407 B
TOML
|
baseURL = 'https://example.org/'
|
||
|
languageCode = 'en-US'
|
||
|
title = 'My New Hugo Site'
|
||
|
|
||
|
[[menus.main]]
|
||
|
name = 'Home'
|
||
|
pageRef = '/'
|
||
|
weight = 10
|
||
|
|
||
|
[[menus.main]]
|
||
|
name = 'Posts'
|
||
|
pageRef = '/posts'
|
||
|
weight = 20
|
||
|
|
||
|
[[menus.main]]
|
||
|
name = 'About Pages'
|
||
|
pageRef = '/about-pages'
|
||
|
weight = 30
|
||
|
|
||
|
[module]
|
||
|
[module.hugoVersion]
|
||
|
extended = false
|
||
|
min = "0.116.0"
|
||
|
|
||
|
|
||
|
[[module.imports]]
|
||
|
path = "github.com/kaushalmodi/hugo-atom-feed"
|