-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
61 lines (55 loc) · 1.4 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
project:
type: website
output-dir: docs
execute:
freeze: auto
resources:
- CNAME
# https://github.com/quarto-dev/quarto-cli/discussions/3249
website:
title: "Damsbo AG"
favicon: "/images/favicon.png"
site-url: https://andreas.gdamsbo.dk
repo-url: https://github.com/agdamsbo/andreas.gdamsbo
repo-actions: [source, issue]
page-navigation: true
comments:
hypothesis:
theme: clean
search:
type: overlay
navbar:
logo: /images/favicon-white.png
logo-href: https://andreas.gdamsbo.dk
left:
- href: index.qmd
text: Home
- href: academia.qmd
text: Research
- href: health-data.qmd
text: Health data projects
- href: mixed.qmd
text: Other projects
# - about.qmd
right:
- href: https://github.com/agdamsbo/andreas.gdamsbo
text: Source
page-footer:
background: dark
center: |
Made with [Quarto](https://quarto.org/) | [CC BY-NC 4.0](LICENSE.html) | Statistics with [Umami](https://analytics.gdamsbo.dk/share/TLJEY9tJaZ324zTH/Andreas) | [Contact](mailto:[email protected])
format:
html:
code-fold: true
code-overflow: wrap
code-copy: true
theme:
light: lumen
dark: solar
# css: styles.css
toc: true
link-external-newwindow: true
link-external-icon: false
include-in-header: umami.html
email-obfuscation: references
editor: visual