all repos — hastysite @ 29ef2b8b37c537f407933b371f1a21bdb20e5e9b

A high-performance static site generator.

site/settings.json

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
{
  "contents": "contents",
  "assets": "assets",
  "templates": "templates",
  "temp": "temp",
  "output": "output",
  "scripts": "scripts",
  "title": "My Web Site",
  "rules": "rules.min"
}