all repos — min @ 867ef5f1535f420a8e9525e0cd3ccd00304b2310

A small but practical concatenative programming language.

site/scripts/build.min

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

clean-temp
"Preprocessing..." notice
preprocess
"Processing rules.." notice
process-rules
"All done." notice