Hugo-static-site/config.toml
2024-01-04 23:16:13 +01:00

26 lines
483 B
TOML

baseURL = 'http://www.gitgals.com/'
languageCode = 'en-us'
title = 'OV Public Demo Site'
theme = "hugo-theme-monochrome"
[params]
footer = "Copyright © 2024 by Me" # default: None
[menus]
[[menu.navbar]]
identifier = "home"
name = "Home"
url = "/"
weight = 10
[[menu.navbar]]
identifier = "intranett"
name = "Intranett Demo"
url = "https://intranett.gitgals.com"
weight = 20
[[menu.navbar]]
identifier = "apidocs"
name = "Api Documentation"
url = "https://api.gitgals.com/docs"