-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
111 lines (104 loc) · 2.75 KB
/
mkdocs.yml
File metadata and controls
111 lines (104 loc) · 2.75 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
site_name: find.software
site_author: Ronny Gey, Daniel Mietchen, Oliver Karras
site_url: https://findsoftware.github.io
repo_url: https://github.com/findsoftware/findsoftware.github.io
edit_uri: blob/main/docs/
repo_name: 'findsoftware.github.io'
copyright: Copyright © 2021 - 2026 Helmholtz Centre for Environmental Research | <a href="https://www.ufz.de/imprint">Imprint</a>
strict: false
plugins:
- search
- blog:
enabled: true
authors: true
post_date_format: medium
post_url_date_format: yyyy/MM/dd
post_url_format: "{date}/{slug}"
draft: false
draft_on_serve: true
- meta:
enabled: true
- tags:
tags: true
enabled: true
- bibtex:
bib_file: "find.software.bib"
enable_inline_citations: false
#- git-revision-date-localized:
# type: datetime
- glightbox
#- git-authors
- rss:
match_path: "blog/posts/.*"
date_from_meta:
as_creation: date.created
as_update: date.updated
theme:
name: material
custom_dir: overrides
sticky-navigation: true
collapse_navigation: true
navigation_depth: 3
favicon: img/favicon.ico
logo: img/find.software_logo_5.png
locale: en
features:
- navigation.instant
- navigation.instant.progress
- navigation.indexes
- navigation.path
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- search.highlight
- content.action.edit
- content.action.view
- toc.follow
#- toc.integrate
icon:
repo: simple/github
extra:
second_logo:
markdown_extensions:
- admonition
- footnotes
- pymdownx.details #e.g. collapsible admonition blocks
- pymdownx.superfences
- pymdownx.critic
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- tables
- md_in_html
- attr_list # for using img attributes: align, width etc
- abbr # for abbreviations
- pymdownx.snippets: # for abbreviation glossary in a single file
auto_append:
- includes/abbreviations.md
- toc:
permalink: true
extra_css:
- css/extra.css
extra:
social:
- icon: simple/github
link: https://www.github.com/findsoftware/findsoftware.github.io
- icon: fontawesome/brands/mastodon
link: https://mas.to/@find_software
- icon: fontawesome/solid/paper-plane
link: mailto:rdm-contact@ufz.de
nav:
- Home:
- index.md
- Team:
- team/index.md
- Publications:
- publications/index.md
- Workshops:
- workshops/index.md
- Output and Services:
- output/index.md
- Blog:
- blog/index.md
- Friends:
- friends/index.md