We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6e0356 commit 4786dddCopy full SHA for 4786ddd
mkdocs.yml
@@ -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
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