all repos — hastysite @ 027e0bc35d99c6d2cec26623710337b8781c677f

A high-performance static site generator.

Now depending on min instead of minim.
h3rald h3rald@h3rald.com
Sun, 05 Mar 2017 14:02:28 +0100
commit

027e0bc35d99c6d2cec26623710337b8781c677f

parent

1e77065565a49f578429f3abf9dd58a44f5052a4

2 files changed, 6 insertions(+), 6 deletions(-)

jump to
M hastysite.nimhastysite.nim

@@ -12,7 +12,7 @@ logging

import packages/NimYAML/yaml, - packages/minim/minim, + packages/min/min, packages/hastyscribe/hastyscribe import

@@ -44,7 +44,7 @@ MetadataRequiredException* = ref Exception

setLogFilter(lvlNotice) -#### MiNiM Library +#### min Library proc hastysite_module*(i: In, hs: HastySite) = i.define("hastysite")
M nifty.jsonnifty.json

@@ -37,11 +37,11 @@ "name": "hastyscribe",

"git": true, "src": "https://github.com/h3rald/hastyscribe.git" }, - "minim": + "min": { - "name": "minim", + "name": "min", "git": true, - "src": "https://github.com/h3rald/minim.git" + "src": "https://github.com/h3rald/min.git" }, "commandeer": {

@@ -50,4 +50,4 @@ "src": "https://github.com/fenekku/commandeer.git",

"git": true } } -}+}