bashblog icon indicating copy to clipboard operation
bashblog copied to clipboard

Changes using bb.sh -f edit /path/to/blog-post get nuked at next bb rebuild

Open JohnDarkhorse opened this issue 8 years ago • 1 comments

Got my rusty brains working on how to create unique blog posts within the limits of bashblog and so invoked the -f option to edit the whole html document.

Made my inline style changes to the <body> tag and the blog post looked real nice.

Next time I ran "bb rebuild", all those changes got nuked.

What good is the -f edit option if the changes made with it are temporary?

JohnDarkhorse avatar Aug 19 '17 04:08 JohnDarkhorse

I personally can never get edits to stick, so I just create a new file outside of my blog folder and edit it normally in nVim with the bashblog format, then copy and paste it into a new ./bb post

Natfan avatar Sep 02 '17 21:09 Natfan