Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 676 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 676 Bytes

Hillhacks website - Hacking and Making In Himalaya

Website Address :- 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.