-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
212 lines (198 loc) · 6.35 KB
/
mkdocs.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
## Project information
site_name: Palermo Melting Pot | 2020
site_url: https://opendatasicilia.github.io/palermomeltingpot/
site_description: Quando i dati sono disponibili (open, machine readable e con la licenza giusta) ciascuno di noi può dare libero sfogo alle proprie competenze e alla propria fantasia per far parlare quei dati al meglio, scegliendo o creando la rappresentazione che ritiene più efficace per evidenziare quelli che si ritengono gli aspetti salienti.
site_author: gbvitrano
## Repository
# repo_name: Palermo Melting Pot | 2020
# repo_url: https://github.com/opendatasicilia/palermomeltingpot
# edit_uri: edit/main/docs/ #disables edit button
# Copyright
copyright: <a href="https://creativecommons.org/licenses/by-sa/4.0/deed.it" title="Se non specificato diversamente, tutti i contenuti sono soggetti alla licenza Creative Commons Attribuzione - Condividi allo stesso modo 4.0 Internazionale (CC BY-SA 4.0)" target="_blank" class="link-dark text-decoration-none">CC BY-SA 4.0</a> | <a href="https://opendatasicilia.github.io/palermomeltingpot/ods/" target="_self" title="About" >About</a> | <a href="https://opendatasicilia.github.io/palermomeltingpot/tags/" target="_self" title="Tags" >Tags</a> | <a href="https://opendatasicilia.github.io/palermomeltingpot/privacy/" target="_self" title="Informativa privacy estesa" >Privacy</a>
## Social Media
extra:
manifest: "manifest.webmanifest"
social:
- icon: fontawesome/solid/house
link: https://opendatasicilia.github.io/palermomeltingpot/
name: Home Page
- icon: fontawesome/brands/twitter
link: http://twitter.com/opendatasicilia
name: account twitter
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/groups/opendatasicilia/
name: gruppo facebook
- icon: fontawesome/brands/github
link: https://github.com/opendatasicilia/palermomeltingpot
name: Repoisitory GitHub
- icon: fontawesome/brands/telegram
link: http://twitter.com/opendatasicilia
name: gruppo Telegram
- icon: fontawesome/solid/envelope
link: https://groups.google.com/forum/#!forum/opendatasicilia
name: mailing list OpenDataSicilia
- icon: fontawesome/solid/rss
link: ../feed_rss_created.xml
name: Feed RSS
- icon: ods
link: http://opendatasicilia.it/
name: opendatasicilia.it
- icon: fontawesome/brands/creative-commons
link: https://creativecommons.org/licenses/by-sa/4.0/deed.it
name: Attribuzione - Condividi allo stesso modo 4.0 Internazionale (CC BY-SA 4.0)
- icon: fontawesome/brands/creative-commons-by
link: https://creativecommons.org/licenses/by-sa/4.0/deed.it
name: Attribuzione - Condividi allo stesso modo 4.0 Internazionale (CC BY-SA 4.0)
- icon: fontawesome/brands/creative-commons-sa
link: https://creativecommons.org/licenses/by-sa/4.0/deed.it
name: Attribuzione - Condividi allo stesso modo 4.0 Internazionale (CC BY-SA 4.0)
analytics:
provider: google
property: G-GXKVRSXWES
# Configuration
theme:
name: material
custom_dir: docs/overrides/
static_templates:
- 404.html
language: it
features:
- navigation.top
# - navigation.instant
- navigation.tabs
- toc.integrate
- search.suggest
- search.highlight
- search.share
- content.code.annotate
palette:
scheme: slate
# primary: black
accent: orange
# toggle:
# icon: material/weather-night
# name: Switch to dark mode
# - scheme: slate
# primary: black
# accent: orange
# toggle:
# icon: material/weather-sunny
# name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
favicon: img/favicon.ico
icon:
admonition:
note: octicons/tag-16
abstract: octicons/checklist-16
info: octicons/info-16
tip: octicons/squirrel-16
success: octicons/check-16
question: octicons/question-16
warning: octicons/alert-16
failure: octicons/x-circle-16
danger: octicons/zap-16
bug: octicons/bug-16
example: octicons/beaker-16
quote: octicons/quote-16
logo: img/logo.png
plugins:
- tags:
tags_file: tags.md
- search:
prebuild_index: true
# - mkdocstrings
# - autolinks
- macros
# - section-index
# - blog
# - img2fig
- rss:
abstract_chars_count: 160
date_from_meta:
as_creation: "date"
as_update: false
datetime_format: "%d-%m-%Y"
# datetime_format: "%Y-%m-%d"
image: https://materialmkdocs-gb.readthedocs.io/it/latest/img/hfc_rss.png
feed_ttl: 1440
length: 20
pretty_print: false
match_path: ".*"
url_parameters:
utm_source: "documentation"
utm_medium: "RSS"
utm_campaign: "feed-syndication"
- tooltips
## Extensions
markdown_extensions:
- toc:
permalink: ↵
toc_depth: 3
- meta
- mkdocs-click
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.critic:
mode: view
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.smartsymbols
- pymdownx.keys
- admonition
- pymdownx.details
- pymdownx.tasklist:
clickable_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- attr_list
- md_in_html
- def_list
- abbr
- footnotes
- tables
## Custom theme additions
extra_javascript:
- stylesheets/extra.js
# - https://unpkg.com/mermaid/dist/mermaid.min.js
# - https://unpkg.com/[email protected]/dist/mermaid.min.js
extra_css:
- stylesheets/gbextra_ukraine.css
## Page tree
nav:
- Home: index.md
- Dataset:
- dati/dati.md
- dati/rielaborazione.md
- dati/forma.md
- dati/sintesi.md
- dati/query.md
- dati/data_world.md
- dati/visidata.md
# - dati/emeditor.md
- Da dove arrivano:
- dove/provenienza.md
- Quanti sono:
- dove/quanti.md
- Chi sono:
- dove/chi.md
- Dove vivono:
- dove/dove_vivono.md
- dove/one-person-one-dot.md
- dove/melting_pot.md
- Stranieri/Italiani:
- rapporto/rapporto.md