-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
79 lines (72 loc) · 1.73 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
site_name: Chris King - Technical Writer
theme:
name: material
logo: logo.png
features:
- navigation.tabs.sticky
- navigation.sections
- toc.integrate
# - toc:
# title: On this page
# - navigation.top
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
- content.tooltips
language: en
palette:
- scheme: slate
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
primary: indigo
accent: orange
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
primary: blue
accent: orange
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/Chris_TKing
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/chris-king-b2475b8/
generator: false
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.arithmatex:
generic: true
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.mark
- abbr
- attr_list
- pymdownx.snippets
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- tables
- attr_list
- md_in_html
# plugins:
# - glightbox
# Page tree
nav:
- 'index.md'
- History: 'work-history.md'
- Skills: 'skills-activities.md'
- 'writing-samples.md'
- 'recommendations.md'
- 'learning.md'
- 'professional.md'
copyright: |
© 2023 <a href="https://github.com/chris-king1" target="_blank" rel="noopener">Chris King</a>