all repos — min @ 381d6807fb0b9c05e903cd5a71acde3003d15336

A small but practical concatenative programming language.

site/scripts/build.min

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
;Builds a site by processing contents and assets.
'hastysite import

"Preprocessing..." notice!
preprocess
"Processing rules.." notice!
process-rules
"Postprocessing..." notice!
postprocess
"All done." notice!