borkdude / quickblog

Light-weight static blog engine for Clojure and babashka
https://blog.michielborkent.nl/
MIT License
165 stars 28 forks source link

`bb quickblog new --tags` is broken #46

Closed jmglov closed 1 year ago

jmglov commented 1 year ago

When specifying a list of tags using the --tags argument to bb quickblog new, you get a list of the characters in the tag strings:

: jmglov.net; bb quickblog new --title "Test post" --file test.md --tags 'foo,bar'

: jmglov.net; cat posts/test.md 
Title: Test post
Date: 2022-12-11
Tags: f,o,o,,,b,a,r

Write a blog post here!
jmglov commented 1 year ago

Working on this now.