Skip to content

Commit

Permalink
Remove jekyll-youtube plugin again
Browse files Browse the repository at this point in the history
  • Loading branch information
webrian committed Dec 9, 2023
1 parent 1096503 commit f7dec11
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 14 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-pages-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ theme: minima
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-youtube

defaults:
- scope:
Expand Down
5 changes: 3 additions & 2 deletions _includes/youtube.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
</div>
<div class="col-md-8">
<div class="ratio ratio-16x9 mt-4 mb-4">
<iframe src="https://www.youtube-nocookie.com/embed/{{ youtube_id }}?rel=0"
allowfullscreen>
<iframe src="https://www.youtube-nocookie.com/embed/{{ include.id }}?rel=0"
allowfullscreen
title="{{ include.title }}">
</iframe>
</div>
</div>
Expand Down
14 changes: 7 additions & 7 deletions de/anwendertreffen/onlineminiworkshops.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 :}
Expand All @@ -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 :}
Expand All @@ -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 :}
Expand All @@ -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 :}
Expand All @@ -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 :}
Expand All @@ -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 :}
Expand Down Expand Up @@ -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" %}

0 comments on commit f7dec11

Please sign in to comment.