-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
67 lines (61 loc) · 2.03 KB
/
mkdocs.yml
File metadata and controls
67 lines (61 loc) · 2.03 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
site_name: Archaeological Sample Metadata Profile
# Use Material for MkDocs theme
theme:
name: material
custom_dir: overrides
# Color palette
# palette:
# primary: #243B54
# accent: blue
# Optional icons for pages
icon:
home: material/home
profile: material/account
features:
- navigation.indexes
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- attr_list
- pymdownx.magiclink
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.superfences
- toc:
permalink: true
baselevel: 2
extra_javascript:
- javascripts/extra.js
# Navigation structure
nav:
- Archaeological Sample Metadata Profile: index.md
- Profile Properties (Ver. 1.0):
- Overview of Version 1.0: profile.md
- 1. Project: profile/project.md
- 2. investigationType: profile/investigation-type.md
- 3. investigationDates: profile/investigation-dates.md
- 4. collectorExcavator: profile/collector-excavator.md
- 5. Publisher: profile/publisher.md
- 6. Contributor: profile/contributor.md
- 7. sampleTitle: profile/sample-title.md
- 8. Description: profile/description.md
- 9. Subject: profile/subject.md
- 10. otherIdentifier: profile/other-identifier.md
- 11. collectionDate: profile/collection-date.md
- 12. collectionMethod: profile/collection-method.md
- 13. stratigraphicContext: profile/stratigraphic-context.md
- 14. sampleDepth: profile/sample-depth.md
- 15. sampleWeight: profile/sample-weight.md
- 16. sampleMaterialType: profile/sample-material-type.md
- 17. Colour: profile/colour.md
- 18. absoluteDating: profile/absolute-dating.md
- 19. relativeDating: profile/relative-dating.md
- 20. generalKeywords: profile/general-keywords.md
- 21. currentStatus: profile/current-status.md
- 22. Relations: profile/relations.md
# Optional: enable search (Material includes this by default)
plugins:
- search