rchaves.app blog This is my blog, it runs on docker using simple-platform It uses Hexo to render the blog from markdown content To start it locally: npm install npm start To deploy it: eval $(docker-machine env your-machine) docker-compose up -d --build