Added Giscus as Blog comment system
This commit is contained in:
parent
c9526ed35f
commit
9d60943138
6 changed files with 64 additions and 16 deletions
14
mkdocs.yml
14
mkdocs.yml
|
@ -74,6 +74,8 @@ theme:
|
|||
- navigation.sections
|
||||
- navigation.expand
|
||||
- navigation.footer
|
||||
- navigation.path
|
||||
- navigation.instant.preview
|
||||
- toc.follow
|
||||
- toc.integrate
|
||||
- navigation.top
|
||||
|
@ -164,7 +166,6 @@ markdown_extensions:
|
|||
- pymdownx.betterem
|
||||
- pymdownx.blocks.caption
|
||||
- pymdownx.caret
|
||||
- pymdownx.details
|
||||
- pymdownx.emoji:
|
||||
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
||||
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
||||
|
@ -172,16 +173,9 @@ markdown_extensions:
|
|||
- pymdownx.tilde
|
||||
- pymdownx.critic
|
||||
- pymdownx.details
|
||||
- pymdownx.highlight:
|
||||
anchor_linenums: true
|
||||
line_spans: __span
|
||||
pygments_lang_class: true
|
||||
- pymdownx.highlight
|
||||
- pymdownx.inlinehilite
|
||||
- pymdownx.superfences:
|
||||
custom_fences:
|
||||
- name: mermaid
|
||||
class: mermaid
|
||||
format: !!python/name:pymdownx.superfences.fence_code_format
|
||||
- pymdownx.superfences
|
||||
- pymdownx.keys
|
||||
- pymdownx.smartsymbols
|
||||
- pymdownx.snippets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue