aboutsummaryrefslogtreecommitdiff
path: root/themes/hugo-theme-stack/config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'themes/hugo-theme-stack/config.yaml')
-rw-r--r--themes/hugo-theme-stack/config.yaml149
1 files changed, 149 insertions, 0 deletions
diff --git a/themes/hugo-theme-stack/config.yaml b/themes/hugo-theme-stack/config.yaml
new file mode 100644
index 0000000..b1a0bff
--- /dev/null
+++ b/themes/hugo-theme-stack/config.yaml
@@ -0,0 +1,149 @@
+module:
+ hugoVersion:
+ extended: true
+ min: "0.87.0"
+
+params:
+ mainSections:
+ - post
+ featuredImageField: image
+ rssFullContent: true
+ favicon:
+
+ footer:
+ since:
+ customText:
+
+ dateFormat:
+ published: Jan 02, 2006
+ lastUpdated: Jan 02, 2006 15:04 MST
+
+ sidebar:
+ compact: false
+ emoji:
+ subtitle:
+ avatar:
+ enabled: true
+ local: true
+ src: img/avatar.png
+
+ article:
+ headingAnchor: false
+ math: false
+ toc: true
+ readingTime: true
+ license:
+ enabled: false
+ default: Licensed under CC BY-NC-SA 4.0
+
+ comments:
+ enabled: false
+ provider: disqus
+
+ disqusjs:
+ shortname:
+ apiUrl:
+ apiKey:
+ admin:
+ adminLabel:
+
+ utterances:
+ repo:
+ issueTerm: pathname
+ label:
+
+ beaudar:
+ repo:
+ issueTerm: pathname
+ label:
+ theme:
+
+ remark42:
+ host:
+ site:
+ locale:
+
+ vssue:
+ platform:
+ owner:
+ repo:
+ clientId:
+ clientSecret:
+ autoCreateIssue: false
+
+ # Waline client configuration see: https://waline.js.org/en/reference/client/props.html
+ waline:
+ serverURL:
+ lang:
+ visitor:
+ avatar:
+ emoji:
+ - https://cdn.jsdelivr.net/gh/walinejs/emojis/weibo
+ requiredMeta:
+ - nick
+ - mail
+ locale:
+ admin: Admin
+ placeholder:
+
+ twikoo:
+ envId:
+ region:
+ path:
+ lang:
+
+ giscus:
+ repo:
+ repoID:
+ category:
+ categoryID:
+ mapping:
+ strict:
+ lightTheme:
+ darkTheme:
+ reactionsEnabled: 1
+ emitMetadata: 0
+ inputPosition:
+ lang:
+
+ gitalk:
+ owner:
+ admin:
+ repo:
+ clientID:
+ clientSecret:
+
+ cusdis:
+ host:
+ id:
+
+ widgets:
+ homepage: []
+ page: []
+
+ opengraph:
+ twitter:
+ # Your Twitter username
+ site:
+
+ # Available values: summary, summary_large_image
+ card: summary_large_image
+
+ defaultImage:
+ opengraph:
+ enabled: false
+ local: false
+ src:
+
+ colorScheme:
+ # Display toggle
+ toggle: true
+
+ # Available values: auto, light, dark
+ default: auto
+
+ imageProcessing:
+ cover:
+ enabled: true
+ content:
+ enabled: true