Hugo-static-site/config.toml
Sebastian H. Gabrielli f620199e0c Add API docs link
2024-01-04 23:11:35 +01:00

23 lines
446 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
[[menu.navbar]]
identifier = "home"
name = "Home"
url = "/"
[[menu.navbar]]
identifier = "intranett"
name = "Intranett"
url = "https://intranett.gitgals.com"
[[menu.navbar]]
identifier = "apidocs"
name = "Api Documentation"
url = "https://api.gitgals.com/docs"