This is the jekyll code for www.zoneminder.com. You should be able to browse a current dev snapshot of the site at http://zoneminder.github.io
Install jekyll at http://jekyllrb.com/
To build the site locally, run jekyll build
You can also have jekyll launch a local webserve with jekyll serve
OSX Notes:
You may need to do bundle exec jekyll serve
if jekyll serve
doesn't work
If you would like to propose a change, please do the following:
- Check out this git repo locally, install jekyll, and such.
- Create a branch.
- Make your change locally and test it with
jekyll serve
and then browse tohttp://localhost:4000
- If things look good, submit a PR with a screenshot.
- If the PR gets accepted, @kylejohnson can push the updated site to the live server.
Thanks!