forked from cp-algorithms/cp-algorithms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
44 lines (43 loc) · 1.33 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
site_name: Algorithms for Competitive Programming
docs_dir: src
site_dir: public
use_directory_urls: false
theme:
name: material
custom_dir: src/overrides
palette:
- scheme: cpalgo
primary: deep purple
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
logo: favicon.ico
favicon: favicon.ico
repo_url: https://github.com/e-maxx-eng/e-maxx-eng
edit_uri: edit/master/src/
copyright: Text is available under the <a href="https://github.com/e-maxx-eng/e-maxx-eng/blob/master/LICENSE">Creative Commons Attribution Share Alike 4.0 International</a> License<br/>Copyright © 2014 - 2022 by https://github.com/e-maxx-eng
extra_javascript:
- javascript/config.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra_css:
- stylesheets/extra.css
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
extra:
analytics:
provider: google
property: UA-85220282-1