Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

delete command doesn't work #176

Open
emmanuelclement opened this issue Jan 2, 2023 · 3 comments
Open

delete command doesn't work #176

emmanuelclement opened this issue Jan 2, 2023 · 3 comments

Comments

@emmanuelclement
Copy link

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.)

@philomorphism
Copy link

Hi! Through the bb.sh script, only the .HTML file is required to be deleted for a proper function. .md files can safely be deleted with system commands/file-explorer.

@leafstrat
Copy link

@XinYaanZyoy You should just fork this thing. Carlos is not active.

@philomorphism
Copy link

Hi, @leafstrat ! I'm not a programmar actually, it's just my side project that I've taken up to build my personal academic site, and bashblog seemed beautiful simple script. in trying so, I've ended up reading the whole script (and learning bunch of bash(ed) stuff 😄). so, yeah it's unlikely that I'll be able to go far with this. Though, if nothing goes right, and if my interests remains... (time will tell what happens)

Thanks, anyways, for considering! have a good day! 👊💜😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants