-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
44 lines (40 loc) · 964 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
43
project:
type: website
output-dir: docs
website:
title: "Simone Brazzi"
favicon: images/favicon.png
site-url: "https://simonebrazzi.github.io/blog/"
page-footer:
center: |
[Contact me](mailto:simonebrazzi@icloud.com)
left: |
Made with [Quarto](https://quarto.org/)
search:
location: navbar
type: overlay
navbar:
left:
- text: Home
href: index.qmd
- text: Projects
href: projects.qmd
- text: Resume
href: resume.qmd
right:
- about.qmd
- icon: github
href: https://github.com/SimoneBrazzi?tab=repositories
- icon: linkedin
href: https://www.linkedin.com/in/simone-brazzi-289028160/
format:
html:
theme:
dark: [darkly, theme_dark_custom.scss]
light: [flatly, theme_light_custom.scss]
code-link: TRUE
code-fold: show
code-line-numbers: TRUE
code-copy: TRUE
highlight-style: monokai
editor: visual