Files
hugo-theme-stack/demo/config/_default/hugo.toml
T

25 lines
573 B
TOML
Raw Normal View History

2026-01-26 13:49:47 +01:00
baseURL = "https://demo.stack.jimmycai.com/"
languageCode = "en-us"
2026-01-26 13:49:47 +01:00
title = "Hugo Theme Stack"
# Theme i18n support
# See i18n folder for available languages
defaultContentLanguage = "en"
# Set hasCJKLanguage to true if DefaultContentLanguage is a CJK language
# This will make .Summary and .WordCount behave correctly
hasCJKLanguage = false
[[module.imports]]
2026-01-26 13:49:47 +01:00
path = "github.com/CaiJimmy/hugo-theme-stack/v3"
[pagination]
2026-01-26 13:49:47 +01:00
pagerSize = 5
[permalinks]
post = "/p/:slug/"
page = "/:slug/"
[services.disqus]
shortname = "hugo-theme-stack"