-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy path_config.local.yml
80 lines (75 loc) · 2.01 KB
/
_config.local.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
80
# Local Jekyll config file (will be appended after master)
# Site settings
lang: "cs"
title: "Fakta o klimatu"
url: https://faktaoklimatu.cz
email: [email protected]
github: faktaoklimatu/web-cz
twitter: "faktaoklimatu"
facebook: "faktaoklimatu"
linkedin: "68480136"
instagram: "faktaoklimatu"
threads: "faktaoklimatu"
youtube: "UCpW-nPyjH68BUfAjzhk7O_Q"
newsletter: "9-54057be166928eb6fcc57504dc847797"
fundraising: "https://www.darujme.cz/projekt/1203742"
author: faktaoklimatu.cz
copyright: "Otevřená data o klimatu, z. ú."
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
deploy:
firebase-project: cz-fakta-o-klimatu
cors-report-uri: https://nkas07xe.uriports.com
slugs:
contact: o-nas#kontaktni-udaje
datasets: datasety
glossary: slovnik
how-to-use: jak-pouzivat
further-sources: zdroje
about: o-nas
# Uncomment and edit for any other posted hiring in the future.
# See https://github.com/faktaoklimatu/web-cz/pull/1371 for a reference hiring page.
# hiring: hledame-COO
collections_dir: collections
# Set permalinks in local language
collections:
pages:
output: true
permalink: /:title
title: stránky
weight: 0
topics:
output: true
permalink: /temata/:title
title: témata
weight: 1
explainers:
output: true
permalink: /explainery/:title
title: explainery
weight: 2
infographics:
output: true
permalink: /infografiky/:title
title: infografiky
weight: 3
studies:
output: true
permalink: /studie/:title
title: studie a rešerše
weight: 4
datasets:
output: true
permalink: /datasety/:title
title: datasety
weight: 5
episodes:
output: false
permalink: /epizody/:title
title: epizody
weight: 6
# Enable Czech smart quotes
kramdown:
math_engine: katex
smart_quotes: sbquo,lsquo,bdquo,ldquo
footnote_backlink: "↩︎"