-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
126 lines (119 loc) · 3 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
117
118
119
120
121
122
123
124
125
126
---
site_name: 🤓 🐐💨🎂
site_url: https://hsmalley.github.io
site_author: Hugh Smalley
site_description: |-
I don't claim to know anything. Though I might have a few good ideas now and again
repo_name: hsmalley.github.io
repo_url: https://github.com/hsmalley/hsmalley
copyright: Copyright © 2024 Hugh Smalley
theme:
name: material
icon:
logo: fontawesome/solid/dice-d20
include_search_page: false
search_index_only: true
language: en
features:
- content.code.copy
- content.code.annotate
- content.tabs.link
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep orange
accent: deep orange
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep orange
accent: deep orange
toggle:
icon: material/brightness-4
name: Switch to light mode
markdown_extensions:
- admonition
- attr_list
- def_list
- md_in_html
- nl2br
- tables
- footnotes
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.snippets:
auto_append:
- includes/abbreviations.md
- pymdownx.arithmatex:
generic: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
plugins:
- awesome-pages
- obsidian-support
- glightbox
- search
- social
- tags:
tags_file: tags.md
- meta-descriptions:
quiet: true
enable_checks: true
min_length: 50
max_length: 160
- redirects:
redirect_maps:
s/facebook.md: https://facebook.com/hsmalley
s/github.md: https://github.com/hsmalley
s/gitlab.md: https://gitlab.com/hsmalley
s/linkedin.md: https://linkedin.com/in/hsmalley
- minify:
minify_html: true
- blogging:
locale: en_US
theme:
name: button
options:
plain_button: true
label: Read
dirs:
- blog
- how-to
- recipes
extra:
version:
provider: mike
social:
- icon: fontawesome/brands/square-github
link: https://github.com/hsmalley
- icon: fontawesome/brands/square-gitlab
link: https://gitlab.com/hsmalley
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/hsmalley
extra_javascript:
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
nav:
- ...
- About Me: blog/README.md
- Resume: resume.md
- Tags: tags.md