-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
55 lines (55 loc) · 1.66 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
site_name: Daniel Huckaby
nav:
- 'Projects': 'index.md'
- 'Learnings':
- 'learnings/2024-08-25-dynamic-app-icons.md'
plugins:
- search
- redirects:
redirect_maps:
'mangaloid.md': 'projects/2024-09-17-mangaloid.md'
'busted.md': 'projects/2022-11-26-busted.md'
'progress.md': 'projects/2019-03-09-progress.md'
'tweedle.md': 'projects/2019-03-08-tweedle.md'
'mtv.md': 'projects/2019-03-07-movies-tv.md'
'ipa.md': 'projects/2019-03-05-ipa.md'
'review/2019/03/05/ipa.html': 'projects/2019-03-05-ipa.md'
'learnings/icons.md': 'learnings/2024-08-25-dynamic-app-icons.md'
'learnings/modules.md': 'learnings/2024-09-29-modules.md'
- glightbox
- social
- git-revision-date-localized:
enable_creation_date: true
exclude:
- index.md
theme:
name: material
logo: assets/images/logo.svg
favicon: assets/images/favicon.ico
custom_dir: overrides
palette:
scheme: slate
primary: black
accent: indigo
features:
- navigation.tabs
- navigation.top
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/dhuckaby
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/dhuckaby
- icon: fontawesome/solid/paper-plane
link: mailto:[email protected]
extra_css: [ stylesheets/extra.css ]
copyright: "© 2019 - <script>document.write(new Date().getFullYear())</script> Daniel Huckaby"