forked from Wurst-Imperium/WurstClient.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
63 lines (54 loc) · 1.01 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
exclude:
- README.md
- start.bat
gems:
- jekyll-sitemap
- jekyll-paginate
timezone: Europe/Berlin
title: Wurst Client
paginate: 10
paginate_path: "/news/:num/"
permalink: /news/:year-:month-:day-:title/
excerpt_separator: <!--read more-->
collections:
wiki:
output: true
permalink: /wiki/:path/
questions:
output: true
permalink: /faq/:slug/
redirects:
output: true
permalink: /:path/
defaults:
- scope:
path: ""
type: pages
values:
layout: default
author: Alexander01998
- scope:
path: ""
type: posts
values:
layout: post
author: Alexander01998
secondarytitle: Wurst Client News
- scope:
path: ""
type: wiki
values:
layout: wiki
secondarytitle: Wurst Client Wiki
- scope:
path: ""
type: questions
values:
layout: question
secondarytitle: Wurst Client FAQ
category: Miscellaneous
- scope:
path: ""
type: redirects
values:
layout: redirect