From 07cb1a920037aa230f1322cc3e039482020510c9 Mon Sep 17 00:00:00 2001 From: Glenn Watson Date: Thu, 22 Aug 2024 21:19:02 +1000 Subject: [PATCH] Add glightbox functionality to allow zooming of the photos --- mkdocs.yml | 1 + requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index b8df2a0fb..780f80852 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -37,6 +37,7 @@ theme: plugins: - search: lang: en + - glightbox - awesome-pages - git-revision-date-localized: type: date diff --git a/requirements.txt b/requirements.txt index 29ed93fb1..12d31df5e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,5 @@ mkdocs mkdocs-material mkdocs-awesome-pages-plugin mkdocs-git-revision-date-localized-plugin -mkdocs-redirects \ No newline at end of file +mkdocs-redirects +mkdocs-glightbox \ No newline at end of file