forked from NCEAS/scicomp-workshop-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
45 lines (42 loc) · 1.21 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
project:
type: website
execute-dir: project
output-dir: docs
render:
- index.qmd
execute:
freeze: auto
website:
title: "NCEAS SciComp Workshop - Coding in the Tidyverse"
favicon: images/scicomptools_hex.png
repo-url: https://github.com/lter/workshop-tidyverse
repo-actions: [issue]
twitter-card: true
navbar:
background: primary
right:
- text: "SciComp Team"
menu:
- href: https://lter.github.io/scicomp/
text: "Home"
- href: https://lter.github.io/scicomp/staff.html
text: "People"
- href: https://lter.github.io/scicomp/workshops.html
text: "Other Workshops"
- icon: github
href: https://github.com/lter/workshop-tidyverse
page-footer:
center: "Copyright 2022, NCEAS"
background: secondary
margin-footer: |
<img src="images/nceas_logo_square.png" width="40%"/>
<img src="images/lter_logo_square.png" width="40%"/>
format:
html:
theme:
light: _extensions/lter/lter_scss-theme/theme_lter-edu-light.scss
dark: _extensions/lter/lter_scss-theme/theme_lter-edu-dark.scss
mainfont: Lato
toc: true
link-external-newwindow: true
link-external-icon: false