Welcome to Your Slides

A Quarto + Reveal.js setup for GitHub Pages

How It Works

  • Write your slides in Markdown
  • Separate slides with ---
  • Push to GitHub and present from anywhere

Code Highlighting

def hello(name):
    """Greet someone properly."""
    return f"Hello, {name}!"

Quarto highlights code blocks automatically.

Fragment Animations

  • This appears first
  • Then this
  • And finally this

Images

Use standard Markdown image syntax:

Alt text

Diagrams with Mermaid

graph LR
    A[Write Markdown] --> B[Push to GitHub]
    B --> C[GitHub Pages]
    C --> D[Present]

Themes

Each deck specifies its theme in the YAML front matter.

Available themes: green.scss purple.scss plain.scss

That’s It

Edit this file, push to GitHub, present from your browser.