Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 319 Bytes

readme.md

File metadata and controls

16 lines (12 loc) · 319 Bytes

Generate a static site from a leveldb store

Setup

Config file

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

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