-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
52 lines (50 loc) · 1.44 KB
/
_quarto.yml
File metadata and controls
52 lines (50 loc) · 1.44 KB
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
project:
type: seedcase-theme
render:
# Don't render anything in the template directory.
- "!template/"
- "*.qmd"
- "*.md"
website:
title: "Template Python Package"
site-url: "https://template-python-package.seedcase-project.org"
repo-url: "https://github.com/seedcase-project/template-python-package"
page-navigation: true
navbar:
logo: "_extensions/seedcase-project/seedcase-theme/logos/seedcase/icon.svg"
logo-alt: "Seedcase Project logo: Main page"
pinned: true
left:
- text: "Overview"
href: index.qmd
- text: "Guide"
href: docs/guide/index.qmd
tools:
- icon: github
href: "https://github.com/seedcase-project/template-python-package"
aria-label: "GitHub icon: Source repository"
- icon: house
href: "https://seedcase-project.org"
aria-label: "House icon: Main website for the Seedcase Project"
sidebar:
- id: overview
pinned: true
style: "floating"
contents:
- text: "Welcome"
href: index.qmd
- CHANGELOG.md
- CONTRIBUTING.md
- id: guide
contents:
- section: "Guide"
href: docs/guide/index.qmd
contents:
- docs/guide/installing.qmd
- docs/guide/using.qmd
- docs/guide/updating.qmd
- docs/guide/next-steps.qmd
format:
seedcase-theme-html:
include-before-body:
- "docs/includes/site-counter.html"