-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
83 lines (77 loc) · 2.01 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
71
72
73
74
75
76
77
78
79
80
81
82
83
project:
title: "Website"
type: website
output-dir: docs
execute-dir: project
resources:
- "_extensions/"
- "CNAME"
- "www/"
- "www/images"
website:
title: patalt
page-navigation: true
favicon: /www/favicon.ico
site-url: https://www.patalt.org/
navbar:
logo: /www/icon.png
left:
- text: "Home"
file: index.qmd
- text: "Publications"
file: content/publications/index.qmd
- text: "Talks"
file: content/talks/index.qmd
- text: Blog
href: blog/index.qmd
- text: "Software"
file: content/software.qmd
- text: About
file: content/about/index.qmd
- text: CV
menu:
- text: Compact
file: /www/resume.pdf
target: _blank
- text: "Detailed"
file: /www/resume_long.pdf
target: _blank
right:
- icon: rss
href: blog/index.xml
- icon: github
href: https://github.com/pat-alt
- icon: cloud-sun
href: https://bsky.app/profile/patalt.org
search: true
open-graph: true
google-analytics: G-BEEZ30787D
repo-url: https://github.com/pat-alt/pat-alt.github.io
repo-actions: [issue]
page-footer:
left: >-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![CC BY 4.0](https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg)](http://creativecommons.org/licenses/by/4.0/)
© 2024, Patrick Altmeyer
right:
- icon: house
href: https://www.patalt.org/
- icon: github
href: https://github.com/pat-alt
- icon: cloud-sun
href: https://bsky.app/profile/patalt.org
- icon: medium
href: https://medium.com/@patrick.altmeyer
format:
julia-html:
theme: theme-light.scss
css: styles.css
bibliography: bib.bib
crossref:
fig-prefix: Figure
tbl-prefix: Table
execute:
freeze: auto
eval: true
echo: true
output: false
jupyter: julia-1.10