docs(podcast): add Panagiotis Moutsopoulos

This commit is contained in:
Oliver Davies 2023-11-17 21:12:46 +00:00
parent d891f3e9d1
commit 01c4d1e806
2 changed files with 28 additions and 5 deletions

View file

@ -1,8 +1,31 @@
---
date: 2023-11-07
date: 2023-11-17
topic: Drupal's Alternate Realities
guests:
- Panagiotis Moutsopoulos
links: []
draft: true
links:
- - DrupalCon Lille
- https://events.drupal.org/lille2023
- - Panagiotis' BoF session
- https://events.drupal.org/lille2023/session/drupals-alternate-realities
- - Panagiotis on Drupal.org (vensires)
- https://www.drupal.org/u/vensires
- - E-Sepia
- https://www.e-sepia.gr
- - Panagiotis on LinkedIn
- https://www.linkedin.com/in/panagiotis-moutsopoulos/
- - https://drupal.org.gr
- https://drupal.org.gr
- - Frontend United
- https://www.frontendunited.com
transistor:
id: 5f7e3397
---
In this episode, Oliver is joined by Panagiotis Moutsopoulos to discuss about the whole first-time DrupalCon experience of Lille (France) and more specifically, his session Drupals Alternate Realities A BoF session presenting some history but mainly the different ways to tackle a problem in Drupal using different methodologies.

View file

@ -4,14 +4,14 @@ import BaseLayout from "./PageLayout.astro";
import DailyEmailForm from "../components/DailyEmailForm.astro";
import Markdown from "../components/Markdown.astro";
const { title } = Astro.props.frontmatter || Astro.props;
const { episodeUrl, title } = Astro.props.frontmatter || Astro.props;
---
<BaseLayout title={title}>
<div class="space-y-16">
<div class="space-y-8">
<div>
<iframe width="100%" height="180" frameborder="no" scrolling="no" seamless="" src="https://share.transistor.fm/e/7d728873"></iframe>
<iframe width="100%" height="180" frameborder="no" scrolling="no" seamless="" src={episodeUrl}></iframe>
</div>
<Markdown>