-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
68 lines (55 loc) · 1.62 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
# This file controls the settings for your Quarto template from www.marvinschmitt.com
# website settings
website:
title: "Santosh D. Bhosale" # Your name
description: "I am pharmacist by training and do mass spectrometry based proteomics" # A brief slogan (optional)
image: img/sdb.png
# start of the navigation bar at the top of the website
navbar:
pinned: true
logo: /img/logo.png
# your sub-pages
left:
- text: "About"
href: about/index.qmd
- text: "CV"
href: cv/index.qmd
- text: "Blog"
href: blog/index.qmd
# your social media handles
right:
- icon: linkedin
href: https://www.linkedin.com/in/santoshdbhosale/
- icon: github
href: https://github.com/santoshdbhosale
- text: "{{< iconify academicons google-scholar size=1.5em >}}"
href: https://scholar.google.com/citations?user=sIxWbx0AAAAJ&hl=en
- icon: envelope
aria-label: email
href: "mailto:[email protected]"
# Don't touch unless you know what you are doing :) ------------
search:
location: navbar
type: textbox
project:
type: website
output-dir: docs
preview:
port: 22222
browser: true
watch-inputs: true
navigate: true
execute:
freeze: true
format:
html:
fontsize: 1.1em
theme:
- pulse
- html/styles.scss
toc: false
code-link: true
anchor-sections: true
fig-cap-location: margin
reference-location: margin
footnotes-hover: true