senseBox 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.
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.
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.
Add the biography as a markdown file in the format name.md in the _team folder. Follow the same schema as existing files.
Clone repository, cd into it and run:
jekyll serveIn a Vagrant environment, run:
jekyll serve --host 0.0.0.0 --force_polling