halogenica / beautifulhugo

Theme for the Hugo static website generator
Other
1.15k stars 603 forks source link

Display summary in post preview #325

Closed YaguraStation closed 1 year ago

YaguraStation commented 4 years ago

fixes #324

reesehopkins commented 4 years ago

@YaguraStation thanks! This worked for me.

akiradeveloper commented 4 years ago

@YaguraStation this works for me too.

To push the merge of this PR I will share my experience: I have a blog in Japanese and since hugo doesn't count the Japanese words correctly (it tends to be small number) the automatic summary split always go full content. Then two options remain: more splitter and front matter. The more splitter does work without this PR but the summary in front matter doesn't work as mentioned. Since my blog is not a research paper that always have summary at beginning, I prefer front matter way. That is why I need this change.