-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
65 lines (60 loc) · 1.34 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
site_name: Reemo's 3D Printing Notes
site_url: https://reemo3dp.github.io/
site_author: Reemo3dp
site_description: >-
Notes and snippets for various klipper / voron related topics
repo_name: reemo3dp/reemo3dp.github.io
repo_url: https://github.com/reemo3dp/reemo3dp.github.io
theme:
name: material
features:
- navigation.expand
- content.tooltips
- navigation.indexes
- content.code.annotate
- content.code.copy
#- navigation.tabs
palette:
scheme: slate
primary: purple
accent: indigo
markdown_extensions:
- abbr
- admonition
- attr_list
- md_in_html
- toc:
permalink: true
- pymdownx.details
- pymdownx.magiclink
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.snippets:
auto_append:
- includes/glossary.md
- pymdownx.tasklist:
clickable_checkbox: true
plugins:
- git-revision-date-localized
- glightbox:
skip_classes:
- skip-lightbox
- blog:
blog_dir: quick_notes
archive: false
archive_pagination: false
categories: false
blog_toc: true
- rss:
match_path: quick_notes/posts/.*
date_from_meta:
as_creation: date
categories:
- categories
- tags
watch:
- includes