site/themes/hugo-theme-console/exampleSite/config.toml

25 lines
567 B
TOML
Raw Normal View History

2024-01-21 21:56:08 +00:00
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
# Set the animation style -- https://animate.style/
# To disable animations, please remove or comment animationStyle parameter
animateStyle = "animated zoomIn fast"
[[params.navlinks]]
name = "about/"
url = "about/"
[[params.navlinks]]
name = "posts/"
url = "posts/"
[[params.navlinks]]
name = "photos/"
url = "photos/"