all repos — hastysite @ 975afa2d4d031cb3d3763ddc5d4022765ffbc934

A high-performance static site generator.

site/settings.json

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
{
  "contents": "contents",
  "assets": "assets",
  "templates": "templates",
  "temp": "temp",
  "output": "output",
  "scripts": "scripts",
  "title": "HastySite",
  "description": "A simple but powerful static site generator",
  "rules": "rules.min"
}