Some related configuration records after using Next theme on Hexo blog

Theme style

# Schemes
#scheme: Muse
#scheme: Mist
#scheme: Pisces
scheme: Gemini

Turn off preload animation

Change enable to false after searching for motion

Set "Background Animation"

canvas_nest: true //开启动画
canvas_nest: false //关闭动画

Authorization information modification

footer:
  # Specify the date when the site was setup.
  # If not defined, current year will be used.
  #since: 2015

  # Icon between year and copyright info.
  icon: user

  # If not defined, will be used `author` from Hexo main config.
  copyright: false
  # -------------------------------------------------------------
  # Hexo link (Powered by Hexo).
  powered: false

  theme:
    # Theme & scheme info link (Theme - NexT.scheme).
    enable: false
    # Version info of NexT after scheme info (vX.X.X).
    version: false

Word count and reading time

post_wordcount:
  item_text: true
  wordcount: true  # 文章字数
  min2read: true   # 阅读时间
  totalcount: true  # 总共字数
  separated_meta: true

Need to install the plug-in to display. Solving the invalidation of word count and reading time

Guess you like

Origin blog.csdn.net/qq_34626094/article/details/113074627