This is the website that powers hvopen.org. It is based on the Jekyll Clean project to provide a bootstrap based website which is very clean and easy to shape into what we needed.
Jekyll content is based on collections
, which are markdown formatted
documents with some additional metadata. For HV Open we have the
following content types:
type
field to distinguish between
meetings and other events)When you open a pull request the site will be built with netlify, which will provide a rendering of the whole website. That can be inspected.
Anything that's merged into master
branch on the hvopen-website
will be built by netlify and deployed within a few minutes. Because of
that it's good to stage in PRs first to allow for quick review.
On Debian / Ubuntu installing the local environment is a small number of steps.
$ sudo apt-get install ruby ruby-dev nodejs ruby-bundler
$ cd hvopen-website/
$ bundler install --path vendor/site
You can then run a local server to test with:
$ bundler exec jekyll serve --future
Now browse to http://127.0.0.1:4000
Future is important, because by default jekyll skips content that is tagged with future dates (lets you write in advance). We use this feature for out events.
The content of this theme is distributed and licensed under a
Creative Commons Attribution 4.0 LicenseThis license lets others distribute, remix, tweak, and build upon your work,
even commercially, as long as they credit you for the original creation. This
is the most accommodating of licenses offered. Recommended for maximum
dissemination and use of licensed materials.
In other words: you can do anything you want with this theme on any site, just please provide a link to the original theme on github so I get credit for the original design. Beyond that, have at it!
This theme includes the following files which are the properties of their respective owners: