disable social plugin as font download is broken, propably chang of urls or compression by google
All checks were successful
MkDocs Build and Deploy / build-and-deploy (push) Successful in 2m17s
All checks were successful
MkDocs Build and Deploy / build-and-deploy (push) Successful in 2m17s
This commit is contained in:
parent
ac83295bfa
commit
9c3ba73ed5
@ -1,4 +1,4 @@
|
||||
FROM squidfunk/mkdocs-material:9.5.13
|
||||
FROM squidfunk/mkdocs-material:9.5.15
|
||||
RUN pip install mkdocs-macros-plugin
|
||||
RUN pip install mkdocs-glightbox
|
||||
RUN pip install mkdocs-include-markdown-plugin
|
||||
|
@ -1,4 +1,5 @@
|
||||
#!/bin/sh
|
||||
sudo rm -r .cache
|
||||
# Add needed Plugins
|
||||
docker build -t squidfunk/mkdocs-material ${PWD}/docker/mkdocs-material
|
||||
# Liverserver Dokumentation
|
||||
|
@ -45,10 +45,10 @@ nav:
|
||||
copyright: >
|
||||
Copyright © 2024, vhs Volkshochschule Worms. Als Vorlage haben wir die <a href="https://makerspace.ruhr-uni-bochum.de/">Open Source Webseite des RUB Makerspace</a> genutzt.<br /> <a href="https://www.worms.de/neu-de/service/impressum.php">Impressum</a> - <a href="https://www.vhs-worms.de/kontakt/datenschutzerklaerung">Datenschutz und Cookies</a> - <a href="#__consent">Cookie und Tracking Einstellungen anpassen</a><br />An der <a href="https://makercloud.de">Makercloud</a> wird mit viel ❤ in Worms gebastelt.
|
||||
plugins:
|
||||
# - social:
|
||||
# cards_layout_options:
|
||||
# background_color: "#3B7EA5"
|
||||
- privacy
|
||||
- social:
|
||||
cards_layout_options:
|
||||
background_color: "#3B7EA5"
|
||||
- glightbox:
|
||||
skip_classes:
|
||||
- skip-lightbox
|
||||
|
Loading…
Reference in New Issue
Block a user