refactor: simplify exampleSite configuration files and switch to YAML
Include only overridden values.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
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: ""
|
||||
Reference in New Issue
Block a user