18 lines
342 B
TOML
18 lines
342 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"
|