-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathmkdocs.yml
86 lines (84 loc) · 2 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# https://squidfunk.github.io/mkdocs-material
# $ pip install "mkdocs-material[imaging]"
# $ mkdocs serve
site_name: PaperMemory
site_url: https://papermemory.org
repo_url: https://github.com/vict0rsch/PaperMemory
theme:
name: material
palette:
scheme: slate
primary: custom
accent: deep orange
font:
text: Yantramanav
code: Fira Code
logo: assets/bolt-white.svg
favicon: assets/favicon-192x192.png
custom_dir: docs/overrides
features:
- content.code.select
- content.tabs.link
- content.tooltips
- navigation.footer
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.path
- navigation.tabs
- navigation.tabs.sticky
- search.highlight
- search.suggest
- toc.follow
- toc.integrate
- navigation.top
extra_css:
- stylesheets/extra.css
plugins:
- search
- social:
cards_layout_options:
background_color: "#b31b1b"
font_family: Yantramanav
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/vict0rsch/PaperMemory
- icon: fontawesome/brands/x-twitter
link: https://x.com/vict0rsch
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- md_in_html
- pymdownx.caret
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tilde
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- docs/overrides/.icons
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
nav:
- Home: index.md
- Getting Started: getting-started.md
- Features: features.md
- Configuration: configuration.md
- FAQ: faq.md
- About: about.md