-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
45 lines (42 loc) · 1.08 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
project:
type: website
execute:
freeze: auto
website:
title: "Thomas Zwagerman"
google-analytics:
tracking-id: "G-81ENW8BPLM"
storage: none
anonymize-ip: true
favicon: images/TZ-beige.png
navbar:
background: "#003D73"
search: true
left:
- text: "Home"
file: index.qmd
- text: "Software Packages"
file: software.qmd
- text: "Contact"
file: contact.qmd
page-footer:
left: "© 2024 Thomas Zwagerman"
right:
- icon: github
href: https://github.com/thomaszwagerman
- icon: orcid
href: https://orcid.org/0009-0003-3742-3234
format:
html:
theme:
dark: [darkly, custom.scss]
light: [flatly, custom.scss]
css: styles.css
toc: true
toc-location: right
page-layout: full
fontsize: 1.1em
include-in-header:
text: |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap" rel="stylesheet">