creative_commons: # Available values: by | by-nc | by-nc-nd | by-nc-sa | by-nd | by-sa | cc-zero license:by-nc-sa # Available values: big | small size:small sidebar:true post:true # You can set a language value if you prefer a translated version of CC license, e.g. deed.zh # CC licenses are available in 39 languages, you can find the specific and correct abbreviation you need on https://creativecommons.org language:deed.zh
# Sidebar Avatar avatar: # Replace the default image and set the url here. url:http://cdn.jackkke.top/blog/images/jackkke.jpg # If true, the avatar will be displayed in circle. rounded:true # If true, the avatar will be rotated with the cursor. rotated:true
footer: # Specify the year when the site was setup. If not defined, current year will be used. since:2016
# Icon between year and copyright info. icon: # Icon name in Font Awesome. See: https://fontawesome.com/icons name:fafa-heart # If you want to animate the icon, set it to true. animated:false # Change the color of icon, using Hex Code. color:"#ff0000"
# If not defined, `author` from Hexo `_config.yml` will be used. copyright:CopyedByJackkke
codeblock: # Code Highlight theme # All available themes: https://theme-next.js.org/highlight/ theme: light:atom-one-light# default github stackoverflow-light dark:tomorrow-night-bright# atom-one-dark atom-one-dark-reasonable github-dark github-dark-dimmed stackoverflow-dark prism: light:prism dark:prism-dark # Add copy button on codeblock copy_button: enable:true # Available values: default | flat | mac style:flat
返回顶部
1 2 3 4 5 6
back2top: enable:true # Back to top in sidebar. sidebar:false # Scroll percent label in b2t button. scrollpercent:true
文章阅读进度顶部进度条
1 2 3 4 5 6 7 8 9 10
# Reading progress bar reading_progress: enable:true # Available values: left | right start_at:left # Available values: top | bottom position:top reversed:false color:"#37c6c0" height:3px
书签记录下次进入上次记录页面(已关闭)
1 2 3 4 5 6 7 8
bookmark: # 与 github_banner 位置重叠,暂时不做放开 enable:false # Customize the color of the bookmark. color:"#222" # If auto, save the reading progress when closing the page or clicking the bookmark-icon. # If manual, only save it by clicking the bookmark-icon. save:auto
local_search: enable:true # If auto, trigger search by changing input. # If manual, trigger search by pressing enter key or search button. trigger:auto # Show top n results per article, show all results by setting to -1 top_n_per_article:1 # Unescape html strings to the readable one. unescape:false # Preload the search data when the page loads. preload:false
国内加载js加速
1 2 3 4 5 6 7 8 9 10 11 12 13 14
vendors: # The CDN provider of NexT internal scripts. # Available values: local | jsdelivr | unpkg | cdnjs | custom # Warning: If you are using the latest master branch of NexT, please set `internal: local` internal:custom # The default CDN provider of third-party plugins. # Available values: local | jsdelivr | unpkg | cdnjs | custom # Dependencies for `plugins: local`: https://github.com/next-theme/plugins plugins:custom # Custom CDN URL # For example: # custom_cdn_url: https://cdn.jsdelivr.net/npm/${npm_name}@${version}/${minified} # custom_cdn_url: https://cdnjs.cloudflare.com/ajax/libs/${cdnjs_name}/${version}/${cdnjs_file} custom_cdn_url:https://cdn.bootcdn.net/ajax/libs/${cdnjs_name}/${version}/${cdnjs_file}