-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path_config.yml
97 lines (94 loc) · 1.94 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
91
92
93
94
95
96
97
defaults:
- scope:
path: ""
values:
layout: default
- scope:
path: ""
type: posts
values:
is_post: true
layout: post
author: Team CoFH
author_url: http://www.twitter.com/TeamCoFH
- scope:
path: "docs"
type: pages
values:
layout: docs
- scope:
path: "docs/redstone-flux"
values:
nav: redstone-flux
- scope:
path: "docs/1.16/thermal-series"
values:
nav: thermal-series
- scope:
path: "docs/1.16/archers-paradox"
values:
nav: archers-paradox
- scope:
path: "docs/1.15/cofh-core"
values:
nav: cofh-core-1.15
- scope:
path: "docs/1.12/cofh-core"
values:
nav: cofh-core-1.12
- scope:
path: "docs/1.12/cofh-world"
values:
nav: cofh-world-1.12
- scope:
path: "docs/1.12/thermal-foundation"
values:
nav: thermal-foundation-1.12
- scope:
path: "docs/1.12/thermal-expansion"
values:
nav: thermal-expansion-1.12
- scope:
path: "docs/1.12/thermal-dynamics"
values:
nav: thermal-dynamics-1.12
- scope:
path: "docs/1.12/thermal-cultivation"
values:
nav: thermal-cultivation-1.12
- scope:
path: "docs/1.12/thermal-innovation"
values:
nav: thermal-innovation-1.12
- scope:
path: "docs/1.12/redstone-arsenal"
values:
nav: redstone-arsenal-1.12
- scope:
path: "docs/1.12/vanillaplus-tools"
values:
nav: vanillaplus-tools-1.12
- scope:
path: "docs/1.12/vanillaplus-satchels"
values:
nav: vanillaplus-satchels-1.12
exclude:
- README.md
- Gemfile
- Gemfile.lock
- _scripts
- _modrepos
- .env
- /*.pdn
- /*.xcf
- /Thumbs.db
- /.unused
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-feed
- jekyll-redirect-from
permalink: '/posts/:year/:month/:day/:title/'
paginate: 5
paginate_path: "/posts/page-:num/"
url: 'https://teamcofh.com'