-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
57 lines (52 loc) · 1.35 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
project:
type: website
website:
site-url: https://archmetaldbm.github.io/globalid
repo-url: https://github.com/archmetalDBM/GlobaLID
title: "GlobaLID"
description: "The Global Lead Isotope Database project develops next-generation tools for working with lead isotope data in the archaeological sciences."
favicon: favicon.png
navbar:
logo: assets/globalid-logo.svg
logo-alt: "GlobaLID logo"
left:
- href: index.qmd
text: "Home"
- blog.qmd
- href: team.qmd
text: "Team"
- text: "Workshops"
menu:
- workshop-current.qmd
- workshop-archive.qmd
- events.qmd
- icon: box-arrow-up-right
href: https://globalid.dmt-lb.de/
text: "Web App"
- icon: box-arrow-up-right
href: https://github.com/archmetalDBM/GlobaLID-database
text: "Database"
right:
- about.qmd
tools:
- icon: envelope-fill
href: mailto:[email protected]?subject=GlobaLID
- icon: github
href: https://github.com/archmetalDBM
- icon: rss
href: blog.xml
format:
html:
theme:
light:
- flatly
- custom.scss
dark:
- darkly
- custom.scss
css: styles.css
toc: true
toc-location: left
link-external-newwindow: true
execute:
freeze: auto