-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
81 lines (70 loc) · 1.5 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
79
80
81
project:
type: website
website:
title: "werk.statt.codes"
site-url: https://werk.statt.codes
description: "Blog on data analysis in R."
cookie-consent:
palette: dark
google-analytics: UA-149910232-1
back-to-top-navigation: false
reader-mode: false
page-footer:
right:
- text: "{{< fa brands orcid >}}" #text!
href: https://orcid.org/0000-0002-6897-1693
- icon: github
href: https://github.com/werkstattcodes
- icon: mastodon
aria-label: mastodon
href: https://mastodon.social/@zoowalk
- icon: twitter
href: https://twitter.com/zoowalk
- icon: rss
href: index.xml
- icon: envelope-plus
href: subscribe.html
search:
type: overlay
location: navbar
navbar:
right:
- text: more
menu:
- about.qmd
collapse: true
pinned: true
# Default author
#author:
# - name: Roland Schmidt
# url: https://werk.statt.codes
format:
html:
theme:
light: litera
# dark: slate
css: styles.css
code-copy: true
highlight-style: nord
fontsize: 16px
# fontcolor: red
toc: true
toc-depth: 4
toc-title: Contents
toc-location: left
code-fold: true
fig-cap-location: top
number-sections: true
smooth-scroll: true
editor: visual
date-format: D MMM YYYY
filters:
- lightbox
lightbox:
match: auto
desc-position: bottom
# Default knitr options
execute:
echo: true
message: false
warning: false