Welcome to Sherwood

This is a static site generator written in Rust that converts Markdown files to semantic HTML.

Features

Usage

Generate Site

sherwood generate

Development Server

sherwood dev

Markdown Support

Sherwood supports standard Markdown syntax including:

This is a blockquote to demonstrate the styling.

Code Example

fn main() {
    println!("Hello, Sherwood!");
}

Table Example

Feature Status
Markdown parsing ✅ Complete
HTML generation ✅ Complete
Dev server ✅ Complete
Hot reload 🚧 Future

The generator creates semantic HTML with proper structure and basic styling for readability.