Rivulets
2020-02-06 15:53
I surrendered to Xcode, this blog will live inside it and I will compose new entries in Xcode for now, and Publish new Blog Site right from there. What's great about this is that all of the blog is saved inside the project in GitHub, and its all nice and safe and backed up and totally under my control...

Here's My Workflow

I surrendered to Xcode, this blog will live inside it and I will compose new entries in Xcode for now, and Publish new Blog Site right from there

What's great about this is that all of the blog is saved inside the project in GitHub, and its all nice and safe and backed up and totally under my control.

I made a template .MD file which is in the Xcode bundle

To make new files, I do a File>Duplicate to make a copy, I name it and put it in the Posts output directory:

  • Dont forget to fix the date
  • For now you must add tags yourself

Then, compose the post as you like then command-S to save the post command-R to rebuild.

At this point the updated site is ready for viewing at localhost:8000

Tagged with: