all repos — hastysite @ aa54f112c8c711243e3a962099f3d2f0944eb88a

A high-performance static site generator.

Fixed min-related changes.
h3rald h3rald@h3rald.com
Sun, 26 Mar 2017 18:49:19 +0200
commit

aa54f112c8c711243e3a962099f3d2f0944eb88a

parent

3f90149bdfbe64b37a92c864ba8dc49368eb0a40

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

jump to
M hastysite.nimhastysite.nim

@@ -47,7 +47,7 @@

#### min Library proc hastysite_module*(i: In, hs: HastySite) = - i.define("hastysite") + i.define() .symbol("metadata") do (i: In): i.push i.fromJson(hs.metadata)

@@ -143,7 +143,7 @@ var hastyscribe = newHastyScribe(options, fields)

let file = t.getString() i.push hastyscribe.compileFragment(file, hs.dirs.contents).newVal - .finalize() + .finalize("hastysite") #### Helper Functions