-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy path_quarto.yml
69 lines (50 loc) · 1.32 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
62
63
64
65
66
67
68
69
project:
type: website
format:
html:
css:
- styles.css
smooth-scroll: true # enabled smooth scrolling
mainfont: "Atkinson Hyperlegible" # defined a style in .scss and used the name here
linkcolor: "#881c1c"
toc: true
theme: litera
code-copy: true
code-overflow: wrap
website:
title: "Careers@DACSS"
# page footer
page-footer:
left: "Copyright @ DACSS"
right:
- icon: github
href: https://github.com/
- icon: twitter
href: https://twitter.com/
site-url: https://dacss.github.io/Resume/
twitter-card:
creator: "@UMassDACSS"
site: "@UMassDACSS"
favicon: images/DACSS_Round_Network.png
open-graph: true
navbar:
background: "#881c1c"
text: UMass Amherst
pinned: true
search: true
right:
- text: "Home"
href: index.qmd
- text: "People"
menu:
- text: "Students"
href: people.qmd
- text: "Faculty"
href: pages/faculty.qmd
- text: "Projects"
href: pages/projects.qmd
- text: "Contact"
href: pages/contact.qmd
- text: "For Employers"
href: pages/for_employers.qmd
editor: visual