From 016363837b1e05785f2a828fdbcf9db02f69c496 Mon Sep 17 00:00:00 2001 From: Sascha Heckmann Date: Mon, 18 May 2026 10:15:33 +0200 Subject: [PATCH] Hugo update to 0.570.0 --- mevislab.github.io/content/glossary.md | 2 +- .../{_default => }/_markup/render-image.html | 0 .../{_default => }/_markup/render-link.html | 0 .../{partials => _partials}/doclist.html | 0 .../{partials => _partials}/footer.html | 0 .../glossarycontents.html | 0 .../layouts/{partials => _partials}/head.html | 0 .../{partials => _partials}/header.html | 0 .../{partials => _partials}/nextprev.html | 0 .../{partials => _partials}/subpages.html | 0 .../{shortcodes => _shortcodes}/alert.html | 0 .../bootstrap-table.html | 0 .../childpages.html | 0 .../docuLinks.html | 0 .../{shortcodes => _shortcodes}/embed.html | 0 .../highlight.html | 0 .../imagegallery.html | 0 .../{shortcodes => _shortcodes}/keyboard.html | 0 .../{shortcodes => _shortcodes}/menuitem.html | 0 .../mousebutton.html | 0 .../networkfile.html | 0 .../{shortcodes => _shortcodes}/search.html | 0 .../{shortcodes => _shortcodes}/youtube.html | 0 .../layouts/{_default => }/baseof.html | 0 .../MeVisLab/layouts/{_default => }/list.html | 0 .../layouts/{_default => }/single.html | 0 .../themes/MeVisLab/layouts/tags/list.html | 19 +++++++++++++++++++ .../themes/MeVisLab/layouts/taxonomy/tag.html | 17 ----------------- 28 files changed, 20 insertions(+), 18 deletions(-) rename mevislab.github.io/themes/MeVisLab/layouts/{_default => }/_markup/render-image.html (100%) rename mevislab.github.io/themes/MeVisLab/layouts/{_default => }/_markup/render-link.html (100%) rename mevislab.github.io/themes/MeVisLab/layouts/{partials => _partials}/doclist.html (100%) rename mevislab.github.io/themes/MeVisLab/layouts/{partials => _partials}/footer.html (100%) rename mevislab.github.io/themes/MeVisLab/layouts/{partials => _partials}/glossarycontents.html (100%) rename mevislab.github.io/themes/MeVisLab/layouts/{partials => _partials}/head.html (100%) rename mevislab.github.io/themes/MeVisLab/layouts/{partials => _partials}/header.html (100%) rename mevislab.github.io/themes/MeVisLab/layouts/{partials => _partials}/nextprev.html (100%) rename mevislab.github.io/themes/MeVisLab/layouts/{partials => _partials}/subpages.html (100%) rename mevislab.github.io/themes/MeVisLab/layouts/{shortcodes => _shortcodes}/alert.html (100%) rename mevislab.github.io/themes/MeVisLab/layouts/{shortcodes => _shortcodes}/bootstrap-table.html (100%) rename mevislab.github.io/themes/MeVisLab/layouts/{shortcodes => _shortcodes}/childpages.html (100%) rename mevislab.github.io/themes/MeVisLab/layouts/{shortcodes => _shortcodes}/docuLinks.html (100%) rename mevislab.github.io/themes/MeVisLab/layouts/{shortcodes => _shortcodes}/embed.html (100%) rename mevislab.github.io/themes/MeVisLab/layouts/{shortcodes => _shortcodes}/highlight.html (100%) rename mevislab.github.io/themes/MeVisLab/layouts/{shortcodes => _shortcodes}/imagegallery.html (100%) rename mevislab.github.io/themes/MeVisLab/layouts/{shortcodes => _shortcodes}/keyboard.html (100%) rename mevislab.github.io/themes/MeVisLab/layouts/{shortcodes => _shortcodes}/menuitem.html (100%) rename mevislab.github.io/themes/MeVisLab/layouts/{shortcodes => _shortcodes}/mousebutton.html (100%) rename mevislab.github.io/themes/MeVisLab/layouts/{shortcodes => _shortcodes}/networkfile.html (100%) rename mevislab.github.io/themes/MeVisLab/layouts/{shortcodes => _shortcodes}/search.html (100%) rename mevislab.github.io/themes/MeVisLab/layouts/{shortcodes => _shortcodes}/youtube.html (100%) rename mevislab.github.io/themes/MeVisLab/layouts/{_default => }/baseof.html (100%) rename mevislab.github.io/themes/MeVisLab/layouts/{_default => }/list.html (100%) rename mevislab.github.io/themes/MeVisLab/layouts/{_default => }/single.html (100%) create mode 100644 mevislab.github.io/themes/MeVisLab/layouts/tags/list.html delete mode 100644 mevislab.github.io/themes/MeVisLab/layouts/taxonomy/tag.html diff --git a/mevislab.github.io/content/glossary.md b/mevislab.github.io/content/glossary.md index c4d6a75ce..ad7c8b216 100644 --- a/mevislab.github.io/content/glossary.md +++ b/mevislab.github.io/content/glossary.md @@ -6,4 +6,4 @@ status: "OK" --- ## Glossary -{{}} \ No newline at end of file +{{}} \ No newline at end of file diff --git a/mevislab.github.io/themes/MeVisLab/layouts/_default/_markup/render-image.html b/mevislab.github.io/themes/MeVisLab/layouts/_markup/render-image.html similarity index 100% rename from mevislab.github.io/themes/MeVisLab/layouts/_default/_markup/render-image.html rename to mevislab.github.io/themes/MeVisLab/layouts/_markup/render-image.html diff --git a/mevislab.github.io/themes/MeVisLab/layouts/_default/_markup/render-link.html b/mevislab.github.io/themes/MeVisLab/layouts/_markup/render-link.html similarity index 100% rename from mevislab.github.io/themes/MeVisLab/layouts/_default/_markup/render-link.html rename to mevislab.github.io/themes/MeVisLab/layouts/_markup/render-link.html diff --git a/mevislab.github.io/themes/MeVisLab/layouts/partials/doclist.html b/mevislab.github.io/themes/MeVisLab/layouts/_partials/doclist.html similarity index 100% rename from mevislab.github.io/themes/MeVisLab/layouts/partials/doclist.html rename to mevislab.github.io/themes/MeVisLab/layouts/_partials/doclist.html diff --git a/mevislab.github.io/themes/MeVisLab/layouts/partials/footer.html b/mevislab.github.io/themes/MeVisLab/layouts/_partials/footer.html similarity index 100% rename from mevislab.github.io/themes/MeVisLab/layouts/partials/footer.html rename to mevislab.github.io/themes/MeVisLab/layouts/_partials/footer.html diff --git a/mevislab.github.io/themes/MeVisLab/layouts/partials/glossarycontents.html b/mevislab.github.io/themes/MeVisLab/layouts/_partials/glossarycontents.html similarity index 100% rename from mevislab.github.io/themes/MeVisLab/layouts/partials/glossarycontents.html rename to mevislab.github.io/themes/MeVisLab/layouts/_partials/glossarycontents.html diff --git a/mevislab.github.io/themes/MeVisLab/layouts/partials/head.html b/mevislab.github.io/themes/MeVisLab/layouts/_partials/head.html similarity index 100% rename from mevislab.github.io/themes/MeVisLab/layouts/partials/head.html rename to mevislab.github.io/themes/MeVisLab/layouts/_partials/head.html diff --git a/mevislab.github.io/themes/MeVisLab/layouts/partials/header.html b/mevislab.github.io/themes/MeVisLab/layouts/_partials/header.html similarity index 100% rename from mevislab.github.io/themes/MeVisLab/layouts/partials/header.html rename to mevislab.github.io/themes/MeVisLab/layouts/_partials/header.html diff --git a/mevislab.github.io/themes/MeVisLab/layouts/partials/nextprev.html b/mevislab.github.io/themes/MeVisLab/layouts/_partials/nextprev.html similarity index 100% rename from mevislab.github.io/themes/MeVisLab/layouts/partials/nextprev.html rename to mevislab.github.io/themes/MeVisLab/layouts/_partials/nextprev.html diff --git a/mevislab.github.io/themes/MeVisLab/layouts/partials/subpages.html b/mevislab.github.io/themes/MeVisLab/layouts/_partials/subpages.html similarity index 100% rename from mevislab.github.io/themes/MeVisLab/layouts/partials/subpages.html rename to mevislab.github.io/themes/MeVisLab/layouts/_partials/subpages.html diff --git a/mevislab.github.io/themes/MeVisLab/layouts/shortcodes/alert.html b/mevislab.github.io/themes/MeVisLab/layouts/_shortcodes/alert.html similarity index 100% rename from mevislab.github.io/themes/MeVisLab/layouts/shortcodes/alert.html rename to mevislab.github.io/themes/MeVisLab/layouts/_shortcodes/alert.html diff --git a/mevislab.github.io/themes/MeVisLab/layouts/shortcodes/bootstrap-table.html b/mevislab.github.io/themes/MeVisLab/layouts/_shortcodes/bootstrap-table.html similarity index 100% rename from mevislab.github.io/themes/MeVisLab/layouts/shortcodes/bootstrap-table.html rename to mevislab.github.io/themes/MeVisLab/layouts/_shortcodes/bootstrap-table.html diff --git a/mevislab.github.io/themes/MeVisLab/layouts/shortcodes/childpages.html b/mevislab.github.io/themes/MeVisLab/layouts/_shortcodes/childpages.html similarity index 100% rename from mevislab.github.io/themes/MeVisLab/layouts/shortcodes/childpages.html rename to mevislab.github.io/themes/MeVisLab/layouts/_shortcodes/childpages.html diff --git a/mevislab.github.io/themes/MeVisLab/layouts/shortcodes/docuLinks.html b/mevislab.github.io/themes/MeVisLab/layouts/_shortcodes/docuLinks.html similarity index 100% rename from mevislab.github.io/themes/MeVisLab/layouts/shortcodes/docuLinks.html rename to mevislab.github.io/themes/MeVisLab/layouts/_shortcodes/docuLinks.html diff --git a/mevislab.github.io/themes/MeVisLab/layouts/shortcodes/embed.html b/mevislab.github.io/themes/MeVisLab/layouts/_shortcodes/embed.html similarity index 100% rename from mevislab.github.io/themes/MeVisLab/layouts/shortcodes/embed.html rename to mevislab.github.io/themes/MeVisLab/layouts/_shortcodes/embed.html diff --git a/mevislab.github.io/themes/MeVisLab/layouts/shortcodes/highlight.html b/mevislab.github.io/themes/MeVisLab/layouts/_shortcodes/highlight.html similarity index 100% rename from mevislab.github.io/themes/MeVisLab/layouts/shortcodes/highlight.html rename to mevislab.github.io/themes/MeVisLab/layouts/_shortcodes/highlight.html diff --git a/mevislab.github.io/themes/MeVisLab/layouts/shortcodes/imagegallery.html b/mevislab.github.io/themes/MeVisLab/layouts/_shortcodes/imagegallery.html similarity index 100% rename from mevislab.github.io/themes/MeVisLab/layouts/shortcodes/imagegallery.html rename to mevislab.github.io/themes/MeVisLab/layouts/_shortcodes/imagegallery.html diff --git a/mevislab.github.io/themes/MeVisLab/layouts/shortcodes/keyboard.html b/mevislab.github.io/themes/MeVisLab/layouts/_shortcodes/keyboard.html similarity index 100% rename from mevislab.github.io/themes/MeVisLab/layouts/shortcodes/keyboard.html rename to mevislab.github.io/themes/MeVisLab/layouts/_shortcodes/keyboard.html diff --git a/mevislab.github.io/themes/MeVisLab/layouts/shortcodes/menuitem.html b/mevislab.github.io/themes/MeVisLab/layouts/_shortcodes/menuitem.html similarity index 100% rename from mevislab.github.io/themes/MeVisLab/layouts/shortcodes/menuitem.html rename to mevislab.github.io/themes/MeVisLab/layouts/_shortcodes/menuitem.html diff --git a/mevislab.github.io/themes/MeVisLab/layouts/shortcodes/mousebutton.html b/mevislab.github.io/themes/MeVisLab/layouts/_shortcodes/mousebutton.html similarity index 100% rename from mevislab.github.io/themes/MeVisLab/layouts/shortcodes/mousebutton.html rename to mevislab.github.io/themes/MeVisLab/layouts/_shortcodes/mousebutton.html diff --git a/mevislab.github.io/themes/MeVisLab/layouts/shortcodes/networkfile.html b/mevislab.github.io/themes/MeVisLab/layouts/_shortcodes/networkfile.html similarity index 100% rename from mevislab.github.io/themes/MeVisLab/layouts/shortcodes/networkfile.html rename to mevislab.github.io/themes/MeVisLab/layouts/_shortcodes/networkfile.html diff --git a/mevislab.github.io/themes/MeVisLab/layouts/shortcodes/search.html b/mevislab.github.io/themes/MeVisLab/layouts/_shortcodes/search.html similarity index 100% rename from mevislab.github.io/themes/MeVisLab/layouts/shortcodes/search.html rename to mevislab.github.io/themes/MeVisLab/layouts/_shortcodes/search.html diff --git a/mevislab.github.io/themes/MeVisLab/layouts/shortcodes/youtube.html b/mevislab.github.io/themes/MeVisLab/layouts/_shortcodes/youtube.html similarity index 100% rename from mevislab.github.io/themes/MeVisLab/layouts/shortcodes/youtube.html rename to mevislab.github.io/themes/MeVisLab/layouts/_shortcodes/youtube.html diff --git a/mevislab.github.io/themes/MeVisLab/layouts/_default/baseof.html b/mevislab.github.io/themes/MeVisLab/layouts/baseof.html similarity index 100% rename from mevislab.github.io/themes/MeVisLab/layouts/_default/baseof.html rename to mevislab.github.io/themes/MeVisLab/layouts/baseof.html diff --git a/mevislab.github.io/themes/MeVisLab/layouts/_default/list.html b/mevislab.github.io/themes/MeVisLab/layouts/list.html similarity index 100% rename from mevislab.github.io/themes/MeVisLab/layouts/_default/list.html rename to mevislab.github.io/themes/MeVisLab/layouts/list.html diff --git a/mevislab.github.io/themes/MeVisLab/layouts/_default/single.html b/mevislab.github.io/themes/MeVisLab/layouts/single.html similarity index 100% rename from mevislab.github.io/themes/MeVisLab/layouts/_default/single.html rename to mevislab.github.io/themes/MeVisLab/layouts/single.html diff --git a/mevislab.github.io/themes/MeVisLab/layouts/tags/list.html b/mevislab.github.io/themes/MeVisLab/layouts/tags/list.html new file mode 100644 index 000000000..4d624c4e7 --- /dev/null +++ b/mevislab.github.io/themes/MeVisLab/layouts/tags/list.html @@ -0,0 +1,19 @@ +{{ define "main" }} +
+
+
+
+
+

{{ if eq .Title "Beginner" }}{{ .Title }}{{ else if eq .Title "Advanced" }}{{ .Title }}{{ else if eq . "Expert" }}{{ .Title }}{{ else }}{{ .Title }}{{ end }}

+ {{ range .Data.Pages }} +
    +
  1. {{ .Name }}
    {{ .Title }}
  2. +
+ {{ end }} +
+
+
+
+
+ +{{ end }} \ No newline at end of file diff --git a/mevislab.github.io/themes/MeVisLab/layouts/taxonomy/tag.html b/mevislab.github.io/themes/MeVisLab/layouts/taxonomy/tag.html deleted file mode 100644 index 0a21ecccd..000000000 --- a/mevislab.github.io/themes/MeVisLab/layouts/taxonomy/tag.html +++ /dev/null @@ -1,17 +0,0 @@ -{{ define "main" }} -
-
-
-
-
-

{{ if eq .Title "Beginner" }}{{ .Title }}{{ else if eq .Title "Advanced" }}{{ .Title }}{{ else if eq . "Expert" }}{{ .Title }}{{ else }}{{ .Title }}{{ end }}

- {{ range .Data.Pages }} -

{{.Title}}

{{.Summary}} - {{ end }} -
-
-
-
-
- -{{ end }} \ No newline at end of file