-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
66 lines (57 loc) · 1.53 KB
/
Copy path_quarto.yml
File metadata and controls
66 lines (57 loc) · 1.53 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
project:
type: website
preview:
port: 3434
browser: true
watch-inputs: true
timeout: 3600
output-dir: docs
website:
site-url: https://paolovolterra.github.io
repo-url: https://github.com/paolovolterra/paolovolterra.github.io
title: "Paolo Volterra's website"
page-navigation: true
back-to-top-navigation: true
twitter-card:
creator: "@ghibbli"
repo-actions: [edit, issue]
navbar:
left:
- href: index.qmd
text: Home
- href: posts.qmd
text: Posts
- text: "Books"
menu:
- text: "Test1"
href: https://quarto.org/docs/books/
- text: "Test2"
href: https://quarto.org/docs/books/
title: "Paolo Volterra's website"
right:
- icon: rss
aria-label: rss
href: https://github.com/paolovolterra
- icon: github
aria-label: GitHub
href: https://github.com/paolovolterra
- icon: linkedin
aria-label: LinkedIn
href: https://www.linkedin.com/in/paolo-volterra-08596b6
- icon: twitter
aria-label: twitter
href: https://twitter.com/ghibbli
- text: "<i class='fa-brands fa-bluesky'></i>"
href: https://bsky.app/profile/ghibbli.bsky.social
format:
html:
css: MCC.css
toc: true
theme:
- pulse
- BeatrizMilz.scss
page-footer:
border: true
left: "© 2025 Paolo Volterra"
right: "fatto con ︎♥️ & [Quarto](https://quarto.org)"
freeze: true