all repos — h3rald @ ef8ea49dcfec8a18935e68b0a07ad882a57af38d

The sources of https://h3rald.com

scripts/build.min

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

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