generated from wiesehahn/project_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
70 lines (63 loc) · 1.81 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
63
64
65
66
67
68
69
70
project:
type: website
output-dir: _site
website:
title: "Lidar for Forestry"
description: "Documentation about Lidar data for forestry"
site-url: https://wiesehahn.github.io/lidar-forestry
repo-url: https://github.com/wiesehahn/lidar-forestry
open-graph: true
twitter-card:
creator: '@JensWiesehahn'
search: false
navbar:
# title: false
logo: /images/logo.png
logo-alt: "Website logo image"
# logo-href: https://wiesehahn.github.io/
collapse: true
left:
- text: "About"
href: content/00_about.qmd
- text: "Lidar"
href: content/01_lidar.qmd
- text: "Data Availability"
href: content/02_data.qmd
- text: "Scientific Advances"
href: content/03_scientific-advances.qmd
- text: "Applications"
href: content/04_applications.qmd
right:
- icon: triangle-fill
href: https://wiesehahn.github.io
- icon: github
href: https://github.com/wiesehahn
- icon: twitter
href: https://twitter.com/JensWiesehahn
- icon: mastodon
href: https://elk.zone/fosstodon.org/@JensWiesehahn
- icon: envelope-fill
href: mailto::[email protected]
page-footer:
border: false
left: "© 2024, [Jens Wiesehahn](https://wiesehahn.github.io/)"
right:
- icon: github
href: https://github.com/wiesehahn/lidar-forestry
format:
html: # (https://quarto.org/docs/reference/formats/html.html)
theme: [litera, assets/custom_theme.scss]
mainfont: Nunito
toc: true
smooth-scroll: true
highlight: arrow
page-layout: full
code-copy: hover
code-overflow: wrap
code-line-numbers: false
grid:
sidebar-width: 250px
body-width: 1200px
margin-width: 250px
tbl-cap-location: top
bibliography: ../references.bib