Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 590 Bytes

readme.md

File metadata and controls

16 lines (13 loc) · 590 Bytes
# or just bcb for linux
go build -o bcb.exe

modifying the files inside /assets/ should be all you need to create a new compact book, after setting up how your project should look, render to out.html inputing your original source from a txt file.

bcb render ./path/to/your/raw-book.txt

before releasing, minify your out.html file, you can use this tool by tdewolff.

generate docs using pandoc:

pandoc -s --css reset.css --css index.css -i index.md -o index.html --template=template.html