~will-clarke/super-simple-static-site-generator

0baded977179ffc31d10926448dcffec337b017b — William Clarke 2 years ago 304db12
Add really short info on the actual script
1 files changed, 5 insertions(+), 0 deletions(-)

M ssssg
M ssssg => ssssg +5 -0
@@ 1,4 1,9 @@
#!/bin/sh
#
# Super Simple Static Site Generator
#
# This script will abuse pandoc to create
# a fabulous bare-bones static site.

main() {
    # Some housekeeping that's probably not 100% necessary