all repos — hastysite @ dfc425491ba2581bdaacc28e67d9d15d21f20d5b

A high-performance static site generator.

Updated nimble package
h3rald h3rald@h3rald.com
Sun, 25 Apr 2021 12:32:30 +0000
commit

dfc425491ba2581bdaacc28e67d9d15d21f20d5b

parent

6de2ebff8244ce98810738e3a1323604ec6cc0f3

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

jump to
M hastysite.nimhastysite.nim

@@ -22,7 +22,7 @@ packages/hastyscribe/src/hastyscribe,

packages/moustachu/src/moustachu import - config + hastysitepkg/config type HastyDirs = object
M hastysite.nimblehastysite.nimble

@@ -1,4 +1,4 @@

-import config +import hastysitepkg/config # Package version = pkgVersion

@@ -6,6 +6,7 @@ author = pkgAuthor

description = pkgDescription license = "MIT" bin = @["hastysite"] +installDirs = @["minpkg", "hastysitepkg"] # Deps requires: "nim >= 1.4.4, zippy >= 0.5.6"