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 - stylesheets/extra.css
plugins: plugins:
- search: - search:
# - mkdocs-video: - mkdocs-video:
# is_video: True is_video: True
# video_muted: True # video_muted: True
# video_controls: True video_controls: True
# css_style:
# width: "50%"
- rss: - rss:
match_path: blog/posts/.* match_path: blog/posts/.*
date_from_meta: date_from_meta:

View file

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