jekyll

Blog Deployment Workfow using Nginx, Jekyll, and git post-receive Hooks

This blog post shows how I set up a remote repository on my deployment server for making blog deployments as easy as git push deploy master. This website lives within a git repository on my private git site, and it was made using jekyll. Prerequisites There are a couple things that are required before you start this tutorial. You must have: access to a private server for hosting your site (if it’s just for testing purposes, a laptop or computer will do) basic knowledge of git. … »