-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
47 lines (42 loc) · 1011 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
44
45
46
project:
type: website
output-dir: docs
render:
- "*.qmd"
- "!LICENSE.md"
resources:
- "immagini/bollettini-ondate-calore-og.png"
- "rss/*.xml"
website:
site-url: "https://ondata.github.io/ondate-calore"
search: false
back-to-top-navigation: true
title: "I dati sui bollettini sulle ondate di calore"
open-graph:
locale: it_IT
twitter-card:
creator: "@ondatait"
navbar:
title: false
left:
- href: index.qmd
text: Home
- note.qmd
page-footer:
border: true
left: "a cura di [onData](https://www.ondata.it/) (fatto con [Quarto](https://quarto.org/))"
right:
- icon: github
href: https://github.com/ondata/ondate-calore
center: "[Licenza](/note.qmd#licenza)"
format:
html:
theme: cosmo
css: styles.css
toc: true
code-copy: true
code-overflow: wrap
link-external-newwindow: true
link-external-filter: '^.*ondata\.github\.io/ondate-calore'
lang: "it-IT"
anchor-sections: true