-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
80 lines (75 loc) · 1.6 KB
/
_quarto.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
project:
type: website
output-dir: docs
render:
- "*.qmd"
- "*.Rmd"
- "!code-legacy/"
website:
title: "urednici"
repo-url: https://github.com/petrbouchal/urednici
repo-actions: [edit, issue]
page-navigation: true
search:
location: navbar
type: textbox
navbar:
background: blue
left:
- file: index.qmd
icon: home
text: Home
- international.qmd
- srovnani-sektory.qmd
- srovnani-urady.qmd
- file: zdroje.Rmd
text: Data o úřednících
- file: archiv.qmd
text: "Archiv"
right:
- icon: github
href: https://github.com/petrbouchal/msmt
- icon: asterisk
href: https://petrbouchal.xyz
- text: " "
sidebar:
- id: blah
collapse-level: 2
style: "docked"
title: "Archiv"
contents:
- archiv.qmd
- 2_explore-counts.Rmd
- 3_explore-counts-longseries.Rmd
- id: blah2
title: "Home"
contents:
- index.qmd
comments:
hypothesis:
showHighlights: false
format:
html:
toc: true
html-math-method: plain
link-external-icon: true
link-external-newwindow: true
theme:
light: [default, style.scss]
monobackgroundcolor: "#e3f1ff"
linkcolor: "#00f"
mainfont: "IBM Plex Sans, Helvetica, Arial, sans-serif"
monofont: "JetBrainsMono Nerd Font, IBM Plex Mono, Consolas, monospace"
max-width: 1200px
lang: cs
filters:
- pandoc-quotes.lua
execute:
echo: false
warning: false
knitr:
opts_chunk:
comment: "#>"
message: false
fig.retina: 3
out.width: "100%"