-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
55 lines (53 loc) · 1.68 KB
/
_quarto.yml
File metadata and controls
55 lines (53 loc) · 1.68 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
53
54
55
project:
type: website
resources:
- fonts/*
render: [index.qmd, page_*.qmd, "!page_demo.qmd"]
website:
title: "CNC Austria 2026"
search: false
description: "Auswertungen und Analyse für die City Nature Challenge in Österreich."
repo-url: "https://github.com/HannesOberreiter/city-nature-challenge-austria-2026"
repo-actions: "edit"
navbar:
right:
- icon: person-lines-fill
text: ""
file: page_about.qmd
- icon: github
href: "https://github.com/HannesOberreiter/city-nature-challenge-austria-2026"
left:
- file: index.qmd
text: "Übersicht"
- text: "Regionen"
menu:
- file: page_steiermark.qmd
text: "Steiermark"
- file: page_kaernten.qmd
text: "Kärnten"
- href: page_salzburg.qmd
text: "Salzburg"
- href: page_vorarlberg.qmd
text: "Vorarlberg"
- text: "Analysen"
menu:
- file: page_primeval_forest_relict_beetle.qmd
text: "Urwaltreliktkäfer"
- href: https://hannesoberreiter.github.io/inat-austria-city-challenge-2025/
text: "CNC 2025 🔗"
- href: https://hannesoberreiter.github.io/inat-austria-city-challenge-2024/
text: "CNC 2024 🔗"
- href: https://hannesoberreiter.github.io/inat-austria-city-challenge-2023/
text: "CNC 2023 🔗"
format:
html:
code-fold: true
embed-resources: false
include-in-header:
- file: assets/customMetaTags.html
link-external-icon: false
theme:
light: [flatly, assets/fonts.scss]
dark: [darkly, assets/fonts.scss]
css: assets/styles.css
toc: true