2019-12-19 07:15:26 +00:00
|
|
|
logoText = "Zzo theme"
|
2019-12-10 01:33:18 +00:00
|
|
|
description = "The Zzo theme for Hugo example site."
|
2019-11-30 17:28:55 +00:00
|
|
|
custom_css = []
|
|
|
|
custom_js = []
|
2019-11-20 06:55:05 +00:00
|
|
|
|
2020-01-07 17:05:51 +00:00
|
|
|
themeOptions = ["dark", "light", "hacker", "solarized", "kimbie"]
|
2020-01-05 06:58:21 +00:00
|
|
|
notAllowedTypesInHome = ["contact", "talks", "about"]
|
|
|
|
|
2019-11-20 06:55:05 +00:00
|
|
|
# header
|
2019-11-22 03:43:10 +00:00
|
|
|
homeHeaderType = "text" # text, img, slide
|
2019-11-20 06:55:05 +00:00
|
|
|
|
|
|
|
# body
|
2019-11-30 17:28:55 +00:00
|
|
|
enableBreadcrumb = true
|
|
|
|
enablePhotoSwipe = true
|
|
|
|
enableSearch = true
|
2020-01-01 16:35:53 +00:00
|
|
|
enableSearchHighlight = true
|
2019-11-30 17:28:55 +00:00
|
|
|
enableGoToTop = true
|
|
|
|
enableWhoami = true
|
2019-11-20 06:55:05 +00:00
|
|
|
summaryShape = "classic" # card, classic, compact
|
|
|
|
archiveGroupByDate = "2006" # "2006-01": group by month, "2006": group by year
|
2019-11-30 17:28:55 +00:00
|
|
|
archivePaginate = 13
|
|
|
|
paginateWindow = 1
|
2020-01-01 16:35:53 +00:00
|
|
|
talksPaginate = 5
|
2020-01-01 05:23:11 +00:00
|
|
|
talksGroupByDate = "2006"
|
2019-11-20 06:55:05 +00:00
|
|
|
|
2019-11-30 17:28:55 +00:00
|
|
|
# whoami
|
2019-12-10 01:33:18 +00:00
|
|
|
myname = "zzossig"
|
2019-11-20 06:55:05 +00:00
|
|
|
email = "zzossig@gmail.com"
|
2019-12-10 01:33:18 +00:00
|
|
|
whoami = "Web Developer"
|
|
|
|
useGravatar = false
|
2019-11-20 06:55:05 +00:00
|
|
|
location = "Seoul, Korea"
|
2019-12-10 01:33:18 +00:00
|
|
|
organization = "Hugo"
|
2019-12-19 07:15:26 +00:00
|
|
|
link = "https://zzossig.io/ko"
|
2019-11-20 06:55:05 +00:00
|
|
|
|
|
|
|
# sidebar
|
2019-11-30 17:28:55 +00:00
|
|
|
enableBio = true
|
|
|
|
enableSidebar = true
|
|
|
|
enableSidebarTags = true
|
2019-11-20 06:55:05 +00:00
|
|
|
enableSidebarSeries = true
|
|
|
|
enableSidebarCategories = true
|
2019-11-30 17:28:55 +00:00
|
|
|
enableToc = true
|
2020-01-01 05:23:11 +00:00
|
|
|
hideToc = false
|
2019-11-30 17:28:55 +00:00
|
|
|
enableTocSwitch = true
|
|
|
|
itemsPerCategory = 5
|
2019-11-20 06:55:05 +00:00
|
|
|
|
|
|
|
# footer
|
2019-11-30 17:28:55 +00:00
|
|
|
showPoweredBy = true
|
|
|
|
showFeedLinks = true
|
|
|
|
showSocialLinks = true
|
|
|
|
enableLangChange = true
|
|
|
|
enableThemeChange = true
|
2019-11-20 06:55:05 +00:00
|
|
|
|
2019-12-05 10:04:42 +00:00
|
|
|
# service
|
|
|
|
baiduAnalytics = ""
|
|
|
|
enableBusuanzi = false
|
|
|
|
busuanziSiteUV = true
|
|
|
|
busuanziSitePV = true
|
|
|
|
busuanziPagePV = true
|
|
|
|
|
2019-11-20 06:55:05 +00:00
|
|
|
# comment
|
|
|
|
enableComment = true
|
2019-11-30 17:28:55 +00:00
|
|
|
disqus_shortname = ""
|
2019-11-20 06:55:05 +00:00
|
|
|
commento = false
|
|
|
|
|
|
|
|
[gitment] # Gitment is a comment system based on GitHub issues. see https://github.com/imsun/gitment
|
|
|
|
owner = "" # Your GitHub ID
|
|
|
|
repo = "" # The repo to store comments
|
|
|
|
clientId = "" # Your client ID
|
|
|
|
clientSecret = "" # Your client secret
|
|
|
|
|
|
|
|
[utterances] # https://utteranc.es/
|
|
|
|
owner = "" # Your GitHub ID
|
|
|
|
repo = "" # The repo to store comments
|
|
|
|
|
|
|
|
[gitalk] # Gitalk is a comment system based on GitHub issues. see https://github.com/gitalk/gitalk
|
|
|
|
owner = "" # Your GitHub ID
|
|
|
|
repo = "" # The repo to store comments
|
|
|
|
clientId = "" # Your client ID
|
|
|
|
clientSecret = "" # Your client secret
|
|
|
|
|
|
|
|
# Valine.
|
|
|
|
# You can get your appid and appkey from https://leancloud.cn
|
|
|
|
# more info please open https://valine.js.org
|
|
|
|
[valine]
|
|
|
|
enable = false
|
|
|
|
appId = '你的appId'
|
|
|
|
appKey = '你的appKey'
|
|
|
|
notify = false # mail notifier , https://github.com/xCss/Valine/wiki
|
|
|
|
verify = false # Verification code
|
|
|
|
avatar = 'mm'
|
|
|
|
placeholder = '说点什么吧...'
|
|
|
|
visitor = false
|
|
|
|
|
|
|
|
[changyan]
|
|
|
|
changyanAppid = "" # Changyan app id # 畅言
|
|
|
|
changyanAppkey = "" # Changyan app key
|
|
|
|
|
|
|
|
[livere]
|
|
|
|
livereUID = "" # LiveRe UID # 来必力
|
|
|
|
|
|
|
|
# Isso: https://posativ.org/isso/
|
|
|
|
[isso]
|
|
|
|
enable = false
|
|
|
|
scriptSrc = "" # "https://isso.example.com/js/embed.min.js"
|
|
|
|
dataAttrs = "" # "data-isso='https://isso.example.com' data-isso-require-author='true'"
|
|
|
|
|
2019-11-30 17:28:55 +00:00
|
|
|
[socialOptions]
|
2019-12-10 01:33:18 +00:00
|
|
|
email = "mailto:your@email.com"
|
|
|
|
facebook = "http://example.org/"
|
|
|
|
twitter = "http://example.org/"
|
2019-11-20 06:55:05 +00:00
|
|
|
github = "https://github.com/zzossig/hugo-theme-zzo"
|
2019-12-10 01:33:18 +00:00
|
|
|
stack-overflow = ""
|
2019-11-20 06:55:05 +00:00
|
|
|
instagram = ""
|
|
|
|
google-plus = ""
|
|
|
|
youtube = ""
|
|
|
|
medium = ""
|
|
|
|
tumblr = ""
|
|
|
|
linkedin = ""
|
|
|
|
pinterest = ""
|
2019-12-02 16:34:00 +00:00
|
|
|
stack-exchange = ""
|
|
|
|
telegram = ""
|
2019-12-05 10:04:42 +00:00
|
|
|
steam = ""
|
2019-12-25 20:35:39 +00:00
|
|
|
weibo = ""
|
|
|
|
douban = ""
|
|
|
|
csdn = ""
|
|
|
|
zhihu = ""
|
|
|
|
gitlab = ""
|
|
|
|
mastodon = ""
|
2019-12-05 10:04:42 +00:00
|
|
|
|
|
|
|
[donationOptions]
|
|
|
|
enable = false
|
|
|
|
alipay = ""
|
|
|
|
wechat = ""
|
|
|
|
paypal = ""
|
|
|
|
patreon = ""
|