diff options
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index dbc43b9..c0f2de8 100644 --- a/_config.yml +++ b/_config.yml @@ -20,6 +20,9 @@ timezone: Europe/Berlin # Build settings markdown: kramdown +# avoid deep nesting when using categories +permalink: /:year/:month/:title.html + theme: minima minima: @@ -30,3 +33,8 @@ mastodon: instance: vulpine.club #show_excerpts: true + +pagination: + enabled: false + per_page: 5 + title: ":title (Seite :num)" |