We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d49563a commit 55e7b2aCopy full SHA for 55e7b2a
mkdocs.yml
@@ -65,6 +65,19 @@ plugins:
65
separator: '[\s\u200b\-_,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
66
- tags:
67
tags_file: tags.md
68
+ - glightbox:
69
+ touchNavigation: true
70
+ loop: false
71
+ effect: zoom
72
+ slide_effect: slide
73
+ width: auto
74
+ height: auto
75
+ zoomable: true
76
+ draggable: true
77
+ auto_caption: false
78
+ caption_position: bottom
79
+ background: white
80
+ shadow: true
81
82
markdown_extensions:
83
- pymdownx.superfences
requirements.txt
@@ -4,4 +4,5 @@ sortedcontainers==2.4.0
4
urllib3==1.26.18
5
mkdocs-git-committers-plugin-2==2.2.3
6
mkdocs-material==9.5.13
7
+mkdocs-glightbox==0.3.7
8
jieba==0.42.1
0 commit comments