forked from workshops-de/angular.de
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
82 lines (76 loc) · 1.63 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
title: AngularJS.DE
description: ""
url: "https://angularjs.de" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: jekyllrb
github_username: jekyll
ga_property: "UA-39010393-1"
permalink: /artikel/:slug/
repository_url: "https://github.com/workshops-de/angularjs.de"
ws_course_id: 4
jekyll_timeago:
depth: 1 # Level of detail
today: 'Heute'
yesterday: 'Gestern'
tomorrow: 'Morgen'
and: 'und'
suffix: ''
prefix: 'vor'
suffix_future: ''
prefix_future: 'in'
years: 'Jahre'
year: 'Jahr'
months: 'Monaten'
month: 'Monat'
weeks: 'Wochen'
week: 'Woche'
days: 'Tagen'
day: 'Tag'
collections:
books:
output: true
permalink: /buecher/:path/
pages:
output: true
permalink: /:name/
defaults:
- scope:
path: "_posts" # an empty string here means all files in the project
values:
layout: "post"
toc: true
- 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"
pagination:
enabled: true
per_page: 5
permalink: '/seite/:num/'
title: ':title - Seite :num von :max'
limit: 0
sort_field: 'date'
sort_reverse: true
# Build settings
markdown: kramdown
sass:
style: :compressed
sass_dir: assets/css
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'"