Skip to content

unified-diff/unified-diff.github.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unified Diff

Source code for the Unified Diff website.

Hacking

The site is built with Jekyll, and deployed via Github Pages. You can install Jekyll by running...

gem install jekyll --no-rdoc --no-ri

Then after cloning the repo, change to the folder and start the Jekyll server...

jekyll serve --watch

Jekyll is now running and you should be able to navigate to the following URL to view the website...

http://localhost:4000

With the --watch flag, any new or modified files will be automatically regenerated by Jekyll. So when you make changes to files these will automatically be updated, so it's nice and easy to develop.