all repos — hastysite @ df69bd329dc3a200d9ca2e2b8c9276cb6c5ae22d

A high-performance static site generator.

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

df69bd329dc3a200d9ca2e2b8c9276cb6c5ae22d

parent

1efde1035c2689143906161d64d45bfccb790688

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"