git.nmyk.io / cowsay-blog

@ ba2a53f732d125d6d7d3abcdac9bf5aaa0ec64f1

refs | commits



README.md

# a minimal cowsay blog

usage:
    
    # Make necessary directories
    mkdir posts cowposts cowposts_html public_html
    
    # Moo!
    echo "hello world" > hello_world
    . cowpost hello_world
    . deploy