-
Notifications
You must be signed in to change notification settings - Fork 22
/
_config.yml
57 lines (48 loc) · 1.22 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
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: Pirátská strana | Šablona stránek
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Zde doplně popis webu
url: "https://pirati.cz" # the base hostname & protocol for your site
# Build settings
markdown: kramdown
plugins:
- jekyll-paginate
- jekyll-sitemap
paginate_path: "/aktuality/:num/"
paginate: 11
exclude:
- readme.md
- Gemfile
- Gemfile.lock
sass:
style: compressed
permalink: /aktuality/:title.html
collections:
people:
output: true
permalink: /lide/:path/
program:
output: true
permalink: /komunalni-volby/:path/
defaults: # defaults values for collection scope
-
scope:
path: "_people"
values:
layout: "page"
rbar: "foto"
-
scope:
path: "_program"
values:
layout: "page"
class: "c-pragram-page"
rbar: "garant, program"
emptyArray: []