Skip to content

Flugmango/sensebox.github.io

 
 

Repository files navigation

sensebox.github.io

senseBox Logo

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 entries

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

Adding press reports

Add the biography as a markdown file in the format 2015-01-01-topic.md in the _press 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.

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

About

senseBox website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 69.0%
  • CSS 30.7%
  • JavaScript 0.3%