-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
87 lines (83 loc) · 1.83 KB
/
Copy pathmkdocs.yml
File metadata and controls
87 lines (83 loc) · 1.83 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
copyright: Copyright © 2016 - 2026 MapGallery B.V.
site_name: MapGallery kookboek
site_url: https://geostyler.mapgallery.eu/
repo_url: https://github.com/mapgallery/cookbook
edit_uri: edit/main/docs/
extra:
analytics:
provider: plausible
domain: geostyler.mapgallery.eu
homepage: https://mapgallery.eu
social:
- icon: fontawesome/solid/paper-plane
link: mailto:<info@mapgallery.eu>
- icon: fontawesome/brands/github
link: https://github.com/mapgallery
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/mapgallery
version:
provider: mike
extra_css:
- assets/css/extra.css
markdown_extensions:
- abbr
- admonition
- meta
- pymdownx.keys
- pymdownx.details
- pymdownx.snippets:
auto_append:
- includes/abbreviations.md
- tables
- toc
- pymdownx.highlight:
anchor_linenums: true
use_pygments: true
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.snippets
- attr_list
nav:
- Geostyler:
- intro_styling/index.md
- gallerij/index.md
- punten/index.md
- lijnen/index.md
- vlakken/index.md
- filtering/index.md
- faq/index.md
plugins:
- macros:
include_dir: includes
- material-plausible
- search
- social
- tags
- glightbox:
zoomable: true
theme:
name: material
favicon: assets/favicon.png
features:
- content.action.edit
- content.action.view
# - navigation.expand
- navigation.path
- navigation.footer
# - navigation.indexes
- navigation.sections
# - navigation.tabs
# - navigation.tabs.sticky
- navigation.tracking
- search.suggest
- search.highlight
- content.code.copy
# - toc.follow
# - toc.integrate
language: nl
logo: assets/logo.png
validation:
links:
absolute_links: relative_to_docs
watch:
- includes