-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
44 lines (39 loc) · 1.12 KB
/
mkdocs.yml
File metadata and controls
44 lines (39 loc) · 1.12 KB
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
site_name: Random Musings
site_url: https://aacayaco.github.io
site_author: Adrian Cayaco
site_description: Learn by doing, reverse engineering and understanding the meaning of each function.
repo_name: aacayaco/aacayaco.github.io
repo_url: https://github.com/aacayaco/aacayaco.github.io
theme:
name: material
palette:
scheme: slate
primary: deep purple
accent: deep purple
features:
- navigation.tabs
- navigation.sections
- navigation.top
- content.code.copy
nav:
- Home: index.md
- Posts:
- Discord Bot for Genshin Impact: posts/2021-01-13.md
- Python Video Processing: posts/2021-02-09.md
- About: about.md
markdown_extensions:
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- attr_list
- md_in_html
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/aacayaco
- icon: fontawesome/brands/twitter
link: https://twitter.com/aacayaco