26 lines
478 B
TOML
26 lines
478 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"
|
|
url = "https://intranett.gitgals.com"
|
|
weight = 20
|
|
|
|
[[menu.navbar]]
|
|
identifier = "apidocs"
|
|
name = "Api Documentation"
|
|
url = "https://api.gitgals.com/docs"
|