Paginate + Tags

This commit is contained in:
T
2026-08-08 02:56:44 +02:00
parent 2787db80e8
commit 5bc794a380
298 changed files with 680 additions and 341 deletions
+38 -13
View File
@@ -7,25 +7,50 @@ description: >
baseurl: ""
url: "https://chaospott.de"
# Posts without explicit tags belong to the main blog.
defaults:
- scope:
path: ""
type: posts
values:
tags: [blog]
# set timezone
timezone: Europe/Berlin
# Build settings
markdown: kramdown
permalink: /:year/:month/:day/:title:output_ext
paginate: 5
paginate_path: "/blog/:num"
pagination:
enabled: true
collection: posts
per_page: 5
permalink: "/:num/"
sort_field: date
sort_reverse: true
autopages:
enabled: true
tags:
enabled: true
layouts:
- autopage_tags.html
title: "Beiträge mit Tag :tag"
permalink: "/tag/:tag/"
slugify:
mode: latin
cased: false
categories:
enabled: true
layouts:
- autopage_tags.html
title: "Beiträge in Kategorie :cat"
permalink: "/category/:cat/"
slugify:
mode: latin
cased: false
collections:
enabled: false
plugins:
- jekyll-paginate
- jekyll-paginate-v2
include:
- ".well-known"
defaults:
- scope:
path: _posts/blog
values:
type: blog
- scope:
path: _posts/repair
values:
type: repair