-
Notifications
You must be signed in to change notification settings - Fork 10
/
mkdocs.yml
172 lines (158 loc) · 4.31 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
## Project information
site_name: OpenDataSicilia Mkdocs-Material
site_url: https://opendatasicilia.github.io/ods-mkdocs-material/
site_description: Per chi vuole mettere in piedi, rapidamente e in modo semplice, un sito web basato su Material for MkDocs
## Repository
repo_name: OpenDataSicilia Mkdocs-Material
repo_url: https://github.com/opendatasicilia/ods-mkdocs-material
edit_uri: edit/main/docs/ #disables edit button
# Copyright
copyright: Licenza CC-BY-SA-4.0
## Social Media
extra:
## Come inserire i commenti di Disqus https://squidfunk.github.io/mkdocs-material/setup/adding-a-comment-system/#other-comment-systems
## Crea accont e sito shortname https://help.disqus.com/en/articles/1717111-what-s-a-shortname
## disqus: <shortname>
# disqus: ods-mkdocs-material
## ods-mkdocs-material è lo <shortname> legato a Disqus
social:
- icon: fontawesome/brands/twitter
link: https://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/ods-mkdocs-material
name: Repoisitory GitHub
- icon: fontawesome/solid/rss
link: https://opendatasicilia.github.io/ods-mkdocs-material/feed_rss_created.xml
name: Feed RSS
- icon: ods
link: http://opendatasicilia.it/
name: opendatasicilia.it
# Configuration
theme:
name: material
custom_dir: overrides
language: it
features:
- navigation.top
# - navigation.instant
- navigation.tabs
- content.code.annotate
- navigation.tracking
- navigation.footer
palette:
- scheme: default
primary: white
accent: red
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: black
accent: red
toggle:
icon: material/weather-sunny
name: Switch to light mode
# favicon:
icon:
repo: fontawesome/brands/github
# logo:
plugins:
- tags
- search:
lang: it
#- mkdocstrings
#- autolinks
#- macros
- 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:
feed_ttl: 1440
length: 20
pretty_print: false
match_path: ".*"
url_parameters:
utm_source: "documentation"
utm_medium: "RSS"
utm_campaign: "feed-syndication"
- glightbox:
touchNavigation: true
loop: false
effect: zoom
slide_effect: slide
width: 100%
height: auto
zoomable: true
draggable: true
skip_classes:
- custom-skip-class-name
auto_caption: false
caption_position: bottom
background: white
shadow: true
markdown_extensions:
- toc:
permalink: ↵
- meta
- mkdocs-click
- pymdownx.highlight
- pymdownx.inlinehilite
- 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:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- attr_list
- md_in_html
- def_list
- abbr
- pymdownx.snippets
- footnotes
- tables
## Custom theme additions
extra_javascript:
- javascript/extra.js
# - https://unpkg.com/mermaid/dist/mermaid.min.js
extra_css:
- stylesheets/extra.css
## Page tree
nav:
- Home: index.md
- Installazione: Installazione/index.md
- Ricette: Ricette/index.md
- Configurazione: Configurazione/index.md
- Riferimenti:
- Template: Riferimenti/template.md
- Formattazione: Riferimenti/formattazione.md
- Strumenti: Riferimenti/strumenti.md
- Caratteristiche: Riferimenti/caratteristiche.md
- Discussioni: 'https://github.com/opendatasicilia/ods-mkdocs-material/discussions'
- About:
- OpenDataSicilia: ods.md
- Privacy: privacy.md