-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
123 lines (115 loc) · 3.27 KB
/
mkdocs.yml
File metadata and controls
123 lines (115 loc) · 3.27 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
site_name: Metadata Profile
site_url: 'https://terralid.github.io/metadata/'
site_author: "TerraLID Core Team"
repo_url: https://github.com/terralid/metadata
repo_name: terralid/metadata
edit_uri: ""
docs_dir: ./docs
site_dir: ./site
theme:
name: material
font: false
logo: assets/TerraLID_logo_word_white.png
favicon: assets/favicon.png
icon:
repo: fontawesome/brands/github
custom_dir: overrides
palette:
# - scheme: slate
# toggle:
# icon: material/toggle-switch
# name: Dark mode
# primary: green
# accent: deep purple
- scheme: terralid
# toggle:
# icon: material/toggle-switch-off-outline
# name: Light mode
features:
# - navigation.tabs
# - navigation.tabs.sticky
- navigation.instant
- navigation.path
- navigation.expand
# - navigation.sections
# - toc.integrate
nav:
- About: index.md
- Introduction: introduction.md
- Metadata:
- Sites: metadata_sites.md
- Assemblages: metadata_assemblages.md
- Objects: metadata_objects.md
- Samples: metadata_samples.md
- Analyses: metadata_analyses.md
- Material-specific:
- Ore: metadata_ore.md
- Glass: metadata_glass.md
- Metal:
- General: metadata_metal.md
- Coins: metadata_metal-coins.md
- Pigments: metadata_pigment.md
- By-products: metadata_by-products.md
- Mappings: mappings.md
- History: changelog.md
watch:
- includes
extra_css:
- ./stylesheets/extra.css
# Mike and search plugins
plugins:
- search
- mike:
alias_type: symlink
redirect_template: null
deploy_prefix: ''
canonical_version: null
version_selector: true
css_dir: css
javascript_dir: js
- include-markdown: # see https://pypi.org/project/mkdocs-include-markdown-plugin/ for reference
comments: true
- add-number: # see https://github.com/ignorantshr/mkdocs-add-number-plugin for reference
order: 2
excludes:
- changelog.md
- exporter:
formats:
pdf:
enabled: true
aggregator:
enabled: true
output: pdf/TerraLID_Metadata_Profile.pdf
stylesheets:
- docs/stylesheets/pdf-export.scss
concurrency: 8
markdown_extensions:
- attr_list
- admonition
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.caret
- pymdownx.tilde
- md_in_html
copyright: This work is licensed under <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International</a>. <br> <a href="https://www.terralid.org/about.html">Legal information</a>
extra:
version:
provider: mike
generator: false
social:
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/terra_lid/
name: TerraLID on Instagram
- icon: fontawesome/regular/envelope
link: mailto:[email protected]
name: Contact the TerraLID team by email
- icon: fontawesome/solid/globe
link: https://www.terralid.org
name: TerraLID Webpage