forked from gkapfham/www.gregorykapfhammer.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
130 lines (128 loc) · 3.67 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
project:
type: website
render:
- "*.qmd"
- "!_resources/"
preview:
port: 5555
browser: false
watch-inputs: true
navigate: false
website:
title: ""
page-navigation: true
favicon: "icons/fxemoji-rocket.svg"
open-graph: true
site-url: https://www.gregorykapfhammer.com/
repo-url: https://github.com/gkapfham/www.gmk.com
issue-url: https://github.com/gkapfham/www.gmk.com/issues/new
repo-actions: [source, edit, issue]
repo-branch: "master"
search:
location: navbar
type: textbox
reader-mode: false
back-to-top-navigation: false
navbar:
tools:
- icon: rss
menu:
- text: Blog
url: blog/index.xml
- text: Service
url: service/index.xml
- text: Papers
url: research/papers/index.xml
- text: Presentations
url: research/presentations/index.xml
left:
- href: index.qmd
text: Home
- text: "Teaching"
menu:
- text: "Overview"
href: "teaching/index.qmd"
- text: "Data Abstraction"
href: "https://www.proactiveprogrammers.com"
- text: "Operating Systems"
href: "https://www.os-sketch.com/"
- text: "Research"
menu:
- text: "Overview"
href: research/index.qmd
- text: "Papers"
href: research/papers/index.qmd
- text: "Presentations"
href: research/presentations/index.qmd
- text: "Outreach"
menu:
- text: "Software"
href: software/index.qmd
- text: "Service"
href: service/index.qmd
- text: "Blog"
href: blog/index.qmd
- text: "About"
menu:
- text: "Biography"
href: biography/index.qmd
- text: "Schedule"
href: schedule/index.qmd
- text: "Contact"
href: contact/index.qmd
page-footer:
left: "{{< fa copyright >}} GMK"
center: '<a href="#" aria-label="Go to the top of the page">Top {{< fa circle-up >}}</a>'
right:
- icon: github
href: https://github.com/gkapfham
- icon: mastodon
href: https://fosstodon.org/@gkapfham
- icon: linkedin
href: http://www.linkedin.com/in/GregKapfhammer
- text: "{{< iconify academicons google-scholar-square size=18.85px >}}"
href: http://scholar.google.com/citations?user=g0eDPjYAAAAJ
twitter-card:
creator: "@GregKapfhammer"
card-style: summary_large_image
format:
html:
# do not use embed-resources: true because this
# causes build times to take a very long time
# and builds will normally crash with an out
# of memory error from the JavaScript runtime
embed-resources: false
mainfont: IBM Plex Sans
monofont: IBM Plex Mono
fontsize: 1.375em
theme:
# light:
- united
- united-light.scss
# dark:
# - united
# - united-dark.scss
css: styles.css
# css:
# - styles.css
# - united-dark.css
toc: true
toc-title: "Contents"
code-copy: hover
code-overflow: wrap
code-fold: false
code-tools: false
highlight-style: gruvbox
email-obfuscation: javascript
# note: needs to be false so as to
# ensure that the back to top button
# in the footer of the page works correctly
smooth-scroll: false
#link-external-icon: true
#link-external-filter: '^(?:http:|https:)\/\/www\.gregorykapfhammer\.com\/custom'
#link-external-newwindow: true
citations-hover: true
footnotes-hover: true
citeproc: true
appendix-style: default
bibliography: bibliography/bibtex/bibliography_kapfhammer.bib