-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
109 lines (98 loc) · 2.49 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
site_name: The Nest
site_url: https://pigeon.uk.to/
site_author: Max Kerr (@thatgaypigeon)
site_description: The Nest — Pigeon's safe space! Make yourself at home, it's alright. 🧡
copyright: Copyright © 2023 Max Kerr (@thatgaypigeon)
repo_name: thatgaypigeon/thatgaypigeon.github.io
repo_url: https://github.com/thatgaypigeon/thatgaypigeon.github.io
edit_uri: blob/dev/src
docs_dir: src
site_dir: build
watch:
- extensions
- src
- theme
theme:
name: null
locale: en
direction: ltr
custom_dir: theme
include_sidebar: false
static_templates:
- 404.html
plugins:
- caption
- minify:
# minify_html: true # incompatible with mermaid2
minify_js: true
minify_css: true
htmlmin_opts:
remove_comments: true
# - multirepo:
# cleanup: false
# keep_docs_dir: true
# repos:
# - section: "somos-py"
# import_url: "https://github.com/thatgaypigeon/somos-py?branch=main"
- redirects:
redirect_maps:
"discord.md": "https://discord.gg/aB4Bw5pyTS"
"github.md": "https://github.com/thatgaypigeon"
"source.md": "https://github.com/thatgaypigeon/thatgaypigeon.github.io"
# "wiki.md": "https://pigeon.miraheze.org/wiki/"
"youtube.md": "https://youtube.com/@thatgaypigeon"
- search:
prebuild_index: true
hooks:
- extensions/hooks/pigeon.py
markdown_extensions:
# Custom
- extensions.pigeon
# Python Markdown
- abbr
# - admonition
- attr_list
# - def_list
- footnotes
- tables
- toc:
permalink: "\uEBC2"
permalink_class: anchor
permalink_title: ""
toc_depth: 2-6
- wikilinks
# Python Markdown Extensions
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem
- pymdownx.caret
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_alt
- pymdownx.escapeall
- pymdownx.highlight:
anchor_linenums: false
auto_title: false
css_class: block-code
code_attr_on_pre: true
guess_lang: false
line_anchors: false
line_spans: line
linenums: true
linenums_style: pymdownx-inline
- pymdownx.inlinehilite
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tilde
# Other
- mdx_truly_sane_lists
extra:
version: 1.0
wiki_path: "wiki/"