forked from mpc-hc/mpc-hc.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
65 lines (54 loc) · 1.21 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
name: MPC-HC
description: MPC-HC, the free, open source media player for Windows
lang: en
markdown: kramdown
highlighter: false
plugins:
- jekyll-avatar
- jekyll-email-protect
- jekyll-feed
- jekyll-paginate
- jekyll-redirect-from
- jekyll-sitemap
redirect_from:
json: false
exclude:
# we generate those files ourselves
- "*.css"
- "*.js"
# https://jekyllrb.com/docs/configuration/#front-matter-defaults
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "news"
-
scope:
path: ""
type: "pages"
values:
layout: "default"
# paginate
paginate: 10
paginate_path: archive/page:num
# permalinks
permalink: pretty
# server
source: source
destination: _site
port: 8000
url: https://mpc-hc.org
encoding: UTF-8
# custom variables
version:
short: 1.7.13
long: 1.7.13.0
hash: "e37826845"
date: "16 July 2017"
feed:
description: Latest information about the MPC-HC project.
path: rss.xml
url: https://mpc-hc.org
news_limit: 5