mirror of
https://github.com/christian1701/hugo-theme-console.git
synced 2025-11-03 05:59:23 +01:00
18 lines
295 B
TOML
18 lines
295 B
TOML
baseurl = "https://example.com/"
|
|
title = "console-demo"
|
|
theme = "hugo-theme-console"
|
|
languageCode = "en-us"
|
|
|
|
[params]
|
|
[[params.navlinks]]
|
|
name = "about/"
|
|
url = "about/"
|
|
|
|
[[params.navlinks]]
|
|
name = "posts/"
|
|
url = "posts/"
|
|
|
|
[[params.navlinks]]
|
|
name = "photos/"
|
|
url = "photos/"
|