Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bfulop/leveltostatic


https://github.com/bfulop/leveltostatic

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

### Generate a static site from a leveldb store

## Setup

### Config file

The exporter reads the `config.json` file to get the relevant paths:
pat

```json
{
"dist": "/path/to/export/directory",
"quiverdb": "/path/to/leveldb/directory",
"templates": "/Users/bfulop/Work/Abundancia/abundanciahq/templates"
}
```