Crates.io | belong |
lib.rs | belong |
version | 0.1.0 |
source | src |
created_at | 2020-04-09 15:04:43.241093 |
updated_at | 2020-04-09 15:04:43.241093 |
description | Simple and flexible static site generator. |
homepage | https://github.com/rossmacarthur/belong |
repository | https://github.com/rossmacarthur/belong |
max_upload_size | |
id | 228003 |
size | 78,506 |
Static blog generator inspired by mdBook.
Install belong
using Cargo
.
cargo install belong
Initialize a new project.
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.