-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
85 lines (78 loc) · 2.13 KB
/
_quarto.yml
File metadata and controls
85 lines (78 loc) · 2.13 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
project:
type: website
output-dir: docs
website:
title: "Lorenzo Fabbri"
description: "Academic website of Lorenzo Fabbri"
site-url: "https://lorenzofabbri.github.io/epilorenzo"
repo-url: "https://github.com/lorenzoFabbri/epilorenzo"
# Navigation bar configuration
navbar:
background: light
logo: ""
left:
- text: "About"
href: index.qmd
- text: "CV"
href: cv.qmd
- text: "Research"
href: research/index.qmd
- text: "Blog"
href: blog.qmd
- text: "Talks"
href: talks.qmd
- text: "Now"
href: now.qmd
right:
- icon: github
href: https://github.com/lorenzoFabbri
aria-label: GitHub
- text: "{{< ai orcid >}}"
href: https://orcid.org/0000-0003-3031-322X
aria-label: ORCID
- text: "{{< ai google-scholar >}}"
href: https://scholar.google.com/citations?user=QbPv1H0AAAAJ&hl=en&sortby=pubdate
aria-label: Google Scholar
- icon: linkedin
href: https://www.linkedin.com/in/lorenzo-fabbri-303185383/
aria-label: LinkedIn
- text: "{{< fa brands bluesky >}}"
href: https://bsky.app/profile/epilorenzo.bsky.social
aria-label: Bluesky
# Footer configuration
page-footer:
left: |
© 2026 Lorenzo Fabbri. Built with [Quarto](https://quarto.org/).
# Blog configuration for posts
page-navigation: true
# Format configuration
format:
html:
theme:
- flatly
- assets/css/custom.css
css:
- assets/css/custom.css
- assets/css/custom-books.css
toc: true
toc-depth: 3
toc-location: right
link-external-newwindow: true
link-external-icon: true
code-fold: true
code-tools: true
anchor-sections: true
smooth-scroll: true
# Enable Bootstrap icons
include-in-header:
text: |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/bootstrap-icons.css">
# Citation and bibliography configuration
#bibliography: references.bib
#csl: assets/apa.csl
# Execution options
execute:
freeze: auto
echo: false
warning: false
message: false