all repos — hastysite @ c8780a81b797d6b585d75caf3455117bab589f1a

A high-performance static site generator.

Preparing for release.
h3rald h3rald@h3rald.com
Sat, 13 Nov 2021 21:17:29 +0100
commit

c8780a81b797d6b585d75caf3455117bab589f1a

parent

fe78bf18d61b9b404ee4fd825ab486d9a1b150df

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

jump to
M .gitignore.gitignore

@@ -7,3 +7,4 @@ nakefile

hastysite hastysite.exe HastySite_UserGuide.htm +.DS_Store
M hastysitepkg/config.nimhastysitepkg/config.nim

@@ -1,5 +1,5 @@

const pkgName* = "HastySite" - pkgVersion* = "1.3.7" + pkgVersion* = "1.3.8" pkgDescription* = "A small but powerful static site generator" pkgAuthor* = "Fabio Cevasco"