slient2010 / booklit

a pretty lit content authoring system

Home Page:https://vito.github.io/booklit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

booklit

GoDoc CI

documentation

vito.github.io/booklit

installation

grab the latest release, or build from source:

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

usage

booklit -i foo.lit -o ./out

example

clone this repo and build its docs:

booklit \
  -i docs/lit/index.lit \
  -o docs \
  --html-templates docs/lit/html \
  --plugin github.com/vito/booklit/booklitdoc \
  --plugin github.com/vito/booklit/chroma/plugin

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

you can see the result at https://vito.github.io/booklit

About

a pretty lit content authoring system

https://vito.github.io/booklit/

License:MIT License


Languages

Language:Go 98.6%Language:Shell 1.1%Language:Makefile 0.3%