-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
57 lines (53 loc) · 1.34 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
project:
type: seedcase-theme
website:
title: "Seedcase Project: Design"
site-url: "https://design.seedcase-project.org/"
repo-url: "https://github.com/seedcase-project/design"
page-navigation: true
navbar:
title: false
logo: _extensions/seedcase-project/seedcase-theme/logos/navbar-logo-seedcase-design.svg
logo-alt: "Seedcase Design logo: Main page"
pinned: true
left:
- text: "Software"
href: software/index.qmd
- text: "Data"
href: data/index.qmd
- text: "Style"
href: style/index.qmd
- text: "Accessibility"
href: accessibility/index.qmd
tools:
- icon: house
href: "https://seedcase-project.org"
aria-label: "House icon: Seedcase Project home page"
- icon: github
href: "https://github.com/seedcase-project/design"
aria-label: "GitHub icon: Source code"
sidebar:
- id: software
pinned: true
style: "floating"
contents:
- auto: software/
- id: data
contents:
- data/index.qmd
- id: style
contents:
- auto: style/
- id: accessibility
contents:
- accessibility/index.qmd
# format:
# seedcase-theme-html:
# include-before-body:
# - "includes/site-counter.html"
editor:
markdown:
wrap: 72
canonical: true
execute:
echo: false