#content #directory #metadata #crustdown

app crustdown

A static site generator for markdown content

1 unstable release

Uses new Rust 2024

new 0.1.0 May 8, 2025

#72 in #content

MIT license

24KB
571 lines

Crustdown

A static site generator for markdown content.

Installation

cargo install crustdown

Usage

# Basic usage with default directories
crustdown

# Specify custom posts and output directories
crustdown --posts-dir path/to/posts --output-dir path/to/output

# Or using short options
crustdown -p path/to/posts -o path/to/output

Features

  • Converts markdown files to HTML
  • Generates an index page
  • Supports front matter metadata
  • Customizable output directory
  • Clean and simple interface

License

MIT

Dependencies

~10–21MB
~307K SLoC