This repository was archived by the owner on Sep 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path_quarto.yml
More file actions
58 lines (54 loc) · 1.6 KB
/
_quarto.yml
File metadata and controls
58 lines (54 loc) · 1.6 KB
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
53
54
55
56
57
58
project:
type: website
execute-dir: project
output-dir: docs
execute:
freeze: false
website:
title: "NCEAS Sci Comp Workshop - Template"
favicon: images/scicomptools_hex.png
repo-url: https://github.com/NCEAS/scicomp-workshop-template
repo-actions: [issue]
twitter-card: true
sidebar:
background: secondary
search: true
style: "docked"
contents:
- href: index.qmd
text: "Home"
- content.qmd
navbar:
background: primary
right:
- text: "Sci Comp Team"
menu:
- href: https://nceas.github.io/scicomp.github.io/
text: "Home"
- href: https://nceas.github.io/scicomp.github.io/staff.html
text: "People"
- text: "Other Workshops"
menu:
- href: https://nceas.github.io/scicomp-workshop-collaborative-coding/
text: "GitHub"
- href: https://nceas.github.io/scicomp-workshop-tidyverse/
text: "Tidyverse"
- href: https://njlyon0.github.io/asm-2022_shiny-workshop/
text: "R Shiny"
- icon: github
href: https://github.com/NCEAS/scicomp-workshop-template
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