Skip to content

Commit

Permalink
测试视频
Browse files Browse the repository at this point in the history
  • Loading branch information
obscurefreeman committed Dec 3, 2023
1 parent 788c90d commit dd890c9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ jobs:
- run: pip install pillow cairosvg
- run: pip3 install mkdocs-git-revision-date-localized-plugin
- run: pip install mkdocs-git-committers-plugin
- run: pip install mkdocs-video
- run: mkdocs gh-deploy --force
7 changes: 7 additions & 0 deletions docs/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,10 @@ icon: material/information-outline
## 起源维基是什么?

起源维基是一个能让人安心学习起源引擎技术的地方,同时也是一个略带个人性质的知识储存库。我正在尽力丰富本维基储存的知识。与VDC不同,起源维基得益于全中文的文章与较为自由的编辑方式,它的存在使不同的中文起源开发者共享自己的知识。

![type:video](https://www.youtube.com/watch?v=iSpglxHTJVM)


<video style="width:50%" muted="" controls="" alt="type:video">
<source src="https://www.bilibili.com/video/BV1UN411374b/" type="video/mp4">
</video>
4 changes: 4 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,10 @@ plugins:
repository: obscurefreeman/sourcewiki
branch: master
token: !!python/object/apply:os.getenv ["MKDOCS_GIT_COMMITTERS_APIKEY"]
- mkdocs-video:
is_video: True
video_muted: True
video_controls: True

# Copyright
copyright: 2023 晦涩弗里曼

0 comments on commit dd890c9

Please sign in to comment.