-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
45 lines (38 loc) · 854 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: "Nissim Lebovits"
favicon: "assets/alps_profile_pig.jpeg"
navbar:
left:
- href: index.qmd
text: Home
- projects.qmd
- resume.qmd
right:
- icon: linkedin
href: "https://www.linkedin.com/in/nlebovits/"
- icon: github
href: "https://github.com/nlebovits/"
search:
location: navbar
type: overlay
page-navigation: true
page-footer:
center: |
[Contact Me](mailto:[email protected])
left: |
Powered by [Quarto](https://quarto.org)
right: |
© 2023 Nissim Lebovits
background: "#f8f9fa"
format:
html:
theme:
light: cosmo
css: styles.css
toc: true
pagetitle: "{{< meta title >}} | Nissim Lebovits"
smooth-scroll: true
editor: source