/rzl-homepage

a preliminary proposal for our new homepage

Primary LanguageJavaScriptOtherNOASSERTION

rzl-homepage

Build Status DevDependency Updates

To try out the new version, visit the test installation (updated automatically with each commit, checked every minute).

This repository is rather large (about 200MB at the time of writing) because everything (including images) is included. The initial cloning therefore takes a few seconds (depending on your Internet connection).

Contribution Policy

To contribute content or code please create a pull request, so that we can have a look at it and discuss your changes. We integrate with Travis CI so that we can easily see if your pull request breaks our build and thus cannot be merged.

When contributing blog posts you may of course automatically merge your pull request as soon as Travis approves.

Please use HTML on content pages sparingly. Blog posts should always be written in Markdown if no special HTML content is required. Please set your editor to break after 85 characters and use spaces instead of tabs.

We will provide temples for creating blog posts. You will be able to add blog posts consisting of text only on Github.

In case of questions, please talk to Else.

Contributing

Requirements

sudo apt-get install nodejs jekyll
sudo npm install -g grunt-cli bower

Setup

npm install
bower install

Hacking

grunt serve
vi app/$file

Building

grunt