all repos — hastysite @ 68ba945a5c3b4609cb637cf31d934d05365b9c73

A high-performance static site generator.

Removed debug message.
h3rald h3rald@h3rald.com
Tue, 19 May 2026 14:55:14 +0200
commit

68ba945a5c3b4609cb637cf31d934d05365b9c73

parent

b6ad7d3e08e23e591cd2dfc95b09f1e0c4f64d86

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

jump to
M hastysite.nimhastysite.nim

@@ -213,7 +213,6 @@ ERRORS_HANDLED = false

var i = newMinInterpreter(file, file.parentDir) i.hastysite_module(hs) i.interpret(newFileStream(file, fmRead)) - echo "test..." ERRORS_HANDLED = true #### Main Functions