-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
178 lines (169 loc) · 5.16 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
## Project information
site_name: 30DCMQGISPE
site_url: https://qgispe.github.io/30DayMapChallengeQGISPERU
site_description: Mapatón orientada a compartir mapas temáticos diversos por cada día del mes, empleando software libre de código abierto.
site_author: qgispe
## Repository
repo_name: 30DaysMapChallengeQGISPE
repo_url: https://github.com/qgispe/30DayMapChallengeQGISPERU/
edit_uri: edit/main/docs/ #disables edit button
# Copyright
copyright: <a href="https://twitter.com/antony_barja" title="@antony_barja" target="_blank">Creado por <b>Antony Barja| @antony_barja</b></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/home
link: https://github.com/qgispe
- icon: fontawesome/brands/twitter
link: https://twitter.com/qgispe
name: Grupo Oficial de Usuarios QGIS Perú
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/qgispe
name: Grupo de Usuarios QGIS Perú
- icon: fontawesome/brands/telegram
link: https://t.me/qgisperu
name: Grupo de telegram
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/qgispe/
name: qgispe
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/qgispe/
name: Grupo Oficial de Usuarios QGIS Perú
- icon: fontawesome/solid/file-pdf
link: https://github.com/qgispe/30DayMapChallengeQGISPERU/raw/main/docs/30DCMQGISPE.pdf
name: Descargar archivo PDF (0.74 mb)
# analytics:
# provider: google
# property: UA-122084242-1
# Configuration
theme:
name: material
#custom_dir: docs/overrides/
static_templates:
- 404.html
language: es
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: 'Imprimir el documento en pdf'
add_print_site_banner: true
print_site_banner_template: "docs/pdf/banner.tpl"
# Table of contents
add_table_of_contents: true
toc_title: 'Mapatón orientada a compartir mapas temáticos diversos por cada día del mes, empleando software libre de código abierto'
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: "3ODCMQGISPE.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"
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:
- Incio: README.md
- Mapas publicados:
- Día 01: 30DCMQGISPE_dia01.md
- Día 02: 30DCMQGISPE_dia02.md
- Día 03: 30DCMQGISPE_dia03.md
- Día 04: 30DCMQGISPE_dia04.md
- Día 05: 30DCMQGISPE_dia05.md
- Día 06: 30DCMQGISPE_dia06.md
- Día 07: 30DCMQGISPE_dia07.md
- Día 08: 30DCMQGISPE_dia08.md
- Día 09: 30DCMQGISPE_dia09.md
- Día 10: 30DCMQGISPE_dia10.md
- Día 11: 30DCMQGISPE_dia11.md
- Día 12: 30DCMQGISPE_dia12.md
- Día 13: 30DCMQGISPE_dia13.md
- Día 14: 30DCMQGISPE_dia14.md
- Día 15: 30DCMQGISPE_dia15.md
- Día 16: 30DCMQGISPE_dia16.md
- Día 17: 30DCMQGISPE_dia17.md
- Día 20: 30DCMQGISPE_dia20.md
- Día 30: 30DCMQGISPE_dia30.md
- Estadísticas: index.md
- Cierre del evento: index.md