-
Notifications
You must be signed in to change notification settings - Fork 26
/
_config.yml
69 lines (64 loc) · 1.32 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
title: OpenTTD
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
An open source simulator based on the classic game Transport Tycoon Deluxe. It attempts to mimic the original game as closely as possible while extending it with new features.
baseurl: ""
staticurl: /static
url: "https://www.openttd.org"
timezone: Etc/UTC
excerpt_separator: <!-- more -->
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-paginate-v2
exclude:
- fetch_downloads
- requirements.base
- requirements.txt
- thirdparty
defaults:
- scope:
path: ""
values:
layout: "default"
- scope:
path: ""
type: "downloads"
values:
layout: "download"
- scope:
path: ""
type: "posts"
values:
layout: "post"
- scope:
path: ""
type: "screenshots"
values:
layout: "screenshot"
- scope:
path: ""
type: "security"
values:
layout: "security"
collections:
downloads:
output: true
download-meta:
output: false
contact:
output: false
posts:
permalink: /news/:year/:month/:day/:title.html
screenshots:
output: true
security:
output: true
pagination:
enabled: true
collection: "posts"
per_page: 5
permalink: "/page/:num/"
category: "posts"
sort_field: "date"
sort_reverse: true