diff options
author | uvok cheetah | 2019-05-23 20:23:19 +0200 |
---|---|---|
committer | uvok cheetah | 2019-05-23 20:23:19 +0200 |
commit | dcf8e30c74b57f18f60b6592700ea8fe3b18d339 (patch) | |
tree | 765ffd218e97874c6545043292b0316f8f552c33 /_config.yml | |
parent | 89792d2cac1601163a5ea9576e192af14285c604 (diff) |
Prepare pagination
and handle diplaying all posts of pagination is disabled.
Todo: Think about navigation links
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)" |