-
Notifications
You must be signed in to change notification settings - Fork 4
/
_quarto.yml
68 lines (63 loc) · 1.56 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
project:
type: website
render:
- "*.qmd"
- "!garage/"
- "!tmp*qmd"
- "!risorse/"
- "!note-compilazione.md"
output-dir: docs
resources:
- "googlecd08604f4edafe6e.html"
website:
site-url: https://aborruso.github.io
title: "aborruso's website"
favicon: "risorse/favicon.png"
page-navigation: true
back-to-top-navigation: true
twitter-card:
creator: "@aborruso"
card-style: summary_large_image
image: "/risorse/twitter-card.png"
open-graph:
locale: it_IT
image: "/risorse/opengraph.png"
repo-url: https://github.com/aborruso/aborruso.github.io
repo-actions: [edit, issue]
navbar:
background: "#75aadb"
search: true
title: false
left:
- href: index.qmd
text: Home
- href: blog.qmd
text: Blog
- href: til.qmd
text: TIL
page-footer:
left: "Costruito con [quarto](https://quarto.org) 😍 | Contenuti in [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/deed.it)"
right:
- icon: twitter
href: https://twitter.com/aborruso
- icon: rss
href: blog.xml
- icon: github
href: https://github.com/aborruso/aborruso.github.io
format:
html:
theme: cosmo
css: styles.css
toc: true
lang: it
dir: ltr
link-external-newwindow: true
link-external-icon: true
link-external-filter: '.*aborruso\.github\.io\.*'
include-in-header: include/rss.html
execute:
daemon: false
freeze: auto
language:
title-block-author-single: "Autore/Autrice"
listing-page-field-author: "Autore/Autrice"