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

23 lines
603 B
TOML
Raw Normal View History

2026-02-17 19:20:09 +01:00
baseURL = "https://demo.stack.cai.im/"
languageCode = "en-us"
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
2026-02-17 19:20:09 +01:00
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"