Website-Redesign/hugo.toml

34 lines
981 B
TOML

baseURL = 'https://testing.fbievan.live/'
languageCode = 'en-us'
title = "Fbi's Epic Blog"
theme= 'readable'
enableGitInfo= "true"
[params]
License= "[Attribution-NonCommercial-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v1)"
author = "Evan G."
mainSections = ['posts']
[params.footer]
minimal = 1
[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