forked from geotribu/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs-free.yml
232 lines (220 loc) · 8.03 KB
/
mkdocs-free.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
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
# Project information
site_name: Geotribu
site_description: >-
Site indépendant de veille sur la géomatique libre et open source.
Articles, tutoriels et revues de presse (#GeoRDP) sur
l'information géographique, les SIG, la cartographie, la représentation des données...
site_author: Geotribu
site_url: https://static.geotribu.fr/
copyright: '<span class="copyleft">©</span> Geotribu'
# Repository
repo_name: !ENV [GITHUB_REPOSITORY, "geotribu/website"]
repo_url: !ENV [MKDOCS_REPO_URL, "https://github.com/geotribu/website"]
edit_uri: !ENV [MKDOCS_EDIT_URI, "edit/master/content"]
# Custom folder structure
docs_dir: "./content"
site_dir: "./build/mkdocs/site"
# Plugins
plugins:
- awesome-pages
- exclude:
glob:
- "*/templates/*"
- "*.yml"
- git-authors:
enabled: !ENV [MKDOCS_ENABLE_PLUGIN_GIT_AUTHORS, False]
exclude:
- index.md
show_contribution: true
- git-revision-date-localized:
enabled: !ENV [MKDOCS_ENABLE_PLUGIN_GIT_DATES, False]
enable_creation_date: true
fallback_to_build_date: true
locale: fr
- minify:
minify_css: true
minify_html: true
minify_js: false
htmlmin_opts:
remove_comments: true
- rss:
abstract_chars_count: 500
categories:
- categories
- tags
comments_path: "#__comments"
date_from_meta:
as_creation: "date"
as_update: false
datetime_format: "%Y-%m-%d %H:%M"
enabled: !ENV [MKDOCS_ENABLE_PLUGIN_RSS, false]
image: "https://cdn.geotribu.fr/img/internal/charte/geotribu_logo_64x64.png"
length: 50
match_path: "(articles|rdp)/.*"
pretty_print: false
url_parameters:
utm_source: "rss-feed"
utm_medium: "RSS"
utm_campaign: "feed-syndication"
- search:
lang: fr
- macros:
include_dir: content/toc_nav_ignored/snippets
- redirects:
redirect_maps:
# RSS
"rss.md": "https://static.geotribu.fr/feed_rss_created.xml"
# contenus
"dicogis.md": "articles/2014/art_2014-09-25_dicogis.md"
"GeoRDP/20161028.md": "rdp/2016/rdp_2016-10-14.md"
"node/270.md": "articles/2010/art_2010-06-11.md"
"node/284.md": "articles/2010/art_2010-09-23.md"
"node/348.md": "rdp/2011/rdp_2011-02-25.md"
"node/423.md": "articles/2011/art_2011-06-15.md"
"node/462.md": "articles/2011/art_2011-11-09.md"
"node/488.md": "rdp/2012/rdp_2012-01-13.md"
"node/520.md": "articles/2012/art_2012-06-21.md"
"node/532.md": "articles/2012/art_2012-07-12.md"
"node/636.md": "articles/2013/art_2013-09-26.md"
# correction de la structure initiale de la résurrection
"rdp/rdp_2020-04-30.md": "rdp/2020/rdp_2020-04-30.md"
# geogames
"node/668.md": "articles/2013/art_2013-10-30_geogame_mots_croises_outils_sig.md"
"node/671.md": "https://geotribu.github.io/geogames/"
"node/675.md": "articles/2013/art_2013-11-20_geogame_mots_croises_webmapping.md"
"node/679.md": "articles/2014/art_2014-01-08_geogame_qcm_histoire_cartographie.md"
"node/689.md": "articles/2014/art_2014-01-22_geogame_qcm_cassini_bertin.md"
"node/680.md": "articles/2014/art_2014-03-19_geogame_pendu_geomatique.md"
# recent moves
"acknowledgements.md": "team/index.md"
"install_webapp.md": "articles/2020/2020-03-20_installer_site_comme_application.md"
"interviews/itw_drones_crisis.md": "articles/2014/art_2014-08-29_itw_drones_crisis.md"
"contribuer/workflow_article.md": "contribuer/articles/workflow.md"
"contribuer/backup.md": "contribuer/internal/backup.md"
"contribuer/build_site/markdown_engine.md": "contribuer/internal/markdown_engine.md"
- tags:
tags_file: tags.md
# Theme
theme:
name: "material"
custom_dir: "./content/theme/"
favicon: "https://cdn.geotribu.fr/img/internal/charte/geotribu_logo_64x64.png"
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
features:
- content.tabs.link
- navigation.tabs
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
font: false
icon:
repo: fontawesome/brands/github-alt
language: fr
logo: "https://cdn.geotribu.fr/img/internal/charte/geotribu_logo_64x64.png"
palette:
# Light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: "deep orange"
toggle:
icon: material/weather-sunny
name: Basculer en mode sombre
# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue grey
accent: "deep orange"
toggle:
icon: material/weather-night
name: Basculer en mode clair
# Customization
extra:
analytics:
provider: google
property: !ENV MKDOCS_GOOGLE_ANALYTICS_KEY
comments_url: https://comments.geotribu.fr # isso url
consent:
title: Consentement 🍪
description: >
Nous utilisons des cookies pour le goûter mais aussi pour vous proposer
des fonctionnalités (commentaires, thème clair ou sombre, etc.) et mesurer
l'audience du site.
manifest: "manifest.webmanifest" # PWA declaration
social:
- icon: "fontawesome/solid/rss"
link: "https://static.geotribu.fr/feed_rss_created.xml"
name: "S'abonner aux nouveaux contenus via RSS"
- icon: "fontawesome/brands/github-alt"
link: "https://github.com/geotribu/"
name: "L'organisation Github de Geotribu"
- icon: "fontawesome/brands/twitter"
link: "https://twitter.com/geotribu"
name: "Geotribu sur Twitter"
- icon: "fontawesome/brands/linkedin"
link: "https://www.linkedin.com/feed/hashtag/?keywords=geotribu"
name: "Les contenus de Geotribu sur LinkedIn"
- icon: "fontawesome/brands/facebook"
link: "https://fr-fr.facebook.com/geotribu/"
name: "Page Facebook de Geotribu"
- icon: "fontawesome/brands/mailchimp"
link: http://eepurl.com/hL0zVr
name: "Abonnez-vous à la newsletter"
- icon: fontawesome/solid/paper-plane
link: mailto:<[email protected]>
name: "Nous contacter"
- icon: "fontawesome/brands/slack"
link: "https://geotribu.slack.com"
name: "Rejoignez-nous sur Slack"
- icon: "fontawesome/solid/feather-pointed"
link: http://pad.geotribu.fr/
name: "Editeur en ligne"
extra_css:
- "theme/assets/stylesheets/extra.css"
- "https://cdn.jsdelivr.net/npm/[email protected]/dist/wa-mediabox.min.css"
extra_javascript:
- "theme/assets/javascripts/extra.js"
- "https://cdn.jsdelivr.net/npm/[email protected]/dist/wa-mediabox.min.js"
# Extensions to enhance markdown - see: https://squidfunk.github.io/mkdocs-material/getting-started/#extensions
markdown_extensions:
- abbr
# Admonition - https://squidfunk.github.io/mkdocs-material/extensions/admonition/
- admonition
- attr_list
# Footnotes - https://squidfunk.github.io/mkdocs-material/reference/footnotes/
- footnotes
# Metadata - https://squidfunk.github.io/mkdocs-material/extensions/metadata
- meta
# PyMdown extensions - https://squidfunk.github.io/mkdocs-material/extensions/pymdown/
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight:
linenums: true
use_pygments: true
- pymdownx.inlinehilite
- pymdownx.smartsymbols
- pymdownx.saneheaders
# https://facelessuser.github.io/pymdown-extensions/extensions/snippets/
- pymdownx.snippets:
auto_append: [content/toc_nav_ignored/snippets/glossaire.md]
base_path: "."
check_paths: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
# Permalinks - https://squidfunk.github.io/mkdocs-material/extensions/permalinks/
- toc:
permalink: "#"