-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
179 lines (162 loc) · 5.4 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
## Project information
site_name: Elenco elaborati progetto Parco a mare allo Sperone | Comune di Palermo
site_url: https://opendatasicilia.github.io/Parco_Sperone/
site_author: gbvitrano
site_description: Parco a mare allo Sperone
## Repository
# repo_name: Parco_Sperone
# repo_url: https://github.com/opendatasicilia/Parco_Sperone
# edit_uri: edit/main/docs/ #disables edit button
# Copyright
copyright: Rielaborazione della comunità <a href="https://opendatasicilia.it/"><b>OpenDataSicilia</b></a> <br> <b>Disclaimer:</b> Le informazioni visibili e condivise non comportano la visualizzazione di dati sensibili.<br> Data la natura esclusivamente informativa degli elaborati grafici e dei testi riportati, questi non costituiscono atti ufficiali.<br> Per accedere agli atti ufficiali si rinvia agli elaborati definitivi allegati alle specifiche deliberazioni.
theme:
name: material
highlightjs: true
language: it
palette:
primary: white
accent: red
language: it
favicon: assets/img/favicon.png
icon:
annotation: material/star-four-points-circle
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
tag:
default: material/tag
html: fontawesome/brands/html5
js: fontawesome/brands/js
css: fontawesome/brands/css3
Incendi: fontawesome/solid/fire
logo: assets/img/logo.png
features:
- toc.integrate
- toc.follow
- navigation.top
- navigation.instant
- navigation.tracking
- navigation.indexes
- content.code.annotate
- content.action.edit
- content.action.view
- navigation.footer
font:
text: Nunito Sans
code: Fira Code
custom_dir: 'docs/assets/overrides'
static_templates:
- 404.html
extra:
# Google analytics
analytics:
provider: google
property: G-Y2YZ7RDXWM
# Consenso ai cookie
consent:
title: Consenso ai cookie
description: >-
<b>Questo sito, utilizza i cookie, anche di terze parti, per migliorare la vostra esperienza di navigazione web.</b> <br>Chiudendo questo messaggio, scorrendo questa pagina o cliccando su qualunque suo elemento acconsenti all’uso dei cookie.<br> Per maggiori informazioni o per negare il consenso a tutti o ad alcuni cookie, consulta l’<a href="https://opendatasicilia.github.io/Parco_Sperone/privacy/" title="Informativa privacy estesa" target="_parent">informativa</a>!
cookies:
analytics:
name: Google Analytics
checked: true
actions:
- accept
- manage
social:
- icon: ods
link: http://opendatasicilia.it/
name: opendatasicilia.it
- icon: fontawesome/brands/github
link: https://github.com/coseerobe/coseerobe.github.io
name: Repository GitHub
- icon: fontawesome/solid/envelope
link: mailto:coseerobe.gbvitrano@gmail.com
name: coseerobe.gbvitrano@gmail.com
- icon: fontawesome/brands/twitter
link: http://twitter.com/gbvitrano
name: Twitter
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/gbvitrano
name: Facebook
- icon: fontawesome/solid/rss
link: https://arigadicomando.it/feed_rss_created.xml
name: Feed RSS
- 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)
plugins:
- search:
lang: it
- glightbox:
auto_caption: true
- mkdocstrings
# foglio di stile personalizzato
extra_css:
- assets/stylesheets/gbextra.css
extra_javascript:
- https://unpkg.com/mermaid/dist/mermaid.min.js
- assets/javascripts/varie.js
- assets/javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- https://cdn.jsdelivr.net/npm/vega@5
- https://cdn.jsdelivr.net/npm/vega-lite@5
- https://cdn.jsdelivr.net/npm/vega-embed@6
markdown_extensions:
- admonition
- attr_list
- md_in_html
- footnotes
- meta
- mkdocs-click
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic:
mode: view
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- overrides/.icons
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- def_list
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: true
- pymdownx.tilde
- toc:
permalink: true
toc_depth: 3
- pymdownx.arithmatex:
generic: true
- pymdownx.keys
# menu
nav:
- Elenco elaborati progetto Parco a mare allo Sperone | Comune di Palermo: index.md