-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
48 lines (42 loc) · 1.03 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
project:
type: website
output-dir: docs
website:
title: "Black Earth Restoration Collective"
navbar:
background: primary
search: false
left:
- href: index.qmd
text: "Home"
- href: about.qmd
text: "About"
- href: networkMembers.qmd
text: "Network Members"
- href: research.qmd
text: "Our Work"
- href: forum.qmd
text: "Events"
- href: linkingPerspectives.qmd
text: "Publications" #outputs ?
- href: team.qmd
text: "Team"
- href: resources.qmd
text: "Resources"
- href: posts.qmd
text: "Posts"
# - href: board.qmd
# text: "Board"
# making four pages beyond home page: networkMembers
# Research.qmd (bibliography), Forum.qmd, and linkingPerspectives.qmd
# added posts page Sept 2024
format:
html:
theme: sandstone
css: styles.css
toc: true
code-fold: true
cold-tools:
toggle: true
source: false
editor: visual