Skip to content

Commit

Permalink
mkdocs.yml; add glightbox plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Pijanowski <[email protected]>
  • Loading branch information
macpijan authored and mkopec committed Oct 31, 2024
1 parent 7083f0b commit e8491dd
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 2 deletions.
16 changes: 16 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,22 @@ markdown_extensions:
case: lower

plugins:
- glightbox:
touchNavigation: true
loop: false
effect: zoom
slide_effect: slide
width: 100%
height: auto
zoomable: true
draggable: true
skip_classes:
- custom-skip-class-name
auto_caption: false
caption_position: bottom
background: white
shadow: true
manual: false
- search
- mkdocs-video
- redirects:
Expand Down
39 changes: 37 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,43 @@
babel==2.16.0
beautifulsoup4==4.12.3
certifi==2024.7.4
cfgv==3.4.0
charset-normalizer==3.3.2
click==8.1.7
colorama==0.4.6
distlib==0.3.8
dnspython==2.6.1
filelock==3.15.4
ghp-import==2.1.0
identify==2.6.0
idna==3.7
Jinja2==3.1.4
LinkChecker==10.2.1
Markdown==3.7
MarkupSafe==2.1.5
mergedeep==1.3.4
mkdocs==1.5.3
mkdocs-exclude==1.0.2
mkdocs-glightbox==0.4.0
mkdocs-material==9.5.2
mkdocs-material-extensions==1.3
mkdocs-redirects==1.2.0
mkdocs-video==1.3.0
mkdocs-exclude==1.0.2
nodeenv==1.9.1
packaging==24.1
paginate==0.5.6
pathspec==0.12.1
platformdirs==4.2.2
pre-commit==3.6.0
linkchecker==10.2.1
Pygments==2.18.0
pymdown-extensions==10.9
python-dateutil==2.9.0.post0
PyYAML==6.0.2
pyyaml_env_tag==0.1
regex==2024.7.24
requests==2.32.3
six==1.16.0
soupsieve==2.6
urllib3==2.2.2
virtualenv==20.26.3
watchdog==4.0.2

0 comments on commit e8491dd

Please sign in to comment.