-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
62 lines (58 loc) · 1.56 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
54
55
56
57
58
59
60
61
62
project:
type: website
output-dir: docs
execute:
freeze: auto
website:
page-navigation: true
title: "GeoEpi"
site-url: https://geoepi.github.io
open-graph: true
favicon: images/geoepi_logo_xsm.png
navbar:
logo: images/geoepi_logo_sm.png
title: "GeoEpi"
right:
- href: index.qmd
text: Home
- href: pindex.qmd
text: Research
- href: https://geoepi.github.io/Notebook/
text: Notebook
- href: about.qmd
text: About
- text: Connect
menu:
- icon: github
href: https://github.com/geoepi
text: "Group GitHub Site"
- icon: octagon
href: https://osf.io/hf8t2/
text: "Open Science Framework"
- icon: envelope
href: mailto:[email protected]
text: "[email protected]"
- icon: github
menu:
- text: Site Source Code
url: https://github.com/geoepi/geoepi.github.io
- text: Report Site Issue
url: https://github.com/geoepi/geoepi.github.io/issues
page-footer:
border: false
left: "Published with [Quarto](https://quarto.org/) v1.2.335"
right: "© 2024 [John Humphreys](/about) | [MIT License](/license)"
format:
html:
theme:
light: scss/light.scss
dark: scss/dark.scss
revealjs:
logo: images/geoepi_logo_xsm.png
css: scss/styles.css
link-external-icon: true
link-external-newwindow: true
smooth-scroll: true
highlight-style: gruvbox
df-print: kable
editor: visual