* demo: add image-gallery post * demo: change language weight * demo: add multilanguage about page * demo: change title and url * demo: add shortcode documentation with multi-language support * demo: improve markdown guide post * demo: improve Math Typesetting post * demo: rename Markdown Syntax Guide post * demo: remove emoji support post * demo: remove placeholder text post * demo: remove rich-content post * demo: rename image gallery page bundle * demo: add multilingual `Documentation` category * demo: Increase pagination pager size from 3 to 5. * demo: add multilingual links, search, and archives pages * demo: remove `ar` from demosite
25 lines
573 B
TOML
25 lines
573 B
TOML
baseURL = "https://demo.stack.jimmycai.com/"
|
|
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
|
|
hasCJKLanguage = false
|
|
|
|
[[module.imports]]
|
|
path = "github.com/CaiJimmy/hugo-theme-stack/v3"
|
|
|
|
[pagination]
|
|
pagerSize = 5
|
|
|
|
[permalinks]
|
|
post = "/p/:slug/"
|
|
page = "/:slug/"
|
|
|
|
[services.disqus]
|
|
shortname = "hugo-theme-stack"
|