feat(workshops): implement static workshop listing page (#188)
- Fixed broken Jinja2 template rendering (was showing raw code) - Created custom workshops.html template with workshop data - Simplified navigation title from full SEO title to 'Workshops' - Added workshop post files for future blog integration - Configured blog plugin for workshops (currently unused) - Removed broken Jinja2 macro implementation Changes: - docs/workshops/index.md: Clean title, template directive - mkdocs.yml: Blog plugin workshop configuration - overrides/workshops.html: Static workshop template with FontAwesome icons - docs/workshops/posts/: Individual workshop markdown files - docs/templates/workshop-update-guide.md: Update documentation Result: Clean, professional workshop page with proper VHS link handling (upcoming workshops have links, past workshops don't)
This commit is contained in:
+4
-20
@@ -1,30 +1,14 @@
|
||||
---
|
||||
title: "Workshops: KI-Lösung im Privatleben und Beruf | satware® AI"
|
||||
title: Workshops
|
||||
description: Wir bieten Workshops für praxisnahen KI-Einsatz in diverser Branchen an. Jetzt für Seminare anmelden und den Arbeitsalltag effizienter gestalten!
|
||||
hide:
|
||||
- toc
|
||||
- navigation
|
||||
template: workshops.html
|
||||
---
|
||||
|
||||
# Workshops
|
||||
|
||||
## Die Nächsten Seminar-Termine
|
||||
Entdecken Sie unsere praxisorientierten Workshops zur effektiven Nutzung von KI-Chatbots. Lernen Sie von Experten, wie Sie künstliche Intelligenz optimal in Ihrem Privatleben und Beruf einsetzen können.
|
||||
|
||||
<div class="satag--webinar-dates">
|
||||
<div class="satag--webinar-item">
|
||||
<div class="satag--webinar-date"><i class="fa-sharp fa-thin fa-calendar-day"></i> Sa. 21.06.2025</div>
|
||||
<div class="satag--webinar-time"><i class="fa-sharp fa-thin fa-clock"></i> 09:00 – 13:00 Uhr</div>
|
||||
<div class="satag--webinar-course"><i class="fa-sharp fa-thin fa-arrow-up-right-from-square"></i> <a href="https://www.vhs-worms.de/programm/beruf/kurs/KI-Chatbots-im-Privatleben-nutzen/Y01.944#inhalt" target="_blank" title="KI-Chatbots im Privatleben nutzen (DigiSmart-Kurs)"> 01.944 KI-Chatbots im Privatleben nutzen (DigiSmart-Kurs)</a></div>
|
||||
<div class="satag--webinar-location"><i class="fa-sharp fa-thin fa-location-dot"></i>
|
||||
vhs, Willy-Brandt-Ring 11, Raum 1.09, 67547 Worms
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="satag--webinar-item">
|
||||
<div class="satag--webinar-date"><i class="fa-sharp fa-thin fa-calendar-day"></i> Sa. 12.07.2025</div>
|
||||
<div class="satag--webinar-time"><i class="fa-sharp fa-thin fa-clock"></i> 09:00 – 13:00 Uhr</div>
|
||||
<div class="satag--webinar-course"><i class="fa-sharp fa-thin fa-arrow-up-right-from-square"></i> <a href="https://www.vhs-worms.de/programm/beruf/kurs/KI-Einsatz-im-Beruf-Nutzen-von-KI-Chatbots-im-Arbeitsalltag/Y01.945#inhalt" target="_blank" title="KI-Einsatz im Beruf – Nutzen von KI-Chatbots im Arbeitsalltag (DigiSmart-Kurs)"> 01.945 KI-Einsatz im Beruf – Nutzen von KI-Chatbots im Arbeitsalltag (DigiSmart-Kurs)</a></div>
|
||||
<div class="satag--webinar-location"><i class="fa-sharp fa-thin fa-location-dot"></i>
|
||||
vhs, Willy-Brandt-Ring 11, Raum 1.09, 67547 Worms</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Workshop list will be automatically generated by the custom template -->
|
||||
|
||||
Reference in New Issue
Block a user