-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
53 lines (49 loc) · 1.09 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
site_name: unix.rs
site_url: https://www.unix.rs
site_dir: public
docs_dir: ./docs
watch:
- includes
theme:
name: material
palette:
scheme: slate
features:
- navigation.indexes
- navigation.instant
- content.code.annotate
- content.code.copy
- content.tabs.link
markdown_extensions:
- footnotes
- abbr
- attr_list
- pymdownx.snippets:
auto_append:
- includes/abbreviations.md
base_path: includes/sourcefiles
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.details
- pymdownx.magiclink
- pymdownx.tasklist
- pymdownx.keys
- admonition
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- toc:
permalink: true
plugins:
- search
- roamlinks
- tags
- git-revision-date-localized:
type: datetime
timezone: "Europe/Amsterdam"
enable_creation_date: true