forked from geotribu/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs-minimal.yml
More file actions
103 lines (92 loc) · 2.88 KB
/
Copy pathmkdocs-minimal.yml
File metadata and controls
103 lines (92 loc) · 2.88 KB
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
# Project information
site_name: Geotribu
site_description: Veille libre sur la géomatique
site_author: Geotribu
site_url: https://static.geotribu.fr/
copyright: '<span class="copyleft">©</span> geotribu'
# Repository
repo_name: 'geotribu/website'
repo_url: 'https://github.com/geotribu/website/'
edit_uri: 'edit/master/content'
# Custom folder structure
docs_dir: './content'
site_dir: './build/mkdocs/site'
# Plugins
plugins:
- git-authors:
show_contribution: true
- git-revision-date-localized:
fallback_to_build_date: true
- minify:
minify_html: true
- rss:
length: 50
- search:
# prebuild_index: python
separator: '[\s\-\.]+'
- redirects:
redirect_maps:
"dicogis.md": "articles/2014/art_2014-09-25_dicogis.md"
"node/636.md": "articles/2013/art_2013-09-26.md"
"rdp/rdp_2020-04-30.md": "rdp/2020/rdp_2020-04-30.md"
# Theme
theme:
name: 'material'
custom_dir: './content/theme/'
favicon: 'assets/images/geotribu/logo_geotribu.png'
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
features:
- tabs
- instant
font: false
language: 'fr'
logo: 'theme/assets/images/geotribu/logo_geotribu.png'
palette:
accent: deep-orange
primary: teal
scheme: preference
# Customization
extra:
disqus: 'geotribu-static' # comment system
manifest: 'manifest.webmanifest' # PWA declaration
social:
- icon: 'fontawesome/brands/github-alt'
link: 'https://github.com/geotribu/'
- icon: 'fontawesome/brands/twitter'
link: 'https://twitter.com/search?q=%23GeoRDP&src=typed_query&f=live'
- icon: 'fontawesome/brands/facebook'
link: 'https://fr-fr.facebook.com/geotribu/'
extra_css:
- 'theme/assets/stylesheets/extra.css'
# Extensions to enhance markdown - see: https://squidfunk.github.io/mkdocs-material/getting-started/#extensions
markdown_extensions:
- attr_list
# Admonition - https://squidfunk.github.io/mkdocs-material/extensions/admonition/
- admonition
# CodeHilite - https://squidfunk.github.io/mkdocs-material/extensions/codehilite/
- codehilite:
linenums: true
# Metadata - https://squidfunk.github.io/mkdocs-material/extensions/metadata
- meta
# PyMdown extensions - https://squidfunk.github.io/mkdocs-material/extensions/pymdown/
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.inlinehilite
# https://facelessuser.github.io/pymdown-extensions/extensions/snippets/
- pymdownx.snippets:
base_path: '.'
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tilde
# Permalinks - https://squidfunk.github.io/mkdocs-material/extensions/permalinks/
- toc:
permalink: true
# Navigation - Menu organization
nav:
- Accueil: index.md
- acknowledgements.md
- install_webapp.md