-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
58 lines (53 loc) · 1.29 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
project:
type: website
output-dir: docs
preview:
port: 22222
browser: true
watch-inputs: true
navigate: true
execute:
freeze: true
website:
title: "Aakanksha Singh"
navbar:
pinned: true
background: "#000000"
foreground: "#FFFFFF"
search: true
left:
- href: index.qmd
text: Home
- href: Education_and_Research/education_and_background.qmd
text: Education and reserach Experience
- href: Current_Projects/current_projects.qmd
text: Current Projects
- href: CV/index.qmd
text: CV
- href: Diving_into_Distractions/distractions.html
text: Diving into Distractions
right:
- icon: linkedin
href: https://www.linkedin.com/in/aakanksha-singh-a1b850139/
- icon: envelope
href: "mailto:aakanksha.singh@kgu.de"
- icon: github
href: https://github.com/aasingh2
#back-to-top-navigation: true
page-footer:
background: "#000000"
foreground: "#FFFFFF"
left: <span class="faux-block">© 2023 Aakanksha Singh</span>
right:
- icon: github
href: https://github.com/aasingh2/aasingh2.github.io
format:
html:
theme: pulse
css: html/styles.scss
toc: false
code-link: true
anchor-selection: true
fig-cap-location: margin
reference-location: margin
footnotes-hover: true