Project isn't done!
Create your own simple blog!
Actually, selfblog
works only on localhost!
git clone https://github.com/reticulis/selfblog.git
cd selfblog
cargo install --path .
or download latest release and run install.sh
# create required files
selfblog init "/path/to/config"
# start http server with your blog
selfblog start
# create new draft post for your blog
selfblog new_post "Hello world!" "Description!"
# after edit your post, just mark that for ready
selfblog ready
# publish your new post!
selfblog publish