Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bfulop/leveltostatic
https://github.com/bfulop/leveltostatic
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bfulop/leveltostatic
- Owner: bfulop
- Created: 2018-10-31T15:37:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T02:15:49.000Z (about 2 years ago)
- Last Synced: 2024-11-21T14:41:38.014Z (2 months ago)
- Language: JavaScript
- Size: 494 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: readme.md
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"
}
```