-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
59 lines (51 loc) · 978 Bytes
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
title: Leibis Blog
# author:
# name: Stefan Leibfarth
description: Persönliches Blog von Stefan Leibfarth
url: https://stefan.leibfarth.org
show_excerpts: true
minima:
date_format: "%d.%m.%Y"
skin: classic
social_links:
github: le1b1
mastodon:
- username: leibi
instance: disobey.net
defaults:
-
values:
author: Leibi
image: /assets/logo.png
# Build settings
source: .
markdown: kramdown
encoding: utf-8
locale: de_DE
theme: minima
timezone: Europe/Berlin
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-seo-tag
- jekyll-sitemap
include:
- _pages
exclude:
- Gemfile
- Gemfile.lock
keep_files:
- assets
- slides
permalink: /posts/:year-:month-:day-:title/
excerpt_separator: <!--more-->
header_pages:
- _pages/kategorien.md
- _pages/vortraege-presse.md
- _pages/kontakt.md
# pagination settings
paginate: 10
# tag settings
tag_page_layout: tag_page
tag_page_dir: tag
tag_permalink_style: pretty