# Welcome This is a slide presentation in the posts directory Use `layout: slides` to enable it
## Feature Demonstration - Supports Markdown syntax - Supports code highlighting - Supports theme switching
## Code Example ```python def hello(): print("Hello, Slides!") hello() ```
## Vertical Slides Press ↓ to view
### Subpage 1 Vertical slide content
### Subpage 2 More content...
## Configuration Instructions Set in frontmatter: ```yaml layout: slides theme: white transition: fade slideNumber: true ```
# Complete! Visit `/posts/test/test-slides` to see the effect