-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
62 lines (57 loc) · 1.45 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
58
59
60
61
62
project:
type: website
website:
page-navigation: true
title: "ConScape - the docs"
site-url: "https://conscape.github.io/site"
repo-url: https://conscape.github.io/site
page-footer:
right: "This page is powered by [Quarto](https://quarto.org/)."
sidebar:
logo: "images/stickerConScape.png"
pinned: true
align: center
style: "docked"
search: true
collapse-level: 1
contents:
- section: "Home"
contents:
- href: index.qmd
text: Welcome
- href: quick_start.qmd
text: Quick start
- href: background.qmd
text: Background
- section: applications/index.qmd
contents:
- href: applications/GI.qmd
text: Green infrastructure
- href: applications/EIA.qmd
text: Environmental impact assessment
- section: "Tutorials"
contents:
- href: notebooks/index.qmd
text: Overview
- notebooks/nbk_getting_started.qmd
- notebooks/nbk_landmarks.qmd
- notebooks/nbk_distance_metrics.qmd
- notebooks/nbk_cost.qmd
- notebooks/nbk_functionality_variants.qmd
- faq.qmd
- faqV2.qmd
- glossary.qmd
- acknowledgments.qmd
- team.qmd
- blog.qmd
format:
html:
theme:
light: flatly
dark: darkly
code-copy: true
code-overflow: wrap
css: styles.css
toc: true
execute:
freeze: auto