-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
55 lines (50 loc) · 1.33 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
project:
type: seedcase-theme
website:
title: "Seedcase Project"
site-url: "https://seedcase-project.org/"
repo-url: "https://github.com/seedcase-project/seedcase-website"
page-navigation: true
navbar:
title: false
logo: _extensions/seedcase-project/seedcase-theme/logos/navbar-logo-seedcase-project.svg
logo-alt: "Seedcase Project logo: Main page"
pinned: true
left:
- roadmap/index.qmd
- text: "About"
href: about/index.qmd
- text: "Community"
href: https://community.seedcase-project.org
- text: "Design"
href: https://design.seedcase-project.org
tools:
- icon: github
href: "https://github.com/seedcase-project/seedcase-website"
aria-label: "GitHub icon: Source code"
sidebar:
- id: about
title: "About"
pinned: true
style: "floating"
align: left
collapse-level: 1
contents:
- about/index.qmd
- about/principles.qmd
- text: "History"
href: about/history/index.qmd
- text: "Team Members"
href: about/team/index.qmd
bibliography: "includes/references.bib"
# format:
# seedcase-theme-html:
# include-before-body:
# - "includes/site-counter.html"
# - "includes/contribute.html"
editor:
markdown:
wrap: 72
canonical: true
execute:
echo: false