hugo-theme-console/exampleSite/config.toml

21 lines
394 B
TOML
Raw Normal View History

baseurl = "https://example.com/"
2020-04-30 20:02:40 +00:00
title = "console-demo"
theme = "hugo-theme-console"
languageCode = "en-us"
[params]
2020-05-11 21:44:37 +00:00
# Cutting off the page title to two chars for mobile (console-demo -> co)
titleCutting = true
2020-04-30 20:02:40 +00:00
[[params.navlinks]]
name = "about/"
url = "about/"
2020-04-30 20:02:40 +00:00
[[params.navlinks]]
name = "posts/"
url = "posts/"
2020-04-30 20:02:40 +00:00
[[params.navlinks]]
name = "photos/"
url = "photos/"