Thursday, Mar 31
shite: the little static site generator from shell
made and submitted by adityaathalye
This is baaasically what it does...
cat ${body_content_file} |
${content_proc_fn} |
shite_build_page |
${html_formatter_fn} |
tee "${shite_global_data[publish_dir]}/${html_output_file_name}"