-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
43 lines (40 loc) · 967 Bytes
/
_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
project:
type: website
website:
title: "Website Creation: A Quarto Tutorial"
navbar: #or sidebar
style: "floating"
left: # contents with sidebar
- href: index.qmd
text: Home
- about.qmd
- href: test.qmd
text: Test
- text: Resume & CV
menu:
- href: Resume.pdf
text: Resume
- href: CV.pdf
text: CV
# - href: Thesis_2021.pdf
# text: Thesis
- href: projects.qmd
text: Projects
- href: Presentation.qmd
text: Presentation
- href: https://www.youtube.com/watch?v=yvi5uXQMvu4
text: Talk
# text: Outside Link
- icon: github
href: https://github.com/bsgallih12
- icon: twitter
href: https://twitter.com/Brier_Gallihugh
- icon: envelope
href: mailto:[email protected]
format:
html:
theme:
light: flatly
dark: darkly
# toc: true
css: styles.css