2019-11-29 09:01:11 +00:00
|
|
|
logoText = "Zzo" # site navigation bar logo text.
|
|
|
|
description = "The Zzo theme for Hugo example site." # for SEO
|
|
|
|
custom_css = [] # custom_css = ["scss/custom.scss"] and then make file at root/assets/scss/custom.scss
|
|
|
|
custom_js = [] # custom_js = ["js/custom.js"] and then make file at root/assets/js/custom.js
|
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
|
|
|
|
2019-11-29 09:01:11 +00:00
|
|
|
# navbar
|
|
|
|
enableThemeChange = true # site color theme
|
|
|
|
|
2019-11-20 06:55:05 +00:00
|
|
|
# body
|
2019-11-29 09:01:11 +00:00
|
|
|
enableBreadcrumb = true # breadcrumb for list, single page
|
|
|
|
enablePhotoSwipe = true # image viewer for gallery, single page
|
|
|
|
enableSearch = true # site search with lunr
|
|
|
|
enableGoToTop = true # scroll to top
|
|
|
|
enableWhoami = true # at the end of single page
|
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-29 09:01:11 +00:00
|
|
|
archivePaginate = 13 # items per page
|
|
|
|
paginateWindow = 1 # setting it to 1 gives 7 buttons, 2 gives 9, etc. If set 1: [1 ... 4 5 6 ... 356] [1 2 3 4 5 ... 356] etc
|
2019-11-20 06:55:05 +00:00
|
|
|
|
2019-11-29 09:01:11 +00:00
|
|
|
# whoami: usage - home page sidebar, single page bottom of post. all values can be empty
|
2019-11-20 06:55:05 +00:00
|
|
|
myname = "zzossig"
|
|
|
|
email = "zzossig@gmail.com"
|
2019-11-22 03:43:10 +00:00
|
|
|
whoami = "Web Developer"
|
2019-11-20 06:55:05 +00:00
|
|
|
useGravatar = false
|
|
|
|
location = "Seoul, Korea"
|
|
|
|
organization = "Hugo"
|
|
|
|
link = "https://github.com/zzossig/hugo-theme-zzo"
|
|
|
|
|
|
|
|
# sidebar
|
2019-11-29 09:01:11 +00:00
|
|
|
enableBio = true # home page sidebar
|
|
|
|
enableSidebar = true # if you want to make full width of contents
|
|
|
|
enableSidebarTags = true # if you want to use tags.
|
2019-11-20 06:55:05 +00:00
|
|
|
enableSidebarSeries = true
|
|
|
|
enableSidebarCategories = true
|
2019-11-29 09:01:11 +00:00
|
|
|
enableToc = true # single page table of contents
|
|
|
|
enableTocSwitch = true # single page table of contents visibility switch
|
|
|
|
itemsPerCategory = 5 # maximum number of posts shown in the sidebar.
|
|
|
|
searchLanguages = ['en'] # lunr multilanguage search. https://github.com/MihaiValentin/lunr-languages
|
2019-11-20 06:55:05 +00:00
|
|
|
|
|
|
|
# footer
|
2019-11-29 09:01:11 +00:00
|
|
|
showPoweredBy = true # show footer text: Powered by Hugo and Zzo theme
|
|
|
|
showFeedLinks = true # RSS Feed
|
|
|
|
showSocialLinks = true # email, facebook, twitter ...
|
|
|
|
enableLangChange = true # show button at bottom left of footer.
|
|
|
|
themeOptions = ["dark", "light", "hacker", "solarized", "custom"] # select options for site color theme
|
2019-11-20 06:55:05 +00:00
|
|
|
|
|
|
|
# comment
|
|
|
|
enableComment = true
|
2019-11-29 09:01:11 +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'"
|
|
|
|
|
|
|
|
[marketing]
|
|
|
|
google_analytics = ""
|
|
|
|
google_tag_manager = ""
|
|
|
|
|
2019-11-29 09:01:11 +00:00
|
|
|
[socialOptions] # if set, social icons will show up.
|
2019-11-20 06:55:05 +00:00
|
|
|
email = "mailto:your@email.com"
|
|
|
|
facebook = "http://example.org/"
|
|
|
|
twitter = "http://example.org/"
|
|
|
|
github = "https://github.com/zzossig/hugo-theme-zzo"
|
|
|
|
stack-overflow = ""
|
|
|
|
instagram = ""
|
|
|
|
google-plus = ""
|
|
|
|
youtube = ""
|
|
|
|
medium = ""
|
|
|
|
tumblr = ""
|
|
|
|
linkedin = ""
|
|
|
|
pinterest = ""
|
|
|
|
stack-exchange = ""
|