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
- Host: GitHub
- URL: https://github.com/zoneminder/zoneminder.github.io
- Owner: ZoneMinder
- Created: 2015-12-04T16:39:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-01-03T20:26:30.000Z (over 1 year ago)
- Last Synced: 2025-08-16T12:59:35.945Z (8 months ago)
- Language: CSS
- Size: 13.9 MB
- Stars: 6
- Watchers: 12
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!