| Crates.io | nail-blog |
| lib.rs | nail-blog |
| version | 0.0.6 |
| created_at | 2022-04-16 14:24:27.442663+00 |
| updated_at | 2022-10-05 13:58:45.231737+00 |
| description | A lightning fast static blog engine |
| homepage | https://github.com/quintschaf/nail |
| repository | |
| max_upload_size | |
| id | 568994 |
| size | 321,630 |
A fast static blog engine.
cargo install nail-blog
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