author_label

To set the author ID of the article content page, there are currently two options:

  1. auto automatically generates Lv1, Lv2, Lv3..., the judgment is based on the number of articles.

  2. 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, optional default and mac.

    • default renderings (hahahahaha there is a bug, so use the mac style)

    • mac renderings

Last updated