Static website generator

encrypt 4c23f6e384 add watch and fix flags on serve command %!s(int64=3) %!d(string=hai) anos
.gitignore afa3417127 first commit %!s(int64=9) %!d(string=hai) anos
LICENSE.txt 374bb82e5c do what you want cause a pirate is free %!s(int64=9) %!d(string=hai) anos
Makefile afa3417127 first commit %!s(int64=9) %!d(string=hai) anos
README.md 1356716b1c hurr doc durr %!s(int64=9) %!d(string=hai) anos
boh 4c23f6e384 add watch and fix flags on serve command %!s(int64=3) %!d(string=hai) anos

README.md

boh

boh is a simple static website generator with minimal support for templates and YAML frontmatter.

Requirements

  • a markdown to html converter
  • envsubst from GNU gettext package.

Basic usage

sudo make install
boh new
boh build
touch index.md
boh serve

Hacking

boh is easly hackable with the boh.config file, for an example check boh blog