The -n flag causes breakages due to spaces in the src file name #26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When creating a new post , BSSG creates a file that looks like
2025-05-26-test-post.md. When using./bssg.sh edit -n src/2025-05-26-test-post.mdthe file gets renamed to2025-05-26 20:55:36 -0400-test-post.md.During the build process, this results in
This breaks the build and leaves one with a broken site unless they manually rename the file. My guess is there a variable that need double quotes around it somewhere.
I'll check this, thanks!
Fixed in 0.30.0
Thank you! 0.30.0 looks amazing!