-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
50 lines (45 loc) · 952 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
site_name: Bryan Tan's Website
remote_branch: source
site_url: https://technius.net
nav:
- Home: index.md
- Research: research.md
- Projects: projects.md
# - About: about.md
- Blog: blog/index.md
theme:
name: material
palette:
primary: deep purple
features:
- navigation.tabs
- navigation.indexes
# extra:
# # Windmill theme
# article_nav_top: false
# article_nav_bottom: false
# history_buttons: false
plugins:
- search
- macros
- blog:
blog_toc: true
post_excerpt: required
- rss:
match_path: blog/posts/.*
date_from_meta:
as_creation: date
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tabbed
- toc:
permalink: true
- admonition
- mdx_truly_sane_lists
- pymdownx.arithmatex:
generic: true
- pymdownx.details
extra_javascript:
- js/enhancements.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js