-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
36 lines (33 loc) · 912 Bytes
/
mkdocs.yml
File metadata and controls
36 lines (33 loc) · 912 Bytes
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
site_name: CLAM
site_url: https://clam-community.github.io/
repo_url: https://github.com/CLAM-community/CLAM-community.github.io
edit_uri: edit/main/docs/
theme:
name: material
logo: assets/branding/svg/clam-logo-white-buffer-no-margin.svg
favicon: assets/branding/png/clam-logo-white-buffer.png
features:
- content.action.edit
palette:
primary: blue
accent: blue
extra:
zulip_url: https://clam-community.zulipchat.com/
markdown_extensions:
- admonition
- md_in_html
- attr_list
- pymdownx.details
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
nav:
- index.md
- calendar.md
- code-of-conduct.md
plugins:
- social
- macros
- mkdocs-jupyter:
ignore_h1_titles: True