2. Prepare Files

Quick Start

You just need some markdown files. Ensure index.md in directories.

site
- about
  - index.md
- blog
  - apple-pie.md
  - index.md
- index.md

See also Concepts.

Hints

First level headers # Headline are automatically browser tab titles. This works too:

Headline
========

Markdown links [x](x.md) automatically transform to x.html.

To map filename extensions to other than .html, use filenames like feed.rss.md.