6 releases
0.0.6 | Oct 5, 2022 |
---|---|
0.0.5 | Oct 5, 2022 |
0.0.4 | Apr 22, 2022 |
#6 in #lightning
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
~18–30MB
~496K SLoC