forked from rohanchandra/type-theme
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path_quarto.yml
78 lines (74 loc) · 2.16 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
project:
type: website
output-dir: docs
render:
- "*.qmd"
- "!training/"
- "!tutos/"
preview:
browser: false
timeout: 0.001
website:
title: "Predictive Ecology Community"
description: "The Predictive Ecology Community website"
favicon: "assets/logo/favicon-32x32.png"
navbar:
logo: "assets/logo/favicon-196x196.png"
search: true
right:
- href: index.qmd
- text: "About"
href: about.qmd
- text: "Projects"
href: Projects.qmd
- SpaDES.qmd
- text: Workshops
menu:
- Workshops.qmd
- text: "June 2024 Workshop Agenda"
href: workshops/June-2024-SpaDES-workshop.qmd
- text: "November 2024 Workshop Agenda"
href: workshops/Nov-2024-SpaDES-workshop.qmd
- text: "Training"
menu:
- text: "Training Book"
href: training/_book/index.html
- text: "Other training resources"
href: otherTraining.qmd
- Manuals.qmd
- publications.qmd
- presentations.qmd
- icon: github
href: https://github.com/PredictiveEcology
- icon: twitter
href: https://twitter.com/PredictiveEcol
page-footer:
left:
- text: "This site is maintained by E. McIntire and C. Barros, with contributions by A. Chubaty, T. Micheletti and others. Powered by Quarto"
sidebar:
logo: "assets/logo/favicon-196x196.png"
comments:
hypothesis:
theme: clean
openSidebar: false
# If you are forking our repo to develop content please disable our Google Analytics tag during development.
# If building your own site, replace our GA tag with your own GA tag before deployment.
# This will prevent your activity being tracked and counted in our analytics dashboard.
# Thank you!
google-analytics: "G-1689MGK5S2"
format:
html:
theme:
light: flatly
dark: darkly
css: assets/css/main.scss
smooth-scroll: true
link-external-newwindow: true
editor:
mode: source
markdown:
wrap: 72
references:
location: document
execute:
freeze: auto