This commit is contained in:
Michael Wegener 2024-03-29 08:18:37 +01:00
parent 494fa3f100
commit a34417b7b0
15 changed files with 8 additions and 3 deletions

View File

@ -16,6 +16,8 @@ jobs:
- name: Build MkDocs site - name: Build MkDocs site
run: | run: |
pip install mkdocs-material "mkdocs-material[imaging]" mkdocs-macros-plugin mkdocs-glightbox mkdocs-include-markdown-plugin mkdocs-video mkdocs-rss-plugin mkdocs-snippets mkdocs-exclude mkdocs-minify-plugin pip install mkdocs-material "mkdocs-material[imaging]" mkdocs-macros-plugin mkdocs-glightbox mkdocs-include-markdown-plugin mkdocs-video mkdocs-rss-plugin mkdocs-snippets mkdocs-exclude mkdocs-minify-plugin
mkdir -p .cache/plugin/social/
cp ./docs/assets/webfonts/Roboto/*.ttf .cache/plugin/social/
mkdocs build mkdocs build
- name: Set google verification - name: Set google verification
env: env:

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,5 +1,8 @@
#!/bin/sh #!/bin/sh
sudo rm -r .cache sudo rm -r .cache
# Dirty google does no like us anymore fix
mkdir -p .cache/plugin/social/
cp ./docs/assets/webfonts/Roboto/*.ttf .cache/plugin/social/
# Add needed Plugins # Add needed Plugins
docker build -t squidfunk/mkdocs-material ${PWD}/docker/mkdocs-material docker build -t squidfunk/mkdocs-material ${PWD}/docker/mkdocs-material
# Liverserver Dokumentation # Liverserver Dokumentation

View File

@ -45,9 +45,9 @@ nav:
copyright: > 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. 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: plugins:
# - social: - social:
# cards_layout_options: cards_layout_options:
# background_color: "#3B7EA5" background_color: "#3B7EA5"
- privacy - privacy
- glightbox: - glightbox:
skip_classes: skip_classes: