You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _config.template.yml
+86-13Lines changed: 86 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,9 @@ img:
83
83
# Custom Fonts
84
84
# family: the font-family which will be used in the theme
85
85
# host: uri of fonts host.
86
-
# Available value of "host": google | baomitu | ustc | custom
86
+
# Available value of "host": google | baomitu | ustc | custom | catnet
87
+
# When you configured 'use' as 'custom', you should fill in the value of 'custom_font_host', which should be a mirror of google fonts.
88
+
# If you have setup your custom font-family, don't forget to add style tag with @font-face or link.tag with font css to /source/data/head.yml as custom code, to load custom font files.
# use: choose which method to generate the qrcode for each posts.
102
110
# Available value of "use": plugin | online
@@ -106,6 +114,40 @@ qrcode:
106
114
enable: false
107
115
use: plugin
108
116
117
+
# Code highlight
118
+
# Available value for `prettify` or `hanabi`: true | false
119
+
# You can only enable one of them to avoid issues. Also you need to check highlight option in _config.yml. Make sure that default hexo built in highlight plugin is disabled.
0 commit comments