Skip to content

Commit

Permalink
doc: Improves instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
captn3m0 committed Feb 19, 2017
1 parent 34508eb commit 5ee5a45
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,11 @@ Source code for the hillhacks website.
You need to have [Jekyll](http://jekyllrb.com/) installed. Follow its
installation instructions for your platform.

Compile the site with ``jekyll b``.
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](https://kramdown.gettalong.org/syntax.html)
and [Jekyll](https://jekyllrb.com/docs/templates/) for syntax
and templating.

0 comments on commit 5ee5a45

Please sign in to comment.