-
Notifications
You must be signed in to change notification settings - Fork 2
/
_quarto.yml
50 lines (43 loc) · 1 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
project:
type: website
resources:
- "APD.nq"
- "APD.nt"
- "APD.ttl"
- "APD.json"
- "APD_traits.csv"
- "APD_categorical_values.csv"
- "406.html"
- release
output-dir: docs
render:
- index.qmd
- using_the_APD.qmd
- news.md
website:
title: "APD"
site-url: https://traitecoevo.github.io/APD/
description: The AusTraits Plant Dictionary (APD) Ontology
repo-url: https://github.com/traitecoevo/APD
repo-actions: [issue]
navbar:
left:
- href: index.html
text: Home
- href: using_the_APD.html
text: Using the APD
- href: https://vocabs.ardc.edu.au/viewById/649
text: ARDC RVA endpoint
right:
- text: News
href: news.html
- icon: github
href: https://github.com/traitecoevo/APD/
- href: http://austraits.org
text: AusTraits Project
page-footer:
- right: "This blog is built with [Quarto](https://quarto.org/)."
format:
html:
theme: cosmo
toc: true