forked from FAIR-by-Design-Methodology/templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
78 lines (78 loc) · 2.11 KB
/
Copy pathmkdocs.yml
File metadata and controls
78 lines (78 loc) · 2.11 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
site_name: FAIR-by-Design Template Repository
docs_dir: resources
theme:
name: material
palette:
primary: custom
logo: attachments/logo-white.png
custom_dir: resources/overrides
features:
- navigation.footer
- search.highlight
- search.suggest
markdown_extensions:
- markdown_include.include:
base_path: .
- md_in_html
plugins:
- search
- tags
- mike:
version_selector: true
- exclude:
glob:
- "*Activities/*"
- "*Assessment/*"
- "*Templates/*"
- "*Feedback/*"
- "*.tmp"
- "*.pdf"
- "*.gz"
- "*.pptx"
- "*_plan.md"
- "*_facilitator_guide.md"
- "*syllabus.md"
regex:
- '.*\.(tmp|bin|tar)$'
extra:
version:
provider: mike
extra_css:
- stylesheets/extra.css
citation:
cff-version: 1.2.0
message: "If you use these learning materials, please cite it as below."
authors:
- family-names: Surname
given-names: First_Name
orcid: https://orcid.org/1234-5678-9101-1121
title: "Training Name"
abstract: "Training description"
version: 1.0.0
doi: 10.5072/zenodo.1234567
date-released: 2023-10-17
license: CC-BY-4.0
license-url: "https://creativecommons.org/publicdomain/zero/1.0/legalcode"
type: generic
keywords:
- thefirstkeyword
- thesecondkeyword
- "a third keyword"
repository: "https://github.com/citation-file-format/my-research-software"
signposting_linkset: https://raw.githubusercontent.com/FAIR-by-Design-ToT/templates/main/linkset.json # do not update manually
signposting_default_profile: '' # update with an URL towards the profile used for the Markdown pages (optional)
# signposting_gitbook_url: https://gitbook.example.com # leave commented (prefixed with `#`) if using GitHub Pages with the default domain.
signposting_exclusions:
- 'venv/**'
- 'external-resources/**'
- 'Feedback/**'
- '**/Activities/**'
- '*/Assessment/**'
- 'index.md'
- '02 process_description.md'
- '03 glossary.md'
- 'template_unit_lesson_plan.md'
- '**/*facilitator_guide.md'
- '*syllabus.md'
- '**/*_plan.md'
- '**/template_content.md'