forked from godotengine/godot-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
93 lines (84 loc) · 1.6 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
# Settings
exclude:
[
".github",
"Gemfile",
"Gemfile.lock",
"build.sh",
"build-and-serve.sh",
"build-and-watch.sh",
"README.md",
]
permalink: pretty
url: "https://godotengine.org"
collections_dir: collections
collections:
article:
output: true
event:
output: false
showcase:
output: true
download:
output: true
download_3:
output: true
permalink: /download/3.x/:name/
# Build collection items with a future date.
future: true
defaults:
- scope:
type: "article"
values:
layout: "article"
og_type: "article"
- scope:
type: "event"
values:
layout: "event"
- scope:
type: "showcase"
values:
layout: "showcase-item"
- scope:
type: "download"
values:
layout: "download"
- scope:
type: "download_3"
values:
layout: "download-3"
- scope:
type: "download_archive"
values:
layout: "download-archive"
- scope:
type: "mirrorlist"
values:
layout: "mirrorlist"
# Plugins
plugins:
- jekyll-paginate-v2
- jekyll-redirect-from
# - jekyll-multiple-languages-plugin
# Internationalization
languages: ["en", "es"]
exclude_from_localizations: ["assets", "storage"]
default_lang: "en"
# Pagination (used by the blog)
pagination:
enabled: true
debug: false
collection: "article"
per_page: 24
sort_field: "date"
sort_reverse: true
# Controls how the pagination trail for the paginated pages look like.
trail:
before: 2
after: 2
title: ":title - Page :num"
permalink: "/:num/"
category: "posts"
tag: ""
locale: ""