Skip to content

vito/booklit

Folders and files

NameName
Last commit message
Last commit date
Aug 27, 2023
Jun 30, 2022
Apr 21, 2023
Aug 27, 2023
Aug 27, 2023
Aug 27, 2023
Jul 12, 2017
Jun 30, 2022
Feb 7, 2021
Jul 22, 2017
Feb 7, 2021
Jun 30, 2022
Jun 30, 2022
Apr 8, 2022
Jun 30, 2022
Jun 30, 2022
Jul 23, 2017
Sep 26, 2020
May 11, 2020
Dec 29, 2021
Jan 15, 2021
Feb 7, 2021
Jun 18, 2023
Dec 14, 2020
Jun 30, 2022
Jun 30, 2022
Dec 20, 2020
Aug 27, 2023
Apr 19, 2024
Apr 19, 2024
Dec 20, 2020
Jun 30, 2022
Dec 20, 2020
Dec 21, 2020
Dec 16, 2020
May 11, 2020
Dec 20, 2020
Dec 23, 2020
Dec 20, 2020
Aug 27, 2023
Feb 7, 2021
Dec 20, 2020
Dec 20, 2020
Dec 20, 2020
Dec 20, 2020
Dec 20, 2020
Dec 20, 2020
May 11, 2020
Dec 20, 2020
Dec 11, 2022

Repository files navigation

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