-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_quarto.yml
52 lines (39 loc) · 1.11 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
project:
type: website
website:
title: "Tips and tricks"
site-url: https://frbcesab.github.io/tips-and-tricks
description: "Tips and tricks"
favicon: images/favicon.png
navbar:
logo: "images/favicon.png"
right:
- text: "Posts"
href: index.qmd
- contribute.qmd
- about.qmd
- icon: github
href: https://github.com/frbcesab/tips-and-tricks
- icon: rss
href: index.xml
page-footer:
left: "© CC-By [FRB-CESAB](https://www.fondationbiodiversite.fr/en/about-the-foundation/le-cesab/)"
center: "Code source available on [{{< fa brands github >}}](https://github.com/frbcesab/tips-and-tricks/)"
right: "Built with [Quarto](https://quarto.org/)"
border: true
comments:
utterances:
repo: frbcesab/tips-and-tricks
label: blog
theme: github-light
issue-term: pathname
format:
html:
theme: [litera,styles.scss]
code-copy: true
code-overflow: wrap
code-line-numbers: true
code-block-border-left: true
highlight-style: nord
execute:
freeze: auto