-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
61 lines (55 loc) · 1.52 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
61
project:
type: website
title: The Tidy Trekker
website:
margin-header: subscribe.html
site-url: https://www.thetidytrekker.com
navbar:
logo: "images/TTTdark.png"
left:
- href: index.qmd
text: Home
- href: about.qmd
text: About Me
- href: blog.qmd
text: Exploration Corner
- text: Portfolios
menu:
- text: Talks
href: talks.qmd
#- text: "Tidy Tuesdays"
#href: tidytuesdays.html
- text: Rtistry Gallery
href: rtistry.qmd
- text: Genuary Submissions
href: https://meghansaha.github.io/genuary_subs/
- href: https://meghansaha.github.io/artpack/
text: artpack 🎨
right:
- icon: envelope-fill
href: "mailto:[email protected]"
- icon: github
href: https://github.com/Meghansaha
- icon: linkedin
href: https://www.linkedin.com/in/meghan-harris/
- icon: twitter
href: https://twitter.com/meghansharris
- icon: mastodon
href: https://fosstodon.org/@meghansharris
- icon: rss-fill
href: blog.xml
#- icon: bag-heart-fill
#href: https://www.etsy.com/shop/TidyTreks?
title-block-banner: "#27445C"
format:
html:
smooth-scroll: true
fontcolor: black
toc: true
toc-location: left
toc-title: Summary
toc-depth: 3
css: assets/scripts/styles.css
theme:
light: [cosmo, assets/scripts/lightstyle.scss]
dark: [cosmo, assets/scripts/darkstyle.scss]