20 lines
394 B
TOML
20 lines
394 B
TOML
baseurl = "https://example.com/"
|
|
title = "console-demo"
|
|
theme = "hugo-theme-console"
|
|
languageCode = "en-us"
|
|
|
|
[params]
|
|
# Cutting off the page title to two chars for mobile (console-demo -> co)
|
|
titleCutting = true
|
|
|
|
[[params.navlinks]]
|
|
name = "about/"
|
|
url = "about/"
|
|
|
|
[[params.navlinks]]
|
|
name = "posts/"
|
|
url = "posts/"
|
|
|
|
[[params.navlinks]]
|
|
name = "photos/"
|
|
url = "photos/"
|