Added Changelog-Skeleton
Some checks failed
ci / deploy (push) Has been cancelled

Added Giscus as Blog comment system
This commit is contained in:
Stephan Hadan 2024-12-04 12:35:34 +01:00
parent c9526ed35f
commit 9d60943138
6 changed files with 64 additions and 16 deletions

View file

@ -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