-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
47 lines (42 loc) · 938 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
46
47
project:
type: website
output-dir: docs
website:
title: "A lambda story"
open-graph: true
page-footer: "Made with Quarto"
navbar:
title: Alcor
left:
# - href: index.qmd
# text: About
# - about.qmd
- href: quarto_website.qmd
text: Quarto Website
icon: megaphone
- href: sql.qmd
text: SQL
- href: animate_plot.qmd
text: Animate Plot
tools:
- icon: github
href: github.com
format:
html:
link-external-newwindow: true
theme: [cosmo, styles.scss]
lang: "fr"
# light:
# - minty
# - css/fira-code.css
# - light.css
# dark:
# - slate
# - dark.css
code-link: true
#code-fold: true
fontsize: 1.1rem
monofont: Fira Code # font for chunks
# css: styles.scss
toc: true
page-layout: full