-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
30 lines (28 loc) · 853 Bytes
/
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
site_url: https://mikevanbuskirk.io
site_name: Mike Vanbuskirk
copyright: Mike Vanbuskirk
nav:
- Home: index.md
- Blog: posts.md
- About: about.md
- Projects: projects.md
- Publications: publications.md
theme:
name: terminal
favicon: /img/favicon.ico
markdown_extensions:
- pymdownx.highlight:
use_pygments: false
plugins:
- blogging:
time_format: "%Y-%m-%d"
dirs:
- posts
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.10.0/highlight.min.js
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.10.0/languages/bash.min.js
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.10.0/languages/python.min.js
- /overrides/highlight.js
extra_css:
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.10.0/styles/tokyo-night-dark.min.css
- /overrides/extra.css