refactor: use hugo.yaml instead of config.yaml in exampleSite
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
baseurl: https://demo.stack.jimmycai.com
|
||||
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: ""
|
||||
Reference in New Issue
Block a user