mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-02-06 20:03:31 +08:00
17 lines
405 B
YAML
17 lines
405 B
YAML
|
baseurl: https://demo.stack.jimmycai.com
|
||
|
languageCode: en-us
|
||
|
paginate: 5
|
||
|
title: Hugo Theme Stack Starter
|
||
|
theme: hugo-theme-stack
|
||
|
|
||
|
DefaultContentLanguage: en
|
||
|
|
||
|
# Set hasCJKLanguage to true if DefaultContentLanguage is in [zh-cn ja ko]
|
||
|
# This will make .Summary and .WordCount behave correctly for CJK languages.
|
||
|
hasCJKLanguage: false
|
||
|
|
||
|
disqusShortname: hugo-theme-stack
|
||
|
|
||
|
# GA Tracking ID
|
||
|
googleAnalytics: ""
|