2022-10-29 11:14:19 -04:00
baseurl : https://example.com
languageCode : en-us
theme : hugo-theme-stack
2024-02-19 04:54:02 -05:00
paginate : 3
2022-10-29 11:14:19 -04:00
title : Example Site
2023-08-12 05:29:56 -04:00
copyright : Example Person
2022-10-29 11:14:19 -04:00
2024-02-23 17:16:24 -05:00
# Theme i18n support
# Available values: ar, bn, ca, de, el, en, es, fr, hu, id, it, ja, ko, nl, pt-br, th, uk, zh-cn, zh-hk, zh-tw
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
2022-10-29 11:14:19 -04:00
languages :
en :
languageName : English
title : Example Site
weight : 1
2023-08-12 06:20:19 -04:00
params :
description : Example description
2022-10-29 11:14:19 -04:00
zh-cn :
languageName : 中文
title : 演示站点
weight : 2
2023-08-12 06:20:19 -04:00
params :
description : 演示说明
2022-10-29 11:14:19 -04:00
ar :
languageName : عربي
languagedirection : rtl
title : موقع تجريبي
weight : 3
2023-08-12 06:20:19 -04:00
params :
description : وصف تجريبي
2022-10-29 11:14:19 -04:00
2024-02-23 17:16:24 -05:00
services :
# Change it to your Disqus shortname before using
disqus :
shortname : "hugo-theme-stack"
# GA Tracking ID
googleAnalytics :
id :
2022-10-29 11:14:19 -04:00
permalinks :
post : /p/:slug/
page : /:slug/
params :
mainSections :
- post
featuredImageField : image
rssFullContent : true
2024-02-23 17:16:24 -05:00
favicon: # e.g. : favicon placed in `static/favicon.ico` of your site folder, then set this field to `/favicon.ico` (`/` is necessary)
2022-10-29 11:14:19 -04:00
footer :
since : 2020
customText :
dateFormat :
published : Jan 02, 2006
lastUpdated : Jan 02, 2006 15:04 MST
sidebar :
emoji : 🍥
subtitle : Lorem ipsum dolor sit amet, consectetur adipiscing elit.
avatar :
enabled : true
local : true
src : img/avatar.png
article :
math : false
toc : true
readingTime : true
license :
enabled : true
default : Licensed under CC BY-NC-SA 4.0
comments :
enabled : true
provider : disqus
disqusjs :
shortname :
apiUrl :
apiKey :
admin :
adminLabel :
utterances :
repo :
issueTerm : pathname
label :
2024-03-02 17:33:11 -05:00
beaudar :
repo :
issueTerm : pathname
label :
theme :
2022-10-29 11:14:19 -04:00
remark42 :
host :
site :
locale :
vssue :
platform :
owner :
repo :
clientId :
clientSecret :
autoCreateIssue : false
# Waline client configuration see: https://waline.js.org/en/reference/component.html
waline :
serverURL :
lang :
pageview :
emoji :
- https://unpkg.com/@waline/emojis@1.0.1/weibo
requiredMeta :
- name
- email
- url
locale :
admin : Admin
placeholder :
twikoo :
envId :
region :
path :
lang :
# See https://cactus.chat/docs/reference/web-client/#configuration for description of the various options
cactus :
defaultHomeserverUrl : "https://matrix.cactus.chat:8448"
serverName : "cactus.chat"
siteName : "" # You must insert a unique identifier here matching the one you registered (See https://cactus.chat/docs/getting-started/quick-start/#register-your-site)
giscus :
repo :
repoID :
category :
categoryID :
mapping :
lightTheme :
darkTheme :
reactionsEnabled : 1
emitMetadata : 0
gitalk :
owner :
admin :
repo :
clientID :
clientSecret :
cusdis :
host :
id :
widgets :
homepage :
- type : search
- type : archives
params :
limit : 5
- type : categories
params :
limit : 10
- type : tag-cloud
params :
limit : 10
page :
- type : toc
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
### Custom menu
2024-03-27 06:09:17 -04:00
### See https://stack.jimmycai.com/config/menu
2022-10-29 11:14:19 -04:00
### To remove about, archive and search page menu item, remove `menu` field from their FrontMatter
menu :
main : [ ]
social :
- identifier : github
name : GitHub
url : https://github.com/CaiJimmy/hugo-theme-stack
params :
icon : brand-github
- identifier : twitter
name : Twitter
url : https://twitter.com
params :
icon : brand-twitter
related :
includeNewer : true
threshold : 60
toLower : false
indices :
- name : tags
weight : 100
- name : categories
weight : 200
markup :
goldmark :
renderer :
## Set to true if you have HTML content inside Markdown
2023-08-15 07:15:32 -04:00
unsafe : true
2022-10-29 11:14:19 -04:00
tableOfContents :
endLevel : 4
ordered : true
startLevel : 2
highlight :
noClasses : false
codeFences : true
guessSyntax : true
lineNoStart : 1
lineNos : true
lineNumbersInTable : true
tabWidth : 4