Website-Redesign/hugo.toml

28 lines
777 B
TOML
Raw Normal View History

2024-05-19 13:54:14 -05:00
baseURL = 'https://testing.fbievan.live/'
2024-05-18 17:40:40 -05:00
languageCode = 'en-us'
title = "Fbi's Epic Blog"
theme= 'readable'
2024-05-19 13:53:08 -05:00
enableGitInfo= "true"
2024-05-18 17:40:40 -05:00
[params]
mainSections = ['posts']
[menu]
# these links will be added to the main navigation menu, sorted by weight
# other elements in this menu are added automatically from the "pages" folder
# the folder it will look into can be customized with the pages variable
# in params above
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 1
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 3
[[menu.main]]
identifier = "guestbook"
name = "GuestBook"
url = "/guestbook/"
weight = 2