Install simple nginx instance with a Jekyll build off a bare git repo. Credit goes out to this awesome blog post
First, copy the group_vars/jekyll.yml to a local group_vars/jekyll.yml file and customize the variables to your needs.
ansible-playbook site.yml
Then, to deploy a Jekyll site to your new server:
git remote add prod [email protected]:repos/example-repo.git
git push prod master