forked from Wurst-Imperium/WolframClient.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
68 lines (60 loc) · 1.08 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
exclude:
- README.md
- start.bat
gems:
- jekyll-sitemap
- jekyll-paginate
timezone: Europe/Berlin
title: WolframClient.net
mcversions:
"1.12": "1.12 - 1.12.2"
"1.11": "1.11 - 1.11.2"
"1.10": "1.10 - 1.10.2"
"1.9.4": "1.9.4"
"1.8": "1.8 - 1.8.9"
paginate: 8
paginate_path: "/news/:num/"
permalink: /news/:year-:month-:day-:title/
excerpt_separator: <!--read more-->
analytics-id: UA-52838431-13
collections:
updates:
output: true
permalink: /updates/:slug/
tutorials:
output: true
permalink: /tutorials/:slug/
redirects:
output: true
permalink: /:path/
api:
output: true
permalink: /api/:path
defaults:
- scope:
path: ""
type: pages
values:
layout: default
- scope:
path: ""
type: updates
values:
layout: update
repo: Wolfram-MCX2
format: jar
- scope:
path: ""
type: tutorials
values:
layout: tutorial
- scope:
path: ""
type: redirects
values:
layout: redirect
- scope:
path: ""
type: api
values:
layout: none