-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
82 lines (82 loc) · 1.57 KB
/
_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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
\markdown: rdiscount
highlighter: pygments
domain: 'https://datenschule.de'
staticurl: /assets/
baseurl: ""
exclude:
- "CNAME"
- "LICENSE"
- "browserlist"
- "Gemfile*"
- "Readme.md"
- "*.sh"
- ".idea/"
- ".git/"
- "local/"
- "scripts/"
- "_site/"
- "vendor/"
plugins:
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-paginate
- octopress-autoprefixer
page_gen:
- data: cards
template: card
name: id
dir: card
extension: html
languages: ["de", "en"]
languages_bak: ["de", "en"]
lang_report_missing: false
exclude_from_localizations: ["assets", "files", "style", "js", "svg", "fonts", "images", "scripts"]
timezone: Europe/Berlin
tag_dir: blog/tags/
permalink: blog/:year/:month/:title/
paginate: 8
paginate_path: blog/page/:num/
sass:
sass_dir: assets/style/_scss
style: compressed
defaults:
- scope:
path: "blog"
type: "posts"
values:
layout: "post"
card: true
- scope:
path: ""
type: "tutorials"
values:
layout: "tutorial"
card: true
- scope:
path: ""
type: "projects"
values:
layout: "project"
- scope:
path: ""
type: "topics"
values:
layouts: "topic"
collections:
tutorials:
output: true
permalink: /lernmaterialien/tutorial/:path/
projects:
output: true
permalink: /projekte/:path/
workshops:
output: true
permalink: /workshops/:path/
testimonials:
output: true
permalink: /referenzen/:path/
topics:
output: true
permalink: /lernmaterialien/lernsektionen/:path/
settings:
debug: false