forked from Sync/hugo-theme-stack
692804498d
Demo site will be generated in subfolder /demo
21 lines
501 B
YAML
21 lines
501 B
YAML
baseurl: https://stack.jimmycai.com/demo/
|
|
languageCode: en-us
|
|
paginate: 5
|
|
|
|
# Note: This title is overridden by the title in i18n config file
|
|
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: ""
|
|
|
|
publishDir: ../public/demo |