forked from rstudio/cheatsheets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
36 lines (32 loc) · 773 Bytes
/
_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
project:
type: website
render:
- "*.qmd"
website:
navbar:
background: light
logo: html/images/posit-logo.png
logo-alt: "posit logo"
logo-href: https://posit.co
left:
- href: index.qmd
- href: contributed-cheatsheets.qmd
- href: translations.qmd
right:
- icon: github
href: /~https://github.com/rstudio/cheatsheets
aria-label: GitHub
repo-url: /~https://github.com/rstudio/cheatsheets
repo-actions: [edit, issue]
favicon: html/images/posit-favicon.png
format:
html:
theme: [cosmo, html/css/style.scss]
toc: true
toc-location: left
highlight-style: a11y-dark
css: html/css/cheatsheet.css
mainfont: "Atkinson Hyperlegible"
editor: visual
execute:
freeze: auto