added gigaset gs4 markdown

Change-Id: I3879f27a272bd99c400e5a7abdc45b77af9ec9a4
diff --git a/_Gigaset/gigasetgs4.markdown b/_Gigaset/gigasetgs4.markdown
new file mode 100644
index 0000000..1279dc8
--- /dev/null
+++ b/_Gigaset/gigasetgs4.markdown
@@ -0,0 +1,29 @@
+---
+layout: device
+title:  "Gigaset GS4"
+codename: Gigaset_GS4
+downloadfolder: Gigaset_GS4
+supportstatus: Current
+maintainer: StarMiner99
+oem: Gigaset
+devicetree: https://github.com/TeamWin/android_device_Gigaset_Gigaset_GS4
+xdathread: https://forum.xda-developers.com/t/root-gigaset-gs4.4219439/#post-85111317
+ddof: /dev/block/by-name/recovery
+---
+
+{% include disclaimer.html %}
+
+{% include supportstatus.html %}
+
+{% include appinstall.html %}
+
+{% include download.html %}
+
+<div class='page-heading'>Installation:</div>
+You can find more precise Installation Instructions in the xda forum: https://forum.xda-developers.com/t/root-gigaset-gs4.4219439/#post-85111317
+
+{% include twrpinstall.html %}
+
+{% include fastbootinstall.html %}
+
+{% include ddinstall.html %}
diff --git a/_config.yml b/_config.yml
index f457287..56a7ce0 100644
--- a/_config.yml
+++ b/_config.yml
@@ -68,6 +68,9 @@
   fairphone:
     output: true
 
+  gigaset:
+    output: true
+
   google:
     output: true
 
diff --git a/oem/gigaset.html b/oem/gigaset.html
new file mode 100644
index 0000000..0ee856a
--- /dev/null
+++ b/oem/gigaset.html
@@ -0,0 +1,18 @@
+---
+layout: oem
+title: Gigaset
+permalink: /Devices/Gigaset/
+exclude: true
+---
+
+<div class="home">
+
+  <hr />
+  <ul class="post-list" id="post-list">
+    {% for post in site.gigaset %}
+      <p>
+	<strong><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }} ({{ post.codename }})</a></strong>
+      </p>
+    {% endfor %}
+  </ul>
+</div>