-
Notifications
You must be signed in to change notification settings - Fork 64
/
_config.yml
102 lines (93 loc) · 2.21 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
title: Angular.DE
description: ""
topic: Angular
url: "https://angular.de" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: angular_de
github_username: jekyll
gtm_property: "GTM-T5VPDDK"
utm_source: "angular_de"
permalink: /artikel/:slug/
repository_url: "https://github.com/workshops-de/angular.de"
og_generator_enabled: true
navigation:
banner:
message: "Wir bieten einen <b>3=2 Rabatt</b> auf Schulungen an! Buche 2 Teilnehmer:innen und der/die Dritte ist kostenfrei."
href: "https://workshops.de/schulungsthemen/angular?utm_source=angular_de&utm_campaign=group_discount&utm_medium=portal&utm_content=banner"
plugins_dir: ["_plugins/", "shared/plugins/"]
collections:
pages:
output: true
permalink: /:name/
defaults:
- scope:
path: "_posts" # an empty string here means all files in the project
values:
layout: "post"
header_image: "header.jpg"
toc: true
language: "de"
- scope:
path: "_books" # an empty string here means all files in the project
values:
layout: "chapter"
- scope:
path: "_pages" # an empty string here means all files in the project
values:
layout: "page"
- scope:
path: "opengraph"
values:
image: true
sitemap: false
- scope:
path: "assets"
values:
sitemap: false
- scope:
path: "shared/assets"
values:
sitemap: false
pagination:
enabled: true
per_page: 5
permalink: '/seite/:num/'
title: ':title - Seite :num'
limit: 0
sort_field: 'date'
sort_reverse: true
autopages:
enabled: true
categories:
layouts:
- 'autopage_category.html'
title: 'Artikel in #:cat'
permalink: '/kategorie/:cat'
silent: false
slugify:
mode: 'default'
case: true
collections:
enabled: false
# Build settings
markdown: kramdown
sass:
style: :compressed
sass_dir: assets/css
sourcemap: never
autoprefixer:
only_production: true
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-paginate-v2
exclude:
- Gemfile
- Gemfile.lock
- Dockerfile
- .gitignore
- nginx.conf
- cloudbuild.yaml
- firebase-debug.log
# webrick:
# headers:
# Content-Security-Policy: "style-src 'self'"