forked from Chaospott/site
Separate Repaircafè Blog
This commit is contained in:
20
_config.yml
20
_config.yml
@ -6,14 +6,26 @@ description: >
|
||||
Alle Interessierten sind herzlich zu unserem Treff eingeladen.
|
||||
baseurl: ""
|
||||
url: "https://chaospott.de"
|
||||
|
||||
# set timezone
|
||||
timezone: Europe/Berlin
|
||||
|
||||
# Build settings
|
||||
markdown: kramdown
|
||||
permalink: /:year/:month/:day/:title:output_ext
|
||||
paginate: 5
|
||||
paginate_path: "/blog/:num"
|
||||
plugins: [jekyll-paginate]
|
||||
include: [
|
||||
".well-known"
|
||||
]
|
||||
plugins:
|
||||
- jekyll-paginate
|
||||
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