Read more feature in hexo

Using “Read more” feature to avoid full text display in the home page.

When I am using the hexo as my blog system, I found one big problem that really frustrate me. In the home page of my blog website, articles are displayed at full content and that makes the page size so big and the loading time extraordinary long.

I found below 3 ways (in priority) to fix this issue.

  1. Use the description property to let the render engine know your purpose.

Description property

  1. Put the <!-- more --> tag inside the article in the right location.

Read more tag

  1. Use the excerpt property like method 2.

Excerpt property

BTW, you can modify the template like post, draft and archive to adapt these approaches.

Template usage

updatedupdated2023-12-052023-12-05