Home
Softono

Booklit

Open source MIT Go
188
Stars
52
Forks
16
Issues
7
Watchers
2 months
Last Commit

 About Booklit

a pretty lit content authoring system

Platforms

Web Self-hosted

Languages

Go

Need Help Installing Booklit?

We provide expert installation service for this software. Our team will install, configure, and secure Booklit on your server. plans start at just $30.

booklit

Go Reference

Booklit is a tool for building static websites from semantic documents.

documentation

booklit.page

installation

grab the latest release, or build from source:

go get github.com/vito/booklit/cmd/booklit
go install github.com/vito/booklit/cmd/booklit

usage

booklit -i foo.lit -o ./out

example

clone this repo and build the Booklit website:

./scripts/build-docs

then browse the generated docs from ./docs/index.html.

alternatively, run the docs in server mode:

./scripts/build-docs -s 3000

...and then browse to localhost:3000