author_label
To set the author ID of the article content page, there are currently two options:
auto
automatically generatesLv1
,Lv2
,Lv3
..., the judgment is based on the number of articles.custom_label_list
Custom label list, array items can be one or multiple, the matching is based on the number of articles.
Format reference:
an array item
["The one"]
Multiple array items
["The one", "Neo", "God"]
#code_copy
code_copy:
enable: true
style: mac # values: default | mac
This configuration item is used to set the code copy function. After it is turned on, one key copy code can be copied to the clipboard.
Whether
enable
is enabled.style
sets the style of the code block after the code copy function is enabled, optionaldefault
andmac
.default
renderings (hahahahaha there is a bug, so use themac
style)mac
renderings
Last updated