6 releases

0.0.6 Oct 5, 2022
0.0.5 Oct 5, 2022
0.0.4 Apr 22, 2022

#1504 in Web programming

MIT license

34KB
944 lines

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

Dependencies

~17–32MB
~518K SLoC