-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
70 lines (65 loc) · 1.56 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
67
68
69
70
# Project information
site_name: Auto Depreciation Plugin
site_description: A Beancount plugin for fixed assets depreciation
site_author: Brooks YUAN
copyright: Copyright © 2020 Brooks YUAN.
Content on this site is licensed under CC BY 4.0.
# Repository
repo_name: hktkzyx/auto-depreciation
repo_url: https://github.com/hktkzyx/auto-depreciation
# Configuration
nav:
- Home: README.md
- Depreciation Methods: methods.md
- Contributing: CONTRIBUTING.md
theme:
name: material
language: en
features:
- navigation.indexes
- navigation.sections
- navigation.tabs
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
plugins:
- search
extra:
version:
provider: mike
social:
- icon: fontawesome/brands/github
link: https://github.com/hktkzyx
- icon: material/email
link: mailto:<hktkzyx@yeah.net>
# Extensions
markdown_extensions:
- abbr
- admonition
- footnotes
- md_in_html # Images with caption
- meta
- tables
- toc:
permalink: true
# MathJax
- pymdownx.arithmatex:
generic: true
# Code block
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.magiclink:
repo_url_shortener: true
repo_url_shorthand: true
user: hktkzyx
repo: electronic-dices-stc-firmware
- pymdownx.snippets
- pymdownx.superfences
# MathJax
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js