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

bbb95dc5a57601282f387e75fc2533832af5203d — William Clarke 11 months ago 8640917
sh doesn't support brace expansion
1 files changed, 2 insertions(+), 1 deletions(-)

M ssssg
M ssssg => ssssg +2 -1
@@ 14,7 14,8 @@ main() {
    touch src/config.yaml src/_top.html src/_bottom.html src/_header.html \
        src/index.md src/posts.md src/tags
    cp src/*md tmp/
    cp src/*{html,txt} dst/
    cp src/*html dst/
    cp src/*txt dst/

    # Generate tmp/posts/*.md, tmp/index.md, tmp/posts.md, tmp/tags.md,
    # tmp/tags/example-tag.md files, using our posts as a source