-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
43 lines (39 loc) · 981 Bytes
/
_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
project:
type: website
output-dir: docs
website:
title: "Kanishka Manna"
search: false
navbar:
right:
- href: about.qmd
text: about me
- href: research.qmd
text: research
- href: cv.qmd
text: cv
page-footer:
left: "© 2024 Kanishka Manna"
right:
- icon: linkedin
href: https://www.linkedin.com/in/kanishka-manna/
- icon: github
href: https://github.com/kanishkamanna
- text: <i class="ai ai-orcid" role="img"></i>
href: https://orcid.org/0000-0003-3927-5004
- text: <i class="ai ai-google-scholar" role="img"></i>
href: https://scholar.google.com/citations?user=jc_Lzu4AAAAJ&hl=en
- icon: envelope
href: mailto:kanishka.manna@gmail.com
format:
html:
page-layout: full
sidebar: false
theme:
- cosmo
- brown-theme.scss
css:
- styles.css
- academicons.css
toc: true
editor: visual