-
Notifications
You must be signed in to change notification settings - Fork 83
/
_config.yml
79 lines (74 loc) · 3.49 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
plugins:
- jekyll-paginate-v2
- jekyll-polyglot
- jekyll-minifier
languages: ["en", "sv-SE", "zh-CN", "nb-NO", "ko-KR", "pt-BR", "pt-PT", "nl", "es", "de", "it", "fr"]
default_lang: "en"
language_names:
sv-SE: Svenska
en: English
zh-CN: 简体中文
nb-NO: Norsk (bokmål)
ko-KR: 한국어
pt-PT: Português (Portugal)
pt-BR: Português (Brasil)
nl: Nederlands
es: Español
de: Deutsch
it: Italiano
fr: Français
exclude_from_localization: ["assets", "images", "css", "README.md", "manifest.json", "humans.txt", "sitemap.xml", "robots.txt", "404.html", "CNAME", "LICENSE.md"]
parallel_localization: true
a_rootpage: "https://jamulus.io"
markdown: kramdown
kramdown:
input: GFM
# Jamulus release binary links
download_root_link: "https://github.com/jamulussoftware/jamulus/releases/download/r3_11_0/"
download_file_names:
deb-gui: "jamulus_3.11.0_ubuntu_amd64.deb"
deb-headless: "jamulus-headless_3.11.0_ubuntu_amd64.deb"
deb-gui-armhf: "jamulus_3.11.0_ubuntu_armhf.deb"
deb-headless-armhf: "jamulus-headless_3.11.0_ubuntu_armhf.deb"
deb-gui-arm64: "jamulus_3.11.0_ubuntu_arm64.deb"
deb-headless-arm64: "jamulus-headless_3.11.0_ubuntu_arm64.deb"
windows: "jamulus_3.11.0_win.exe"
windows-jack: "jamulus_3.11.0_win_jack.exe"
mac: "jamulus_3.11.0_mac.dmg"
mac-legacy: "jamulus_3.11.0_mac_legacy.dmg"
android: "jamulus_3.11.0_android.apk"
ios: "jamulus_3.11.0_iOSUnsigned.ipa"
download_overview_link: "https://github.com/jamulussoftware/jamulus/releases/latest"
download_all_releases_link: "https://github.com/jamulussoftware/jamulus/releases"
kbnewpage: 'https://github.com/jamulussoftware/jamuluswebsite/new/release/_posts/?value=---%0Alayout%3A%20post%0Atitle%3A%20%22Your%20Title%22%0Alang%3A%20%22en%22%0Aauthor%3A%20%22YourName%22%0Aheading%3A%20%22Heading%22%0A---%0AName%20this%20file%20and%20edit%20the%20parameters%20above%21&message=New%20post'
exclude: ["README.md", "Gemfile.lock", "Gemfile", "CONTRIBUTING.md"]
jekyll-minifier:
remove_intertag_spaces: true
remove_spaces_inside_tags: true
remove_multi_spaces: true
compress_json: true
exclude: "sitemap.xml"
excerpt_separator: <!--more-->
permalink: /kb/:categories/:year/:month/:day/:title:output_ext
pagination:
enabled: true
# Set to 'true' to enable pagination debugging. This can be enabled in the site config or only for individual pagination pages
debug: false
# The default document collection to paginate if nothing is specified ('posts' is default)
collection: 'posts'
# How many objects per paginated page, used to be `paginate` (default: 0, means all)
per_page: 4
# The permalink structure for the paginated pages (this can be any level deep)
permalink: '/:num/index.html'
title: ':title / :num'
# Limit how many pagenated pages to create (default: 0, means all)
limit: 0
# Optional, defines the field that the posts should be sorted on (omit to default to 'date')
sort_field: 'date'
# Optional, sorts the posts in reverse order (omit to default decending or sort_reverse: true)
sort_reverse: true
# Optional,omit or set both before and after to zero to disable.
# Controls how the pagination trail for the paginated pages look like.
trail:
before: 2
after: 3