From 885387f52efd74502ff42571bdddc75935896405 Mon Sep 17 00:00:00 2001 From: Michael Wegener Date: Tue, 16 Dec 2025 10:14:40 +0100 Subject: [PATCH] feat(team): integrate ElevenLabs conversational AI widget on Jane's page (#221) * feat(workshops): implement static workshop listing page - 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) * feat(team): integrate ElevenLabs conversational AI widget on Jane's page - Add ElevenLabs convai-widget-embed script to Jane's team profile page - Add elevenlabs-convai component with agent ID - Widget appears only on docs/team/jane.md for voice AI interaction - Removed global integration from main.html template Agent ID: agent_9801kcc1x711fbatxh0hq10zcj4h --------- Co-authored-by: Jane Alesi --- docs/team/jane.md | 5 +++++ overrides/main.html | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/team/jane.md b/docs/team/jane.md index 8528493..621b29b 100644 --- a/docs/team/jane.md +++ b/docs/team/jane.md @@ -229,4 +229,9 @@ Ich freue mich darauf, Sie kennenzulernen und mit Ihnen zusammenzuarbeiten! Interessiert an Jane Alesi? Kontaktieren Sie mich, um mehr zu erfahren. +### Sprechen Sie direkt mit mir + + + + [Kontakt aufnehmen](mailto:ja@satware.ai){: .md-button .md-button--primary} diff --git a/overrides/main.html b/overrides/main.html index e9dbaff..3f8f789 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -38,6 +38,7 @@ g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); })(); + {% endblock %} {% block styles %} @@ -47,5 +48,3 @@ {% block content %} {{ super() }} {% endblock %} - -