-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmkdocs.yml
171 lines (162 loc) · 5.47 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
## Project information
site_name: Dagli OpenData all’OpenSource: Lavorare in QGIG con le mappe catastali
site_url: https://github.com/pigreco/workshop-estate-gis-2021#piattaforme-e-software
site_description: Obiettivo di questo workshop è quello di evidenziare le potenzialità delle analisi geografiche usando opendata e software Open Source. Realizzeremo un progetto QGIS utilizzando, come fonte dei dati, il WMS dell'AdE e vedremo come aggiungere il servizio WMS, come estrarre i dati esposti usando il filed calc, e infine come digitalizzare velocemente le particelle catastali usando vari plugin.
site_author: Salvatore Fiandaca
## Repository
repo_name: workshop-estate-gis-2021
repo_url: https://github.com/pigreco/workshop-estate-gis-2021/
edit_uri: edit/main/docs/ #disables edit button
# Copyright
copyright: <a href="https://twitter.com/opendatasicilia" title="@opendatasicilia" target="_blank">by @opendatasicilia grazie Gianni</a> | <a href="https://creativecommons.org/licenses/by-sa/4.0/!" title="Se non specificato diversamente, tutti i contenuti sono soggetti alla licenza Creative Commons Attribution-ShareAlike 4.0 licence (CC BY-SA)" target="_blank" class="link-dark text-decoration-none">Licenza CC-BY-SA-4.0</a>
## Social Media
extra:
manifest: "manifest.webmanifest"
social:
- icon: fontawesome/solid/house
link: https://pigreco.github.io/workshop-estate-gis-2021/
- 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-alt
link: https://github.com/gbvitrano/MaterialMkDocs-gb
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: fontawesome/solid/file-pdf
link: ../Dagli_OpenData_all_OpenSource_ Lavorare_in_QGIG_con_le_mappe_catastali.pdf
name: Scarica il file PDF (5.4 mb)
analytics:
provider: google
property: UA-122084242-1
# Configuration
theme:
name: material
custom_dir: docs/overrides/
static_templates:
- 404.html
language: it
features:
- navigation.top
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- search.highlight
- search.share
- search.suggest
palette:
- scheme: default
primary: green
accent: deep orange
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: deep orange
accent: green
toggle:
icon: material/toggle-switch
name: Switch to light mode
font:
text: Lato
code: Roboto Mono
favicon: imgs/favicon.ico
icon:
# logo: fontawesome/solid/book-reader
logo: imgs/logo_white.svg
plugins:
- search
- mkdocstrings
- autolinks
- macros
# - img2fig
- print-site:
add_to_navigation: false
print_page_title: 'Stampa il documento in pdf'
add_print_site_banner: true
print_site_banner_template: "docs/pdf/banner.tpl"
# Table of contents
add_table_of_contents: true
toc_title: 'Workshop estate GIS 2021 UNIPD | Dagli OpenData all’OpenSource: Lavorare in QGIG con le mappe catastali'
toc_depth: 6
# Content-related
add_full_urls: true
enumerate_headings: true
enumerate_figures: true
add_cover_page: true
cover_page_template: "docs/pdf/cover_page.tpl"
path_to_pdf: "Dagli_OpenData_all_OpenSource_ Lavorare_in_QGIG_con_le_mappe_catastali.pdf"
exclude:
- 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"
markdown_extensions:
- toc:
permalink: ↵
- meta
- mkdocs-click
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.critic:
mode: view
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.smartsymbols
- 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
- def_list
- abbr
- pymdownx.snippets
- footnotes
## Custom theme additions
extra_javascript:
- stylesheets/extra.js
extra_css:
- stylesheets/gbextra.css
## Page tree
nav:
- Home: index.md
- Dagli OpenData all’OpenSource:
- Lavorare in QGIG con le mappe catastali:
- Introduzione: intro.md
- QGIS e il WMS AdE: qgis_ade.md
- WMS Catasto AdE in QGIS: wms_catasto.md
- Risultati evento: risultati.md
- Cosa c’è in questo repo: repo.md
- Contatti: contatti.md
- HfcQGIS: "http://hfcqgis.opendatasicilia.it/"
- OpenDataSicilia: ods.md
- Informativa privacy estesa: privacy.md