-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
60 lines (53 loc) · 1.29 KB
/
mkdocs.yml
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
# Project information
site_name: AM3DB
site_description: 3D Atom Mapping Database for chemical kinetics transition state searches
site_author: Alon Grinberg Dana
site_url: https://DanaResearchGroup.github.io/AM3DB/
# Repository
repo_name: AM3DB
repo_url: https://github.com/DanaResearchGroup/AM3DB
# Configuration
theme:
name: material
language: en
palette:
primary: indigo
accent: amber
icon:
repo: fontawesome/brands/github-alt
features:
- instant
# Navigation
nav:
- Home: index.md
- architecture.md
- release.md
- credits.md
- cite.md
- licence.md
# Extras
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/DanaResearchGroup/AM3DB
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/alongd/
# Google Analytics
google_analytics:
- UA-16019208-2
- auto
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
# Extra
extra_css:
- https://DanaResearchGroup.github.io/AM3DB/css/termynal.css
- https://DanaResearchGroup.github.io/AM3DB/css/custom.css
extra_javascript:
- https://unpkg.com/[email protected]/dist/mermaid.min.js
- https://DanaResearchGroup.github.io/AM3DB/js/termynal.js
- https://DanaResearchGroup.github.io/AM3DB/js/custom.js