Skip to content

Commit 44cddd3

Browse files
committed
config: re-add excerpts
It has moved under 'minima' namespace. Link: jekyll/minima#841 Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
1 parent 8f15a8e commit 44cddd3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

_config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ plugins:
3030
header_pages:
3131
- about.md
3232

33-
# Set to `true` to show excerpts on the homepage.
34-
show_excerpts: true
3533
excerpt_separator: "<!--more-->"
3634

3735
# Minima specific settings, which are only available from Minima 3.0 onward.
@@ -46,6 +44,9 @@ minima:
4644
# solarized Adaptive skin for solarized color scheme skins.
4745
skin: auto
4846

47+
# Set to `true` to show excerpts on the homepage.
48+
show_excerpts: true
49+
4950
# Minima date format.
5051
# The default value is "%b %d, %Y" (e.g. Nov 14, 2023)
5152
# Refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this.

0 commit comments

Comments
 (0)