Welcome! You’ve made it to the new Edwork!


I’ve dropped Wordpress in favor of Jekyll! Using Jekyll I no longer have to manage the risk and complexity of a full CMS. Jekyll works by rendering static HTML by taking markdown files and merging them into themed templates. The resulting HTML can be copied anywhere making hosting the site simple.


I keep my website source in my git repo which after each commit I’m working to have CI Pipelines re-render the site and sync it back to the webserver. This way writing blog posts or updating site content can be done securely and quickly using almost any environment imaginable.