-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_config.yml
More file actions
105 lines (93 loc) · 1.71 KB
/
_config.yml
File metadata and controls
105 lines (93 loc) · 1.71 KB
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
98
99
100
101
102
103
104
105
locale: "en-US"
timezone: "Europe/Amsterdam"
title: Realismus Modding
title_separator: "-"
email: realismusmodding@gmail.com
description: >
Adding realism to Farming Simulator with mods such as Seasons
baseurl: ""
url: "https://www.realismusmodding.com"
github_username: RealismusModding
youtube_channel: realismusmodding
google_analytics: UA-96325378-1
twitter_username: realismusMods
og_image: /assets/img/logo/social.png
breadcrumbs: true
word_per_minute: 200
# Build settings
markdown: kramdown
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
kramdown:
auto_ids: true
auto_id_stripping: true
toc_levels: "2..6"
highligher: rouge
lsi: false
excerpt_separator: "\n\n"
incremental: false
gems:
- jekyll-feed
- jekyll-sitemap
- jekyll-redirect-from
exclude:
- Gemfile
- Gemfile.lock
- vendor
- LICENSE
- script
- README.md
collections:
pages:
output: true
permalink: /:name
defaults:
-
scope:
type: "posts"
values:
layout: post
-
scope:
type: "posts"
path: "_posts/blog"
values:
category: blog
nav_cat: blog
-
scope:
type: "posts"
path: "_posts/news"
values:
category: news
nav_cat: news
-
scope:
type: "pages"
values:
layout: page
-
scope:
path: "mods/seasons"
values:
mod: "seasons"
localnav: true
layout: page
-
scope:
path: "mods/seasons/manual"
values:
layout: documentation
manual: seasons
-
scope:
path: "mods/seasons19"
values:
mod: "seasons19"
localnav: true
layout: page
-
scope:
path: "mods/seasons19/manual"
values:
layout: documentation
manual: seasons19