-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
52 lines (46 loc) · 1.19 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
#This specifies the project is to be a website.
project:
type: website
#Adding the title of the site, search bar, and "back to top" button when scrolling:
website:
page-navigation: true
back-to-top-navigation: true
navbar:
background: primary
style: "docked"
search: true
toc: true
logo: DataExploreR2.png
left:
- href: About.qmd
text: About Me
- text: Analytics Portfolio
menu:
- text: API Walkthrough
href: API-connection-walkthrough.qmd
- text: Trig Waves in ggplot
href: Trig-waves.qmd
#Adding my links to the top navbar:
right:
- icon: linkedin
text: linkedin
href: https://linkedin.com/in/lucasalbracht
- icon: github
text: Github
href: https://github.com/lukealbracht
- icon: envelope-at-fill
href: "mailto:[email protected]"
#Sets the title block banner for the site:
title-block-banner: "#0f2537"
format:
html:
smooth-scroll: true
fontcolor: white
toc: true
code-fold: true
toc-location: left
toc-title: Summary
toc-depth: 4
theme:
- superhero
- custom.scss