belong

Crates.iobelong
lib.rsbelong
version0.1.0
sourcesrc
created_at2020-04-09 15:04:43.241093
updated_at2020-04-09 15:04:43.241093
descriptionSimple and flexible static site generator.
homepagehttps://github.com/rossmacarthur/belong
repositoryhttps://github.com/rossmacarthur/belong
max_upload_size
id228003
size78,506
Ross MacArthur (rossmacarthur)

documentation

README

belong

Static blog generator inspired by mdBook.

Features

  • Markdown to HTML rendering.
  • TOML front matter.
  • Familiar template language base on Jinja2/Django (Tera).
  • Basic theme and templates provided out of the box.
  • Syntax highlighting.

Getting started

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:

example

License

Licensed under either of

at your option.

Commit count: 30

cargo fmt