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