-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Christian Thiel edited this page Feb 19, 2021
·
4 revisions
Welcome to the healthIMIS-website wiki!
The wiki can be used to document useful information for working with the website project.
Make sure you installed the all requirements like Ruby
, RubyGems
, gcc
and make
(https://jekyllrb.com/docs/installation/).
Then clone the repository, install the necessary gems:
git clone https://github.com/healthIMIS/healthIMIS-website.git
cd healthIMIS-website/
gem install jekyll bundler
Now start the development server:
bundle exec jekyll serve
You should be able to access the local instance at http://127.0.0.1:4000
in your browser.
Happy developing!
Parameter | Type | Example | Info |
---|---|---|---|
title | String | "Dummy Post" | post title / heading |
layout | Layout | post | applied layout (default: post) |
img_src | String | "assets/images/img.png" | source to image that is displayed above post |
yt_video_id | String | "oi6UI7clU5g" | ID of youtube video to display below post |
published | Boolean | true | Can be used to unpublish post without deleting it. |
Parameter | Type | Example | Info |
---|---|---|---|
title | String | "Kontakt" | page title |
layout | Layout | kontakt | applied layout (default: default) |
permalink | String | "/kontakt/" | relative link where the side should be accessible |
published | Boolean | true | Can be used to unpublish page without deleting it. |