Skip to content

Commit 4786ddd

Browse files
authored
Create mkdocs.yml
1 parent d6e0356 commit 4786ddd

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

mkdocs.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
site_name: Piku
2+
theme:
3+
name: material
4+
icon:
5+
logo: material/cog
6+
features:
7+
- navigation.instant
8+
- navigation.instant.progress
9+
- navigation.indexes
10+
11+
markdown_extensions:
12+
- attr_list
13+
- md_in_html
14+
- attr_list
15+
- pymdownx.emoji:
16+
emoji_index: !!python/name:material.extensions.emoji.twemoji
17+
emoji_generator: !!python/name:material.extensions.emoji.to_svg
18+
- pymdownx.superfences:
19+
custom_fences:
20+
- name: mermaid
21+
class: mermaid
22+
format: !!python/name:pymdownx.superfences.fence_code_format
23+
plugins:
24+
- offline
25+
- privacy
26+
- search

0 commit comments

Comments
 (0)