-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
51 lines (48 loc) · 1.27 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
project:
type: seedcase-theme
# Delete auto-generated files from `quartodoc`
post-render: rm docs/reference/*.qmd
render:
- "docs/*"
- "index.qmd"
website:
title: "Seedcase NAME"
site-url: "https://NAME.seedcase-project.org/"
repo-url: "https://github.com/seedcase-project/REPO"
page-navigation: true
navbar:
pinned: true
title: false
logo: "_extensions/seedcase-project/seedcase-theme/logos/navbar-logo-seedcase-NAME.svg"
logo-alt: "Seedcase NAME logo: Main page"
left:
- text: "Guide"
href: docs/guide/index.qmd
- text: "Design"
href: docs/design/index.qmd
tools:
- icon: github
href: "https://github.com/seedcase-project/REPO"
aria-label: "GitHub icon: Source code"
- icon: house
href: https://seedcase-project.org
aria-label: "House icon: Seedcase Project home page"
sidebar:
- id: design
pinned: true
style: "floating"
contents:
- text: "Design"
href: docs/design/index.qmd
- id: guide
contents:
- section: "Guide"
href: docs/guide/index.qmd
# format:
# seedcase-theme-html:
# include-before-body:
# - "includes/site-counter.html"
editor:
markdown:
wrap: 72
canonical: true