Skip to content

Took some time to add a new feature to my Squidblog CLI. You can now modify some of the frontmatter of your posts using a new subcommand called modify.

Modifying Frontmatter

squidblog_cli_modify
Modifying Frontmatter

I don't have all frontmatter accounted for yet. Right now you can just modify the following fields:

  • Comments: Disable or Enable
  • Draft Status: Enable or Disable
  • Category: Add or Remove
  • Tags: Add or Remove

Really, for tags and categories, it's really just an overwrite operation. I'm just having it replace the existing list with the new.

Comments