sensebox / sensebox.github.io

[Deprecated] This repository contains the old senseBox website. You can find the new one here: https://github.com/sensebox/sensebox-reboot
https://sensebox.de
MIT License
3 stars 9 forks source link
gh-pages hacktoberfest homepage jekyll

sensebox.github.io

senseBox website

Editing the website

Most of the articles and press releases are written with markdown. HTML can be used if needed, e.g. for linking to external pages or for embedding images.

Adding blog posts

Here you can see how to add a new blog post

Adding events

Add the event as a markdown file in the _events folder. Follow the same schema as existing files.

Adding new Projects

Add the new projects a a markdown file in the _projects folder. Use the template and follow the same schema as existing files.

Adding press reports

Add the award as a markdown file in the format 2015-01-01-topic.md in the _press folder. Follow the same schema as existing files.

Adding awards

Add the press report as a markdown file in the _awards and _awards_en folder. Follow the same schema as existing files.

Adding team members biographies

Add the biography as a markdown file in the format name.md in the _team folder. Follow the same schema as existing files.

Adding a new page

Here you can see how to add a new page

File structure

Running the page locally with Jekyll

Clone repository, cd into it and run:

jekyll serve

In a Vagrant environment, run:

jekyll serve --host 0.0.0.0 --force_polling