-
Notifications
You must be signed in to change notification settings - Fork 20
/
mkdocs.yml
47 lines (39 loc) · 1017 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
44
45
46
47
site_name: Small
site_url: https://alandefreitas.github.io/small/
repo_url: https://github.com/alandefreitas/small
repo_name: alandefreitas/small
site_description: "Small: C++ Small Containers"
theme:
name: material
custom_dir: docs/overrides
palette:
scheme: preference
icon:
repo: fontawesome/brands/git-alt
logo: fontawesome/solid/code
edit_uri: ""
plugins:
- search
- awesome-pages
google_analytics:
- UA-109858331-6
- auto
copyright: Copyright © Alan Freitas
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.highlight:
use_pygments: true
linenums: true
linenums_style: pymdownx.inline
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.snippets
- pymdownx.arithmatex:
generic: true
- meta
extra_javascript:
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- https://media.ethicalads.io/media/client/ethicalads.min.js