forked from NCEAS/scicomp-workshop-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
53 lines (49 loc) · 1.22 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
53
project:
type: website
execute-dir: project
output-dir: docs
execute:
freeze: false
website:
title: "ASM 2022 Workshop - GitHub"
favicon: images/scicomptools_hex.png
repo-url: https://github.com/njlyon0/asm-2022_github-workshop
repo-actions: [issue]
twitter-card: true
navbar:
background: primary
left:
- href: index.qmd
text: Home
- text: "Workflows"
href: workflows.qmd
- text: "GitHub"
href: github.qmd
- text: "RStudio"
href: rstudio.qmd
- text: "Appendix"
href: setup.qmd
right:
- text: "Content Creators"
menu:
- text: "Angel Chen"
href: https://angelchen7.github.io/
- text: "Nick Lyon"
href: https://njlyon0.github.io/
- icon: github
href: https://github.com/njlyon0/asm-2022_github-workshop
page-footer:
center: "Copyright 2022, NCEAS"
background: secondary
margin-footer:
<img src="images/lter-logo.png" width="40%"/>
<img src="images/nceas-logo.png" width="40%"/>
format:
html:
theme:
light: yeti
dark: cyborg
css: styles.css
toc: true
link-external-newwindow: true
link-external-icon: false