Use em instead of px as the font size unit (#1006)
font: ... # Font options: # `external: true` will load this font family from `host` above. # `family: Times New Roman`. Without any quotes. - # `size: x.x`. Use `px` as unit. Default: 16 + # `size: x.x`. Use `em` as unit. Default: 1 (16px)
-# Baidu Share (does not support https). -baidushare: - #type: button - #type: slide
Refactor several components in _config.yml (#965)
Remove two options for simplicity
avatar: ... - # The value of opacity should be choose from 0 to 1 to set the opacity of the avatar. - opacity: 1 ... codeblock: - # Manual define the border radius in codeblock, leave it blank for the default value: 1 - border_radius:
Refactor two options
-custom_logo: - enable: false - image: #/uploads/custom-logo.jpg +custom_logo: #/uploads/custom-logo.jpg ... -# Code Highlight theme -# Available values: normal | night | night eighties | night blue | night bright -# https://github.com/chriskempson/tomorrow-theme -highlight_theme: normal codeblock: + # Code Highlight theme + # Available values: normal | night | night eighties | night blue | night bright + # See: https://github.com/chriskempson/tomorrow-theme + highlight_theme: normal
Refactor option and parameters for page loading progress bar
-# Gitment -# Introduction: https://github.com/imsun/gitment -gitment: - enable: false - mint: true # RECOMMEND, A mint on Gitment, to support count, language and proxy_gateway - count: true # Show comments count in post meta area - lazy: false # Comments lazy loading with a button - cleanly: false # Hide 'Powered by ...' on footer, and more - language: # Force language, or auto switch by theme - github_user: # MUST HAVE, Your Github Username - github_repo: # MUST HAVE, The name of the repo you use to store Gitment comments - client_id: # MUST HAVE, Github client id for the Gitment - client_secret: # EITHER this or proxy_gateway, Github access secret token for the Gitment - proxy_gateway: # Address of api proxy, See: https://github.com/aimingoo/intersect - redirect_protocol: # Protocol of redirect_uri with force_redirect_protocol when mint enabled