Hexo next topic blog will display markdown line number.

document encoding format is utf-8, every time a blog post, there will be a string of numbers, check the folder, in the public search.xml generated in the line number, how to solve? How to upload without a line number and without displaying this string of numbers?

clipboard.png

clipboard.png

Apr.13,2022

1. The home page shows the full text
2. Rewrite the abstract / beginning of the article


this is because you set the auto_excerpt parameter to true
in the topic's configuration file, so that each article will automatically intercept the length of length to generate a summary

.
auto_excerpt:
  enable: true
  length: 150

you can change this parameter to false . If you want to use the "read full text" function, add

to the article yourself.
<!-- more -->

is fine

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1beb63d-31a59.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1beb63d-31a59.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?