-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
102 lines (92 loc) · 2.28 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
site_name: Tempered Works Ltd.
site_description: Software and Data Consulting Services
site_url: !ENV [SITE_URL, DEPLOY_PRIME_URL, 'http://localhost:8000']
site_author: brabster
copyright: |
Copyright © 2018 - 2024 Paul Brabban.
Views expressed are my own and may not represent those of my employer or other associated entity.
theme:
name: material
language: en
favicon: favicon.ico
logo: favicons/favicon-32x32.webp
palette:
primary: blue grey
features:
- navigation.tabs
- navigation.indexes
- navigation.footer
- content.footnote.tooltips
- content.code.copy
- content.code.annotate
- search.share
plugins:
- privacy
- glightbox
- meta
- search
- blog:
blog_dir: .
post_url_format: "posts/{date}/{slug}"
post_date_format: MMM d, yyyy
categories_toc: true
categories_allowed:
- automation
- contracts
- insights
- operations
- performance
- python
- security
- rss:
match_path: posts/.*
date_from_meta:
as_creation: date
categories:
- categories
- tags
markdown_extensions:
- toc:
permalink: true
- md_in_html
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.snippets:
base_path:
- snippets
check_paths: true
auto_append:
- abbreviations.md
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- def_list
- attr_list
- footnotes
- admonition
- pymdownx.tasklist:
custom_checkbox: true
extra_css:
- stylesheets/extra.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/brabster
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/paulbrabban
- icon: fontawesome/solid/paper-plane
link: mailto:[email protected]
- icon: material/rss
link: feed_rss_created.xml
validation:
omitted_files: warn
absolute_links: warn
unrecognized_links: warn
watch:
- snippets