-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
executable file
·45 lines (42 loc) · 891 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
37
38
39
40
41
42
43
44
45
project:
type: website
output-dir: docs
website:
title: "Quarto Template"
reader-mode: false
navbar:
tools:
- icon: github
menu:
- text: Source Code
url: https://github.com/p-lemercier/Quarto-website-template
- text: Report a Bug
url: https://github.com/p-lemercier/Quarto-website-template/issues
left:
- text: Home
href: index.qmd
- text: "Other languages"
menu:
- observable_js.qmd
- sas.qmd
- stata.qmd
- editing.qmd
- about.qmd
format:
html:
theme:
light: flatly
dark: darkly
df-print: paged
code-fold: true
code-copy: true
code-link: true
code-tools:
source: false
toggle: true
code-block-bg: true
fig-cap-location: top
toc: true
css: styles.css
editor: visual
lang: en