all repos — hastysite @ 85e13f4f5f14ba66d8e373c40c4c1c0966cc48e7

A high-performance static site generator.

hastysite.nimble

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
[Package]
name          = "hastysite"
version       = "1.0.0"
author        = "Fabio Cevasco"
description   = "A small but powerful static site generator"
license       = "MIT"
bin           = "hastysite"

[Deps]
requires: "nim >= 0.15.0, yaml >= 0.7.0, hastyscribe >= 1.4.0, minim >= 0.2.0"