-
Notifications
You must be signed in to change notification settings - Fork 240
Open
Description
When I want to delete a blog post, I use :
$ ./bb.sh delete myPost.md
but it does only delete the md file, not the generated html one too.
In order to delete the html file, I need to use the command once :
$ ./bb.sh delete myPost.html
Ideally, delete one blog post should delete both the md source and the generated html files.
(Sorry for not making a PR but I don't have the technical Bash skills to do it.)
Metadata
Metadata
Assignees
Labels
No labels