Skip to content

FiveSheepCo/nail

Repository files navigation

nail

A fast static blog engine.

Installation

cargo install nail-blog

Usage

nail new my-blog # create blog
cd my-blog # enter blog directory
nail post new "Hello World" # create new post
nail dev # serve blog locally
nail build # build blog for production

Roadmap

  • Blog Management
    • Create new blog
    • Create new post
    • Publish/unpublish post
  • Building
    • Build blog
    • Incremental builds
  • Local Development
    • Serve blog locally
    • Rebuild on change
    • Live reload