In the Minima theme, the display of excepts is controlled by the site.show_excerpts
variable, so the first step is to define it in _config.yml
:
show_excerpts: true
After that change, the home page will display each post’s default excerpt (the first paragraph of the post). If the first paragraph is not enough, you can use the excerpt_separator
to include more/less in the excerpt.