forked from OpenTTD/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
66 lines (61 loc) · 1.26 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
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: ""
timezone: Etc/UTC
excerpt_separator: <!-- more -->
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-paginate-v2
exclude:
- azure-pipelines.yml
- Dockerfile
- fetch-downloads.py
- Gemfile
- Gemfile.lock
- nginx.default.conf
- requirements.base
- requirements.txt
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"
collections:
downloads:
output: true
download-meta:
output: false
people:
output: false
posts:
permalink: /news/:year/:month/:day/:title.html
screenshots:
output: true
pagination:
enabled: true
collection: "posts"
per_page: 5
permalink: "/page/:num/"
category: "posts"
sort_field: "date"
sort_reverse: true