-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
49 lines (44 loc) · 1.02 KB
/
_quarto.yml
File metadata and controls
49 lines (44 loc) · 1.02 KB
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
project:
type: website
output-dir: docs
website:
site-url: "https://elkewind.github.io/"
title: "Elke Windschitl"
favicon: images/logo3.png
twitter-card:
image: about/final-prez.JPG
card-style: summary_large_image
creator: "@Elke_Windschitl"
navbar:
logo: images/logo3.png
right:
- icon: github
href: https://github.com/elkewind
- icon: twitter
href: https://twitter.com/Elke_Windschitl
- icon: linkedin
href: https://www.linkedin.com/in/elke-windschitl/
left:
- href: index.qmd
text: Home
- href: about.qmd
text: About Me
- href: posts.qmd
text: My Work
- href: gallery.qmd
text: Gallery
- href: resume.qmd
text: Resume
page-footer:
background: $dark-teal
left: "Copyright 2022, Elke Windschitl"
right: "Made with Quarto"
format:
html:
theme:
- mystyles.scss
mainfont: 'Montserrat'
#Noto Serif Gujarati
#css: styles.css
toc: true
editor: source