Skip to content

StephanieBr/Hillhacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5ee5a45 · Feb 19, 2017

History

73 Commits
Feb 19, 2017
Feb 19, 2017
Feb 19, 2017
Feb 19, 2017
Feb 19, 2017
Feb 19, 2017
Feb 19, 2017
Feb 19, 2017
Feb 19, 2017
Feb 19, 2017
Feb 19, 2017
Feb 19, 2017
Feb 19, 2017
Feb 19, 2017
Feb 19, 2017
Feb 19, 2017
Feb 19, 2017
Feb 19, 2017
Feb 18, 2017
Feb 19, 2017
Feb 19, 2017

Repository files navigation

hillhacks website - https://hillhacks.in/

Source code for the hillhacks website.

Compiling

You need to have Jekyll installed. Follow its installation instructions for your platform.

Compile the site with jekyll b. You can have a server running using jekyll serve [--watch] [[--incremental] with the optional --watch flag to automatically regenerate the site on file saves and the --incremental flag to only generate what is needed.

The site uses kramdown and Jekyll for syntax and templating.