-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
116 lines (99 loc) · 2.38 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
110
111
112
113
114
115
116
site_name: Teddy Warner
site_author: Teddy Warner
site_description: >-
causa sui. // @WarnerTeddy
site_url: https://teddywarner.org/
repo_url: https://github.com/Twarner491/TeddyWarner.org
repo_name: Twarner491/TeddyWarner.org
copyright: >
Copyright © 2024 Teddy Warner
extra:
analytics:
provider: google
property: !ENV GOOGLE_ANALYTICS_KEY
theme:
name: material
custom_dir: overrides
palette:
- scheme: default
primary: black
accent: black
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: black
accent: white
toggle:
icon: material/weather-sunny
name: Switch to light mode
language: en
font:
text: Fira Sans
code: Ubuntu Mono
logo: assets/images/TeddyWarner.svg
favicon: assets/images/favicon.png
icon:
repo: fontawesome/brands/git-alt
features:
- navigation.instant
- navigation.tracking
- navigation.top
- navigation.tabs
- navigation.expand
- content.code.annotate
- search.share
- search.suggest
- content.tabs.link
- announce.dismiss
plugins:
- material/search
- tags
markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
options:
custom_icons:
- overrides/.icons
- pymdownx.details
- extra
- smarty
- admonition
- attr_list
- codehilite:
guess_lang: false
- toc:
permalink: true
- meta
- footnotes
- abbr
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- md_in_html
- pymdownx.tabbed:
alternate_style: true
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.arithmatex:
generic: true
extra_css:
- assets/css/extra.css
extra_javascript:
- assets/js/index.js
- assets/js/mathjax.js
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
nav:
- Home : https://teddywarner.org
- Projects: https://teddywarner.org/proj/
- Writings: https://teddywarner.org/writ/