-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
43 lines (40 loc) · 971 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
project:
type: website
execute-dir: project
output-dir: docs
website:
title: "Ecological Data Synthesis: A Primer on Essential Methods"
repo-url: https://github.com/lter/eco-data-synth-primer
repo-actions: [issue]
navbar:
left:
- text: "Module 1"
href: module1.qmd
- text: "Module 2"
href: module2.qmd
- text: "Module 3"
href: module3.qmd
right:
- text: "People"
menu:
- text: "Instructors"
href: people.qmd
- text: "Contributing"
href: contributing.qmd
- icon: github
href: https://github.com/lter/eco-data-synth-primer
aria-label: GitHub
execute:
freeze: auto
format:
html:
code-overflow: wrap
code-line-numbers: false
code-copy: hover
theme:
light: theme_light.scss
dark: theme_dark.scss
mainfont: Roboto
toc: true
link-external-newwindow: true
link-external-icon: false