Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vito/booklit

a pretty lit content authoring system
https://github.com/vito/booklit

booklit cms documentation-tool go static-site-generator

Last synced: 7 days ago
JSON representation

a pretty lit content authoring system

Awesome Lists containing this project

README

        

# booklit

[![Go Reference](https://pkg.go.dev/badge/github.com/vito/booklit.svg)](https://pkg.go.dev/github.com/vito/booklit)

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

## documentation

[booklit.page](https://booklit.page)

## installation

grab the latest [release](https://github.com/vito/booklit/releases), or build
from source:

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

## usage

```bash
booklit -i foo.lit -o ./out
```

## example

clone this repo and build the Booklit website:

```bash
./scripts/build-docs
```

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

alternatively, run the docs in server mode:

```bash
./scripts/build-docs -s 3000
```

...and then browse to [localhost:3000](https://localhost:3000)