-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
74 lines (68 loc) · 1.8 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
site_name: GeoBTAA Tutorials
site_author: Big Ten Academic Alliance Geospatial Information Network
copyright : "2022"
site_url: https://geobtaa.github.io/tutorials
theme:
name: material
features:
- navigation.instant
- navigation.sections
- content.tooltips
# - navigation.tabs
# - navigation.tabs.sticky
# - navigation.top
logo: images/btaa-logo-white.png
icon:
repo: fontawesome/brands/github
# highlightjs: true
# titles_only: true
# include_homepage_in_sidebar: false
plugins:
- search
# - with-pdf:
# output_path: tutorials.pdf
# - pdf-export
# # combined: false
# - git-revision-date-localized:
# enable_creation_date: false
- glightbox:
touchNavigation: true
loop: false
effect: zoom
slide_effect: slide
width: 100%
height: auto
zoomable: true
draggable: true
skip_classes:
- custom-skip-class-name
auto_caption: true
caption_position: bottom
extra_css:
- stylesheets/extra.css
markdown_extensions:
- abbr
- tables
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.snippets:
auto_append:
- includes/abbreviations.md
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- toc:
toc_depth: 3
permalink: true
# nav:
# - HOME: 'index.md'
# - Find & Use GIS Web Services: 'tutorial_web-services.md'
# - Types of Geospatial Information: 'types_of_geospatial_information.md'