-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
64 lines (58 loc) · 1.83 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
project:
type: website
output-dir: docs
# For some reasons the logo light isn't properly copied
# so we have to do it post-render.
post-render:
- "cp logo_dark.svg docs/"
resources:
- "mountain.jpg"
execute:
freeze: auto
website:
favicon: favicon-32x32.png
site-url: https://blog.cynkra.com/
title: "cynkra blog"
description: "By the cynkra team"
page-footer:
left: "Except where otherwise noted, content on this blog is licensed under the [CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/) licence."
right: Blog created with [Quarto](https://quarto.org/).
navbar:
logo: logo_light.svg #https://cynkra.com/assets/img/logo_small.svg
logo-href: https://cynkra.com/
title: false
right:
- text: Consulting
menu:
- text: R Consulting
url: https://cynkra.com/consulting/
- text: Workshops
url: https://cynkra.com/workshops/
- text: R Markdown templates
url: https://cynkra.com/rmarkdown/
- text: Solutions
menu:
- text: Enterprise Data Science Environments
url: https://cynkra.com/posit-based-enterprise-data-science-environments/
- text: Container Images
url: https://cynkra.com/cicd-images/
- text: Posit Licences
url: https://cynkra.com/posit/
- text: open source
href: https://cynkra.com/opensource
- text: about
href: https://cynkra.com/about
- text: blog
href: https://cynkra.com/blog
- icon: rss
href: index.xml
format:
html:
# Include JS code for logo toggle
include-after-body:
file: toggle-theme-image.html
code-link: true
highlight-style: github
theme:
light: [cosmo, light.scss, custom.scss]
dark: [cosmo, dark.scss, custom.scss]