I have completed a first version of my tool to publish a website on Github Pages from an Evernote notebook. It uses both the Evernote and Github APIs to read notes, convert them into a Jekyll-powered, static site and write them to a Git repository on Github. Hosting is free on Github's infrastructure. The generated files are just that, files in a Git repository, so that you can basically host them where ever you like. Github Pages is just one convenient way to do this. Github also supports using a custom domain name, which my tool also supports. The tool is open source and can be used both ho