Skip to content

kaiotellure/browsercompactbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# 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