Markdown & Frontmatter

Skier supports flexible Markdown content and (optionally) YAML frontmatter for metadata. This guide covers how Markdown is rendered, what features are available, and how frontmatter is handled in your content files.


Supported Markdown Features


Writing Content with Markdown

You can place Markdown files anywhere in your content directories (e.g., src/blog/2024-01-01-my-post.md).

Example:

---
title: My First Post
date: 2024-01-01
description: This is my first post!
---

# Hello World

This is a **Markdown** post.

Frontmatter Syntax


How Skier Handles Frontmatter


Caveats & Tips


Next: Learn more about Templates & Partials or Built-in Tasks.