-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quartow.yml
49 lines (44 loc) · 1016 Bytes
/
_quartow.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
project:
type: website
output-dir: docs
execute:
freeze: auto
website:
page-navigation: true
site-url: https://geoepi.github.io/Notebook/
repo-actions: [edit, source, issue]
open-graph: true
sidebar:
style: "floating"
logo: images/globe.png
align: center
search: true
tools:
- icon: github
menu:
- text: Source Code
url: https://github.com/geoepi/Notebook
- text: Report a Bug
url: https://github.com/geoepi/Notebook/issues
contents:
- section: "Overview"
contents:
- intro.qmd
- summary.qmd
- references.qmd
- text: "---"
bibliography: references.bib
format:
html:
theme:
light: flatly
dark: darkly
revealjs:
#logo: images/logo-bg.png
css: scss/styles.css
link-external-icon: true
link-external-newwindow: true
smooth-scroll: true
highlight-style: gruvbox
df-print: kable
editor: visual