Adding mkdocs-video

This commit is contained in:
XargonWan 2024-04-20 17:07:39 +09:00
parent 1e84a79a89
commit 50f165b791
2 changed files with 8 additions and 5 deletions

View file

@ -21,10 +21,12 @@ theme:
- stylesheets/extra.css
plugins:
- search:
# - mkdocs-video:
# is_video: True
# video_muted: True
# video_controls: True
- mkdocs-video:
is_video: True
# video_muted: True
video_controls: True
# css_style:
# width: "50%"
- rss:
match_path: blog/posts/.*
date_from_meta:

View file

@ -1,2 +1,3 @@
mkdocs-material
mkdocs-rss-plugin
mkdocs-rss-plugin
mkdocs-video