-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
196 lines (186 loc) · 5.08 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
# Project information
site_name: What I learned today (@rohancragg)
site_description: '@rohancragg''s Personal Tech Docs'
site_author: 'Rohan Cragg'
site_url: 'https://rohancragg.co.uk/'
fb_appid: '245640346829400'
# Page tree
nav:
- Home: README.md
- About Me: about.md
- What's New: whats-new.md
- Tools & Tips:
- Artifical Intelligence: misc\ai.md
- A Dev VM in the sky: misc\cloud-dev-vms.md
- Import Shapes into Draw.io: misc\shapes.md
- Scoop & Co: misc\scoop.md
- Bash Shell on Windows: misc\git-bash.md
- About PowerShell Module Paths: misc\ps-module-paths.md
- Miscellanous Notes: misc\misc.md
- DevOps:
- DevOps for the Terrified: devops\devops-for-the-terrified.md
- Testing Infrastructure as Code: devops\testing-iac.md
- Azure DevOps - Self-Hosted Build Agents: devops\azdo-self-hosted-build-agents.md
- VM Patching in DevTest Labs: compute\patching-devtestlabs.md
- Kubernetes:
- Clusters and Domains: aks\domains.md
- Create a TLS Secret: aks\create-tls-secret.md
- Writing:
- Prettier link sharing with MkDocs: writing\social-media-sharing.md
- Technical Diagramming: writing\diagrams.md
- Learning and Mentoring:
- Dysart Code Club: learning\dyscc.md
# Repository
repo_name: 'rohancragg/blog-notes'
repo_url: 'https://github.com/rohancragg/blog-notes'
# Copyright
copyright: 'Copyright © 2019 - 2020 Rohan Cragg'
# Configuration
theme:
name: material
language: 'en'
custom_dir: 'theme'
palette:
scheme: 'slate'
primary: 'deep purple'
accent: 'green'
font:
text: 'Noto Sans'
code: 'Ubuntu Mono'
features:
- navigation.tabs
- navigation.instant
- navigation.footer
- navigation.sidebar
- navigation.top
- toc.tabs
- toc.collapse
- toc.float
- toc.sticky
- toc.nest
- content.code.copy
- content.action.view
- content.image.figure
- content.image.lightbox
- content.table.wrap
- content.tabs
- content.tabs.pills
icon:
logo: material/library
repo: fontawesome/brands/github
# Plugins
plugins:
- glightbox:
auto_caption: true
- search:
separator: '[\s\-\.]+'
lang:
- en
- git-revision-date
- minify:
minify_html: true
# Customization
extra:
manifest: 'manifest.webmanifest'
social:
- icon: fontawesome/brands/mastodon
link: 'https://mastodon.scot/@rohancragg'
- icon: fontawesome/brands/linkedin
link: 'https://www.linkedin.com/in/rohancragg'
#- icon: fontawesome/brands/twitter
# link: 'https://twitter.com/rohancragg'
- icon: fontawesome/brands/github
link: 'https://github.com/rohancragg'
- icon: fontawesome/brands/facebook
link: 'https://fb.com/rohancragg'
- icon: fontawesome/brands/instagram
link: 'https://www.instagram.com/rohancragg/'
- icon: fontawesome/solid/terminal
link: 'https://asciinema.org/~rohancragg'
disqus: 'rohancragg'
theme:
icon:
repo: fontawesome/brands/gitlab
extra_javascript:
- js/extra.js
- js/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- 'https://platform.linkedin.com/badges/js/profile.js'
extra_css:
- stylesheets/extra.css
# Extensions
markdown_extensions:
#- fontawesome_markdown
- abbr
- admonition
- attr_list
- codehilite:
guess_lang: false
- def_list
- footnotes
- md_in_html
- meta
- tables
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:pymdownx.emoji.twemoji
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.escapeall:
hardbreak: True
nbsp: True
- pymdownx.highlight:
extend_pygments_lang:
- name: php-inline
lang: php
options:
startinline: true
- name: pycon3
lang: pycon
options:
python3: true
linenums_style: pymdownx-inline
- pymdownx.inlinehilite:
custom_inline:
- name: math
class: arithmatex
format: !!python/name:pymdownx.arithmatex.inline_mathjax_format
- pymdownx.keys:
separator: "\uff0b"
- pymdownx.magiclink:
repo_url_shortener: true
repo_url_shorthand: true
hide_protocol: true
social_url_shortener: true
social_url_shorthand: true
provider: github
user: rohancragg
repo: blog-notes
- pymdownx.mark
- pymdownx.progressbar
- pymdownx.smartsymbols
- pymdownx.snippets:
base_path: docs/_snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- name: math
class: arithmatex
format: !!python/name:pymdownx.arithmatex.fence_mathjax_format
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tilde