The Journey Begins
I'm in the process of learning org-mode and figured the best way of doing so would be to create a blog about it. Enter org-static-blog.
org-static-blog is a package for Emacs that at it's simplest lets you export a directory of .org files to a static html site. Pretty cool, right?
Here's what the process looks like in Emacs once you have the package installed:
Step One: Execute M-x org-static-blog-create-new-post (or C-SPC obp as I currently have it configured) and write the content.
Step Two: Execute M-x org-static-blog-publish and upload to the webhost.
Done. Simple and easy to do.
I look forward to building out the blog and figuring out the different features like styling and what not in org-static-blog.