forked from faktaoklimatu/web-cz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
78 lines (71 loc) · 2.69 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
# Site settings
url: https://faktaoklimatu.cz
email: [email protected]
twitter: "faktaoklimatu"
newsletter: "https://tinyletter.com/faktaoklimatu/subscribe"
fundraising: "https://www.darujme.cz/projekt/1203742"
author: faktaoklimatu.cz
description: Shromažďujeme data o klimatu a klimatické změně, která poskytují vědecké instituce a zpracováváme z nich grafy a infografiky pro další použití.
keywords: klima, změna klimatu, infografiky
include: [ ".well-known" ]
exclude:
- README.md
- AUTHORS.md # Authors file
- Gemfile # Build settings
- Gemfile.lock # Build settings
- Makefile # Build settings
- utils # Development files
- Dockerfile # Containerization
- _infografiky/*/*.pdf # Original infographics (build moves them to assets)
- _studie/*.jpg # Study images
- _studie/*.png # Study images
collections:
infografiky:
output: true
permalink: /:collection/:title
sekce:
output: false
permalink: /:collection/:title
stranky:
output: true
permalink: /:title
studie:
output: true
permalink: /:collection/:title
datasety:
output: true
permalink: /datasety/:title
sass:
sass_dir: assets/_scss
style: compressed
cache_dir: .cache
cdn:
# See https://www.srihash.org for info on how to generate the hashes
css: "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
css_hash: "sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
js: "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
js_hash: "sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
jquery: "https://code.jquery.com/jquery-3.2.1.slim.min.js"
jquery_hash: "sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
popper: "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
popper_hash: "sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
fa: "https://use.fontawesome.com/releases/v5.3.1/css/all.css"
fa_hash: "sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU"
# Enable smart quotes
kramdown:
smart_quotes: sbquo,lsquo,bdquo,ldquo
markdown: FaktaOKlimatuProcessor
plugins:
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-last-modified-at
target-blank:
add_css_classes: ext-link
jekyll-archives:
enabled: [ "tags" ]
layouts:
tag: tag
permalinks:
tag: '/temata/:name/'
collections:
merge_tags: true