-
-
Notifications
You must be signed in to change notification settings - Fork 489
/
Copy path_config.yml
81 lines (73 loc) · 1.38 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
exclude:
- start.bat
timezone: Europe/Berlin
title: WurstClient.net
url: "https://www.wurstclient.net"
plugins:
- jekyll-sitemap
- jekyll-feed
- jekyll-redirect-from
author: Alexander01998
feed:
posts_limit: 20
collections:
updates:
path: "/wurst-updates.xml"
latest_mcversion: "1.21.4"
mcversions:
"snapshots": "Snapshots"
"1.19.1": "1.19.84 (1.19.1)"
"1.14_combat-3": "1.14 Combat Test 3"
"1.12": "1.12 - 1.12.2"
"1.12 OF": "1.12 - 1.12.2 + OptiFine"
"1.11": "1.11 - 1.11.2"
"1.11 OF": "1.11 - 1.11.2 + OptiFine"
"1.10": "1.10 - 1.10.2"
"1.9": "1.9 - 1.9.2"
"1.8": "1.8 - 1.8.9"
"1.8 OF": "1.8 - 1.8.9 + OptiFine"
"1.7": "1.7.2 - 1.7.10"
collections:
updates:
output: true
permalink: /updates/:slug/
wiki:
output: true
permalink: /wiki/:path/
tutorials:
output: true
permalink: /tutorials/:path/
tutorials_de:
output: true
permalink: /de/tutorials/:path/
redirects:
output: true
permalink: /:path/
defaults:
- scope:
path: ""
type: pages
values:
layout: default
author: Alexander01998
- scope:
path: ""
type: updates
values:
layout: update
- scope:
path: ""
type: wiki
values:
layout: wiki
secondarytitle: Wurst Wiki
- scope:
path: ""
type: tutorials
values:
layout: tutorial
- scope:
path: ""
type: redirects
values:
layout: redirect