Dave DeLong on Nostr: Since I'm not an Apple employee anymore, I can actually talk about some code I've ...
Since I'm not an Apple employee anymore, I can actually talk about some code I've written for myself.
The first up is “jekyll-pub": https://github.com/davedelong/jekyll-pub
This is a small macOS command-line tool I wrote that serves a local Jekyll-based blog up via an XML-RPC API, so you can interact with it via blogging tools. I wrote a bit about it here: https://davedelong.com/blog/2020/06/14/anything-worth-doing/
For my own blog, any time I want to write something I run a little zsh script that clones & runs the project and launches MarsEdit
The first up is “jekyll-pub": https://github.com/davedelong/jekyll-pub
This is a small macOS command-line tool I wrote that serves a local Jekyll-based blog up via an XML-RPC API, so you can interact with it via blogging tools. I wrote a bit about it here: https://davedelong.com/blog/2020/06/14/anything-worth-doing/
For my own blog, any time I want to write something I run a little zsh script that clones & runs the project and launches MarsEdit