From f7dec11986d838ec6ac2373909c0a38988d273b1 Mon Sep 17 00:00:00 2001 From: webrian Date: Sat, 9 Dec 2023 18:58:39 +0100 Subject: [PATCH] Remove jekyll-youtube plugin again --- .github/workflows/build-pages-and-deploy.yml | 3 --- Gemfile | 1 - _config.yml | 1 - _includes/youtube.html | 5 +++-- de/anwendertreffen/onlineminiworkshops.md | 14 +++++++------- 5 files changed, 10 insertions(+), 14 deletions(-) diff --git a/.github/workflows/build-pages-and-deploy.yml b/.github/workflows/build-pages-and-deploy.yml index cd1d4c1..c87fceb 100644 --- a/.github/workflows/build-pages-and-deploy.yml +++ b/.github/workflows/build-pages-and-deploy.yml @@ -38,9 +38,6 @@ jobs: bundler-cache: true cache-version: 0 - - name: Install jekyll, bundler and jekyll-youtube gem - run: gem install jekyll bundler jekyll-youtube - - name: Build website with Jekyll run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" env: diff --git a/Gemfile b/Gemfile index 46f8a45..ff2c342 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,6 @@ gem "minima", "~> 2.5" # If you have any plugins, put them here! group :jekyll_plugins do gem "jekyll-feed", "~> 0.12" - gem "jekyll-youtube" end # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem diff --git a/_config.yml b/_config.yml index ea30c34..1373ba9 100644 --- a/_config.yml +++ b/_config.yml @@ -39,7 +39,6 @@ theme: minima plugins: - jekyll-feed - jekyll-seo-tag - - jekyll-youtube defaults: - scope: diff --git a/_includes/youtube.html b/_includes/youtube.html index 639cada..5d7d2fb 100644 --- a/_includes/youtube.html +++ b/_includes/youtube.html @@ -3,8 +3,9 @@
-
diff --git a/de/anwendertreffen/onlineminiworkshops.md b/de/anwendertreffen/onlineminiworkshops.md index 269f48d..0159135 100644 --- a/de/anwendertreffen/onlineminiworkshops.md +++ b/de/anwendertreffen/onlineminiworkshops.md @@ -17,7 +17,7 @@ year: 9999 |**Wo:** |Online | |===========|====================| -{% youtube "https://www.youtube-nocookie.com/watch?v=jGtCJGYhARE" %} +{% include youtube.html id="jGtCJGYhARE" title="Multilingual Layer Labelling" %} ## Mai 2023: QGIS and ESRI - can they ever be compatible? {: .mt-4 :} @@ -42,7 +42,7 @@ konvertiert werden können. Dieser Workshop wird besonders interessant für alle, die in Ihrer Arbeit sowohl QGIS wie auch ESRI Produkte einsetzen wollen oder müssen. -{% youtube "https://www.youtube.com/watch?v=XMROhYOtZWo" %} +{% include youtube.html id="XMROhYOtZWo" title="QGIS and ESRI - can they ever be compatible?" %} ## März 2023: QGIS and PostGIS: Tips and Tricks {: .mt-4 :} @@ -53,7 +53,7 @@ QGIS wie auch ESRI Produkte einsetzen wollen oder müssen. |**Wo:** |Online | |===========|====================| -{% youtube "https://www.youtube-nocookie.com/watch?v=vbrvPNrjyHo" %} +{% include youtube.html id="vbrvPNrjyHo" title="QGIS and PostGIS: Tips and Tricks" %} ## Februar 2023: Relations in QGIS and Relation Editor {: .mt-4 :} @@ -64,7 +64,7 @@ QGIS wie auch ESRI Produkte einsetzen wollen oder müssen. |**Wo:** |Online | |===========|====================| -{% youtube "https://www.youtube-nocookie.com/watch?v=5j6RlsSstU" %} +{% include youtube.html id="n5j6RlsSstU" title="Relations in QGIS and Relation Editor" %} ## November 2022: Visualisierung und Animationen von GPS Tracks und georeferenzierten Fotos {: .mt-4 :} @@ -75,7 +75,7 @@ QGIS wie auch ESRI Produkte einsetzen wollen oder müssen. |**Wo:** |Online | |===========|====================| -{% youtube "https://www.youtube-nocookie.com/watch?v=kFnkN8vGhLU" %} +{% include youtube.html id="kFnkN8vGhLU" title="Visualisierung und Animationen von GPS Tracks und georeferenzierten Fotos" %} ## Mai 2022: Konstruktionswerkzeuge {: .mt-4 :} @@ -95,7 +95,7 @@ Es wird auch eine Vorschau auf Verbesserungen in der Version 3.26 bezüglich der Werkzeuge zur Erstellung von regelmässigen Formen (Rechtecke, Kreise, Vielecke, Bögen, etc; aka "shape tools") geben. -{% youtube "https://www.youtube-nocookie.com/watch?v=qxq88q0e5ZI" %} +{% include youtube.html id="qxq88q0e5ZI" title="Konstruktionswerkzeuge" %} ## November 2021: LiDAR-Daten visualisieren {: .mt-4 :} @@ -130,4 +130,4 @@ Darstellung von Punktwolken Daten ermöglichen sollen (Profilwerkzeug, bessere Filterwerkzeuge, verbesserte 2D-Darstellung mit Eye-Dome-Lighting-Effekt, bessere Formatunterstützung inklusive COPC (cloud optimized point cloud)). -{% youtube "https://www.youtube-nocookie.com/watch?v=c65a2ZUZkmA" %} +{% include youtube.html id="c65a2ZUZkmA" title="LiDAR-Daten visualisieren" %}