hugo-theme-console/exampleSite/config.toml

25 lines
567 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
2021-01-06 11:42:16 +00:00
# Set the animation style -- https://animate.style/
# To disable animations, please remove or comment animationStyle parameter
animateStyle = "animated zoomIn fast"
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/"