-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
63 lines (57 loc) · 1.51 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
project:
type: website
output-dir: docs
# output directory automatically set to "_site" folder
# changing output directory to docs so that gh-pages works
website:
#title: "DVK"
navbar:
# pinned: true
# pinned navbar keeps navbar at top of page
left:
- href: index.qmd
text: Home
#- href: about.qmd
# text: About
#- href: development.qmd
# text: Development
- href: projects.qmd
text: Projects
- href: quick-tips.qmd
text: Quick Tips
#- href: resources.qmd
# text: Resources
right:
- icon: github
href: https://github.com/dvirlar2
- icon: twitter
href: https://twitter.com/dvirlar2
page-footer:
left: Copyright, 2022
right: <i> Site built with [Quarto](https://quarto.org) <i>
# page-footer:
# left: "<i>Copyright 2022, Daphne Virlar-Knight</i>"
# right:
# - icon: github
# href: https://github.com/dvirlar2
# - icon: twitter
# href: https://twitter.com/dvirlar2
# # center: "Site built with Quarto, GitHub, and a whole lot of trial and error"
# # can't figure out the vertical alignment.
# background: $primary
format:
html:
theme:
light:
- yeti
- themes/dvk-theme.scss
# dark:
# - yeti
# - themes/dark-theme.scss
# mainfont: "Roboto Slab"
#mainfont: "Roboto"
# css: styles.css
# toc: true
code-copy: true
code-overflow: wrap
highlight-style: github #mokokai