Meu Blog url: https://wteophilo.github.io theme: Flexible-Jekyll Dependencies This blog depends on docker docker-compose jekyll to build the blog. Installation dependencies $ make install How to use Start the app: $ make up To shutdown the application: $ make down Create a post $ make create-post post_name="post-name" Run a shell inside the container: $ make shell