-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
60 lines (52 loc) · 1.17 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
preview:
port: 4040
website:
page-navigation: true
title: "Rachel Gugler"
site-url: "https://rachelgugler.com/"
favicon: img/favicon.png
cookie-consent:
type: implied
style: simple
google-analytics:
tracking-id: "G-F93HKJ0ESX"
storage: cookies
page-footer:
center: "©2023 Rachel Gugler using [Quarto](https://quarto.org/)"
search:
location: navbar
type: overlay
back-to-top-navigation: false
navbar:
pinned: false
left:
- href: index.qmd
text: Projects
- href: aboutme.qmd
text: About Me
right:
- icon: github
href: https://github.com/rgugs
- icon: linkedin
href: https://www.linkedin.com/in/rachel-gugler/
- icon: instagram
href: https://www.instagram.com/a_meandering_life/
format:
html:
# smooth-scroll: true
fontsize: 1.1em
theme:
- pulse
- html/styles.scss
toc: true
# code-link: true
anchor-sections: true
fig-cap-location: bottom
reference-location: document
footnotes-hover: true
link-external-newwindow: true
editor:
render-on-save: true