-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
43 lines (38 loc) · 896 Bytes
/
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
# Site info
site_name: pyisotopomer
site_author: Colette L. Kelly
site_description: Nitrous oxide isotopocule data corrections in Python
copyright: Copyright © 2021 Colette L. Kelly (MIT License)
# Github repo info
repo_name: ckelly314/pyisotopomer
repo_url: https://github.com/ckelly314/pyisotopomer
# Appearance
theme:
name: material
language: en
palette:
scheme: default
primary: white
accent: deep orange
font:
text: Noto Sans
code: Noto Sans Mono
# Extensions
markdown_extensions:
- admonition
- pymdownx.superfences
- pymdownx.details
- codehilite:
guess_lang: false
- toc:
permalink: true
- footnotes
- pymdownx.inlinehilite
- pymdownx.arithmatex
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML
extra_css:
- stylesheets/extra.css
# Plugins
plugins:
- search