From dcf8e30c74b57f18f60b6592700ea8fe3b18d339 Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Thu, 23 May 2019 20:23:19 +0200 Subject: Prepare pagination and handle diplaying all posts of pagination is disabled. Todo: Think about navigation links --- _config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '_config.yml') 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)" -- cgit v1.2.3