-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
90 lines (84 loc) · 1.71 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
---
title: VSP • TU Berlin
url: https://vsp.berlin
#url: http://127.0.0.1:4000/
baseurl: ""
repository: matsim-vsp/matsim-vsp.github.io
description: Verkehrssystemplanung und Verkehrstelematik, Technische Universität Berlin
navigation:
- index
- publications
- updates
- readinglist
locales:
default:
baseurl: ""
# name: Deutsch
name: 🇩🇪 DE
lang: de-DE
en:
baseurl: /en
# name: English
name: 🇺🇸 EN
lang: en-US
collections:
posts:
output: true
permalink: /blog/:categories/:title/
photos:
output: true
permalink: /fotos/:path/
pages_en:
output: true
permalink: /en/:path/
posts_en:
output: true
permalink: /en/blog/:categories/:title/
photos_en:
output: true
permalink: /en/fotos/:path/
permalink: pretty
defaults:
# set page.collection_basename to match collections
- scope:
type: pages
values:
layout: page
collection_basename: pages
- scope:
path: "_pages*/"
values:
layout: page
collection_basename: pages
- scope:
path: "_posts*/"
values:
layout: post
collection_basename: posts
- scope:
path: "_photos*/"
values:
layout: photo
collection_basename: photos
# set page.locale, page.lang, page.collection_suffix
- scope:
path: "*_en/"
values:
locale: en
lang: en-US
collection_suffix: _en
- scope:
path: ""
values:
locale: default
lang: de-DE
# prevent index pages from publishing to baseurl/index/index.html
- scope:
path: "_pages_en/index.*"
values:
permalink: "/en/"
plugins:
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-feed
- jekyll-github-metadata