-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmkdocs.yml
More file actions
44 lines (40 loc) · 1.02 KB
/
Copy pathmkdocs.yml
File metadata and controls
44 lines (40 loc) · 1.02 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
site_name: Calkulate
site_author: Matthew P. Humphreys
site_description: Total alkalinity from titration data.
site_url: https://mvdh.xyz/calkulate/
copyright: Copyright © 2019—2025 Matthew P. Humphreys (GNU GPLv3)
repo_name: mvdh7/calkulate
repo_url: https://github.com/mvdh7/calkulate
nav:
- Overview: index.md
- Import data: read.md
- Metadata contents and format: metadata.md
- Dataset methods: methods.md
- Visualisation: plot.md
- Validation: validate.md
- References: references.md
- Version history: versions.md
theme:
name: material
language: en
palette:
scheme: slate
primary: cyan
accent: yellow
font:
text: Open 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