123 lines
3.2 KiB
TOML
123 lines
3.2 KiB
TOML
logoText = ""
|
|
description = "쪼식이 블로그"
|
|
custom_css = []
|
|
custom_js = []
|
|
|
|
# header
|
|
homeHeaderType = "text" # text, img, slide
|
|
|
|
# body
|
|
enableBreadcrumb = true
|
|
enablePhotoSwipe = true
|
|
enableSearch = true
|
|
enableGoToTop = true
|
|
enableWhoami = true
|
|
summaryShape = "classic" # card, classic, compact
|
|
archiveGroupByDate = "2006" # "2006-01": group by month, "2006": group by year
|
|
archivePaginate = 13
|
|
paginateWindow = 1
|
|
|
|
# whoami
|
|
myname = "최성환"
|
|
email = "zzossig@gmail.com"
|
|
whoami = "성장중인 프로그래머"
|
|
useGravatar = true
|
|
location = "Seoul, Korea"
|
|
organization = ""
|
|
link = "https://github.com/zzossig/hugo-theme-zzo"
|
|
|
|
# sidebar
|
|
enableBio = true
|
|
enableSidebar = true
|
|
enableSidebarTags = true
|
|
enableSidebarSeries = true
|
|
enableSidebarCategories = true
|
|
enableToc = true
|
|
enableTocSwitch = true
|
|
itemsPerCategory = 5
|
|
|
|
# footer
|
|
showPoweredBy = true
|
|
showFeedLinks = true
|
|
showSocialLinks = true
|
|
enableLangChange = true
|
|
enableThemeChange = true
|
|
themeOptions = ["light", "dark", "hacker", "solarized", "custom"]
|
|
|
|
# service
|
|
baiduAnalytics = ""
|
|
enableBusuanzi = false
|
|
busuanziSiteUV = true
|
|
busuanziSitePV = true
|
|
busuanziPagePV = true
|
|
|
|
# comment
|
|
enableComment = true
|
|
disqus_shortname = ""
|
|
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'"
|
|
|
|
[socialOptions]
|
|
email = "mailto:zzossig@gmail.com"
|
|
facebook = ""
|
|
twitter = "https://twitter.com/zzossig"
|
|
github = "https://github.com/zzossig/hugo-theme-zzo"
|
|
stack-overflow = "https://stackoverflow.com/users/11747951/zzossig"
|
|
instagram = ""
|
|
google-plus = ""
|
|
youtube = ""
|
|
medium = ""
|
|
tumblr = ""
|
|
linkedin = ""
|
|
pinterest = ""
|
|
stack-exchange = ""
|
|
telegram = ""
|
|
steam = ""
|
|
|
|
[donationOptions]
|
|
enable = false
|
|
alipay = ""
|
|
wechat = ""
|
|
paypal = ""
|
|
patreon = "" |