-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
45 lines (43 loc) · 1.18 KB
/
_quarto.yml
File metadata and controls
45 lines (43 loc) · 1.18 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
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.qmd
tools:
- icon: github
href: "https://github.com/seedcase-project/template-python-package"
aria-label: "GitHub icon: Source code"
- icon: house
href: https://seedcase-project.org
aria-label: "House icon: Seedcase Project home page"
sidebar:
- id: overview
pinned: true
style: "floating"
contents:
- text: "Welcome"
href: index.qmd
- CHANGELOG.md
- CONTRIBUTING.md
format:
seedcase-theme-html:
theme:
- brand
include-before-body:
- "docs/includes/site-counter.html"