Skip to main content

Digitally Adrift

Writefreely CLI

Working on getting the Wrtiefreely CLI setup. It was pretty easy. Just install the go binary and authenticate with my server

I’m trying to think through a good way to keep all my posts archived in a way that makes sense but is also under my control. With the CLI I will have the ability to write Markdown files and post them with a single command.

This means I can create a git repo that will store and version everything and I can push that to a self hosted git repo manager like Gitea or Gitlab. Then I can mirror that to my Github account and keep multiple backups in sync.

Not sure if anything I write is worth this level of redundancy but it feels like an interesting exercise.