An open API service indexing awesome lists of open source software.

https://github.com/zoneminder/zoneminder.github.io

The code for www.zoneminder.com
https://github.com/zoneminder/zoneminder.github.io

Last synced: 8 months ago
JSON representation

The code for www.zoneminder.com

Awesome Lists containing this project

README

          

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:

1. Check out this git repo locally, install jekyll, and such.
2. Create a branch.
3. Make your change locally and test it with `jekyll serve` and then browse to `http://localhost:4000`
4. If things look good, submit a PR with a screenshot.
5. If the PR gets accepted, @kylejohnson can push the updated site to the live server.

Thanks!