-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
66 lines (59 loc) · 1.4 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
61
62
63
64
65
66
# Project information
site_name: T3
site_description: The Tandem Tool for automated chemical kinetic model development
site_author: Alon Grinberg Dana
site_url: https://reactionmechanismgenerator.github.io/T3/
# Repository
repo_name: T3
repo_url: https://github.com/ReactionMechanismGenerator/t3
# Configuration
theme:
name: material
language: en
palette:
primary: indigo
accent: amber
icon:
repo: fontawesome/brands/github-alt
features:
- instant
# Navigation
nav:
- Home: index.md
- installation.md
- running.md
- Tutorials:
- tutorials/1_no_qm.md
- how_to.md
- output.md
- release.md
- credits.md
- contribute.md
- cite.md
- licence.md
# Extras
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/ReactionMechanismGenerator/T3
- 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://reactionmechanismgenerator.github.io/T3/css/termynal.css
- https://reactionmechanismgenerator.github.io/T3/css/custom.css
extra_javascript:
- https://unpkg.com/[email protected]/dist/mermaid.min.js
- https://reactionmechanismgenerator.github.io/T3/js/termynal.js
- https://reactionmechanismgenerator.github.io/T3/js/custom.js