-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path_config.yml
More file actions
61 lines (55 loc) · 1.7 KB
/
_config.yml
File metadata and controls
61 lines (55 loc) · 1.7 KB
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
url: "https://klubfitpp.cz" # the base hostname & protocol for your site, e.g. http://example.com
baseurl: "" # the subpath of your site, e.g. /blog
title: "FIT++" # the name of your site, e.g. ACME Corp.
layouts_dir: _layouts
exclude:
- paginate-v2
- tailwind.config.js
- README.md
- package.json
- package-lock.json
- CODEOWNERS
gems:
- jekyll-paginate-v2
markdown: kramdown
kramdown:
syntax_highlighter: rouge
input: GFM
pagination:
# Site-wide kill switch, disabled here it doesn't run at all
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: "news"
# How many objects per paginated page, used to be `paginate` (default: 0, means all)
per_page: 6
# The permalink structure for the paginated pages (this can be any level deep)
# permalink: '/:num/' # Pages are index.html inside this folder (default)
#permalink: '/page/:num.html' # Pages are simple html files
#permalink: '/page/:num' # Pages are html files, linked jekyll extensionless permalink style.
# Limit how many pagenated pages to create (default: 0, means all)
limit: 0
future: true
collections:
events:
permalink: /events/:year/:title/
output: true
news:
permalink: /news/:year/:title/
output: true
people:
output: false
plugins:
- jekyll-paginate-v2
- jekyll-redirect-from
- jekyll-polyglot
languages:
- cs
- en
default_lang: "cs"
exclude_from_localization: ["javascript", "images", "css", "public", "sitemap"]
parallel_localization: true
lang_from_path: true
feed:
limit: 20