all repos — hastysite @ a2fa48b843c7f4ac15966e131920084ede7b9e49

A high-performance static site generator.

Upgraded to min v0.45.
h3rald h3rald@h3rald.com
Sat, 12 Oct 2024 15:09:32 +0200
commit

a2fa48b843c7f4ac15966e131920084ede7b9e49

parent

7414cc17ecbf64cdc136b30c121f8ffaa4340e6c

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

jump to
M hastysite.nimblehastysite.nimble

@@ -9,7 +9,7 @@ bin = @["hastysite"]

installDirs = @["minpkg", "hastysitepkg"] # Deps -requires: "nim >= 2.0.0, min >= 0.40.0, checksums, hastyscribe >= 2.1.0, mustache" +requires: "nim >= 2.0.0, min >= 0.45.0, checksums, hastyscribe >= 2.1.0, mustache" # Tasks const
M hastysitepkg/config.nimhastysitepkg/config.nim

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

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