forked from Chaospott/site
Paginate + Tags
This commit is contained in:
+38
-13
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user