This commit is contained in:
Wcowin 2025-02-10 20:18:54 +08:00
parent dd4be77a3d
commit bbbc3a1ed4
2 changed files with 21 additions and 21 deletions

View File

@ -27,9 +27,9 @@ jobs:
- run: pip install mkdocs-git-authors-plugin - run: pip install mkdocs-git-authors-plugin
- run: pip install mkdocs-git-committers-plugin-2 - run: pip install mkdocs-git-committers-plugin-2
- run: pip install mkdocs-rss-plugin - run: pip install mkdocs-rss-plugin
- run: pip install jieba # - run: pip install jieba
- run: pip install mkdocs-markdownextradata-plugin - run: pip install mkdocs-markdownextradata-plugin
- run: pip install mkdocs-glightbox # - run: pip install mkdocs-glightbox
# - run: pip install "mkdocs-material[imaging]" # - run: pip install "mkdocs-material[imaging]"
# - run: pip install mkdocs-statistics-plugin # - run: pip install mkdocs-statistics-plugin
# - run: pip install mkdocs-rss-plugin # - run: pip install mkdocs-rss-plugin

View File

@ -177,25 +177,25 @@ extra:
plugins: plugins:
- search #搜索配置 - search #搜索配置
- glightbox: # - glightbox:
enabled: !ENV [glightbox, false] # enabled: !ENV [glightbox, false]
touchNavigation: true # touchNavigation: true
loop: false # loop: false
effect: fade # effect: fade
slide_effect: slide # slide_effect: slide
width: 100% # width: 100%
height: auto # height: auto
zoomable: true # zoomable: true
draggable: true # draggable: true
skip_classes: # skip_classes:
- custom-skip-class-name # - custom-skip-class-name
auto_caption: false # auto_caption: false
caption_position: bottom # caption_position: bottom
background: white # background: white
shadow: true # shadow: true
manual: false # manual: false
- git-committers: - git-committers:
enabled: !ENV [git-committers, false] enabled: !ENV [CI, false]
repository: Wcowin/Mkdocs-Wcowin repository: Wcowin/Mkdocs-Wcowin
branch: main branch: main
exclude: exclude:
@ -206,7 +206,7 @@ plugins:
- blog/posts/wkw.md - blog/posts/wkw.md
- about/link.md - about/link.md
- git-revision-date-localized: - git-revision-date-localized:
enabled: !ENV [git-revision-date-localized, false] enabled: !ENV [CI, false]
type: iso_date type: iso_date
enable_creation_date: false enable_creation_date: false
exclude: exclude: