-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.local.yml
74 lines (69 loc) · 1.75 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
# Local Jekyll config file (will be appended after master)
# Site settings
lang: "sk"
title: "Fakty o klíme"
url: https://faktyoklime.sk
email: [email protected]
github: faktaoklimatu/web-sk
twitter: "faktyoklime"
facebook: "faktyoklime"
linkedin: "68480136"
instagram: "2050_podcast"
youtube: "UCpW-nPyjH68BUfAjzhk7O_Q"
newsletter: "10-b87b958d61baa85a6fa011ee4e3a4f75"
fundraising: "https://www.darujme.cz/projekt/1203742"
author: faktyoklime.sk
copyright: "Otevřená data o klimatu, z. ú."
description: Zhromažďujeme dáta o klíme a klimatickej zmene, ktoré poskytujú vedecké inštitúcie a spracovávame z nich grafy a infografiky pre ďalšie použitie.
keywords: klíma, zmena klímy, infografiky
deploy:
firebase-project: sk-fakty-o-klime
cors-report-uri: https://nkas07xe.uriports.com
slugs:
infographics: infografiky
studies: studie
datasets: datasety
topics: temy
glossary: slovnik
how-to-use: ako-pouzivat
about: ""
collections_dir: collections
# Set permalinks in local language
collections:
pages:
output: true
permalink: /:title
title: stránky
weight: 0
topics:
output: true
permalink: /temy/:title
title: témy
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: štúdie a rešerše
weight: 4
datasets:
output: true
permalink: /datasety/:title
title: datasety
weight: 5
episodes: # required by web-core
output: false
# Enable Czech smart quotes
kramdown:
math_engine: katex
smart_quotes: sbquo,lsquo,bdquo,ldquo
footnote_backlink: "↩︎"