Skip to content

Lightning Talk

A concise 5-minute talk template optimized for impact.

Overview

This example demonstrates how to structure a lightning talk with:

  • One core idea, clearly stated
  • Minimal slides (5-7 total)
  • Strong visual focus
  • Memorable closing

Features Used

  • Theme: poster for bold, attention-grabbing visuals
  • Layouts: title, big-stat, quote, section
  • Transitions: fade for smooth pacing
  • No Live Code: Keep it simple for short talks

Source

markdown
---
title: Why Markdown?
theme: poster
author: Your Name
date: 2026-01-24
aspectRatio: "16:9"
transition: fade
---

<!--
layout: title
-->

# Why Markdown?

The case for plain text

---

<!--
layout: big-stat
-->

## 94%

of developers already know Markdown

---

## The Problem

- Word processors are bloated
- Proprietary formats lock you in
- Version control is impossible
- Collaboration is painful

---

<!--
layout: quote
-->

> Plain text is the universal interface.

---

## Markdown Wins

<!-- pause -->

**Portable** — Works everywhere

<!-- pause -->

**Readable** — Human-friendly syntax

<!-- pause -->

**Versionable** — Git just works

<!-- pause -->

**Convertible** — HTML, PDF, slides...

---

<!--
layout: big-stat
-->

## 1 Syntax

to rule them all

---

<!--
layout: title
-->

# Start Today

Your future self will thank you

TIP

Lightning talks have no time for live demos. Pre-record any demos or use screenshots instead. Focus on one key takeaway.