-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
52 lines (51 loc) · 1.21 KB
/
mkdocs.yml
File metadata and controls
52 lines (51 loc) · 1.21 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
site_name: "Logbook"
repo_url: https://github.com/diff-use/logbook
repo_doi: 10.5281/zenodo.17351307
site_url: https://diffuse.science/logbook
site_description: "A logbook for the Diffuse Project"
site_author: "The Diffuse Project"
extra:
homepage: https://diffuse.science
homepage_title: The Diffuse Project
generator: true
extra_css:
- stylesheets/extra.css
copyright: "© 2025 The Diffuse Project."
theme:
logo: assets/diffuse-logo-dark-sm.png
name: material
custom_dir: overrides
palette:
primary: black
accent: orange
features:
# - navigation.indexes
- navigation.tabs
- navigation.tabs.sticky
- navigation.expand
- navigation.path
- toc.integrate
plugins:
- meta
- tags
- blog:
authors: true
blog_dir: .
blog_toc: true
post_url_format: '{file}'
post_readtime: false
archive: false
- mkdocs-jupyter:
include_source: True # adds a download button for .ipynb
show_input: False
no_input: True
ignore_h1_titles: True # filename will be the title
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.blocks.caption
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.caret
- pymdownx.tilde