vito / booklit

a pretty lit content authoring system

Home Page:https://booklit.page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

a pretty lit content authoring system

https://booklit.page

License:MIT License


Languages

Language:Go 69.7%Language:CSS 15.5%Language:Less 14.0%Language:Makefile 0.6%Language:Shell 0.2%