Static blog generator inspired by mdBook.
Install belong
using Cargo
.
bash
cargo install belong
Initialize a new project.
bash
mkdir -p blog && cd blog
belong init
This will create a belong
config file (belong.toml
) and an example Markdown
page in the following directory structure.
├── .gitignore
├── belong.toml
└── src
└── hello-world.md
Finally build and open the project in the default web browser.
belong build --open
It will look something like the following:
Licensed under either of
at your option.