-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotes.qmd
More file actions
executable file
·45 lines (35 loc) · 939 Bytes
/
notes.qmd
File metadata and controls
executable file
·45 lines (35 loc) · 939 Bytes
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
---
title: "notes"
---
$\color{red}{\text{TODO:}}$ Add the following to \`\_quarto.yml\`
1. Re-list Projects
<!-- -->
2. Restore search
3. Maybe restore title
```{r}
# website:
# title: "Portfolio"
#
# search:
# location: navbar
# type: overlay
# navbar:
# left:
# - text: Home
# href: index.qmd
# - text: Projects
# href: projects.qmd
# right:
# - text: Resume
# href: resume.qmd
# - text: CV
# href: curriculum-vitae.qmd
# - icon: github
# href: https://github.com/danielkick
# - icon: linkedin
# href: https://www.linkedin.com/in/daniel-kick-5a449b9a/
```
Directly usable icons can be found at:
https://icons.getbootstrap.com/
If you use gifs gzip to decrease size to prevent the website from becoming sluggish
code highlighting can be found at https://quarto.org/docs/output-formats/html-code.html#highlighting