ppoffice / hexo-theme-hueman

A redesign of Alx's wordpress theme Hueman, ported to Hexo.
http://ppoffice.github.io/hexo-theme-hueman/
GNU General Public License v2.0
1.17k stars 335 forks source link

About how to configure excerpt paramater #154

Closed gaussli closed 7 years ago

gaussli commented 7 years ago

I saw excerpt.js file in script folder, and I think it's used for post's desciption. But I don't know how to configure it. I tried to add excerpt: true in _config.yml file but it didn't work. Could you tell me how to configure excerpt parameter? Thank You!

ppoffice commented 7 years ago

@gaussli Just add <!-- more --> to your article.

gaussli commented 7 years ago

oh, thanks!