Solve the problem that there is no auto_excerpt when reading the full text in the Next topic of the Hexo blog

1: Use npm to install hexo-excerpt

npm install hexo-excerpt --save

2: Add in the site configuration file

excerpt:
  depth: 5  
  excerpt_excludes: []
  more_excludes: []
  hideWholePostExcerpts: true

Guess you like

Origin blog.csdn.net/sinat_41696687/article/details/115021491