smolboi/hugo.toml

28 lines
407 B
TOML
Raw Permalink Normal View History

2024-07-08 21:34:47 +00:00
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"