Add Ergo F500

Change-Id: Ia9fd4a9286e308f592c6b7b41656c4a95c048a9e
diff --git a/_config.yml b/_config.yml
index ecb9f9e..f457287 100644
--- a/_config.yml
+++ b/_config.yml
@@ -59,6 +59,9 @@
   elephone:
     output: true
 
+  ergo:
+    output: true
+
   essential:
     output: true
 
diff --git a/_ergo/ergoF500.markdown b/_ergo/ergoF500.markdown
new file mode 100644
index 0000000..5ab03ae
--- /dev/null
+++ b/_ergo/ergoF500.markdown
@@ -0,0 +1,27 @@
+---
+layout: device
+title:  "Ergo Force F500"
+codename: F500
+downloadfolder: F500
+supportstatus: Current
+maintainer: lomatik
+oem: Ergo
+devicetree: https://github.com/TeamWin/android_device_Ergo_F500
+mtkchipset: mt6580
+---
+
+{% include disclaimer.html %}
+
+{% include supportstatus.html %}
+Note, this Recovery on phones with stock android 5.1(2016) can be work uncorrect.
+Tested and successfully worked only on Ergo Force F500 with stock 7.0 android(2017).
+
+{% include appinstall.html %}
+
+{% include download.html %}
+
+{% include twrpinstall.html %}
+
+{% include ddinstall.html %}
+
+{% include mtkinstall.html %}
diff --git a/_oem/ergo.markdown b/_oem/ergo.markdown
new file mode 100644
index 0000000..373bce6
--- /dev/null
+++ b/_oem/ergo.markdown
@@ -0,0 +1,4 @@
+---
+layout: device
+oem: Ergo
+---
diff --git a/oem/ergo.html b/oem/ergo.html
new file mode 100644
index 0000000..db765da
--- /dev/null
+++ b/oem/ergo.html
@@ -0,0 +1,18 @@
+---
+layout: oem
+title: Ergo
+permalink: /Devices/Ergo/
+exclude: true
+---
+
+<div class="home">
+
+  <hr />
+  <ul class="post-list" id="post-list">
+    {% for post in site.ergo %}
+      <p>
+	<strong><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }} ({{ post.codename }})</a></strong>
+      </p>
+    {% endfor %}
+  </ul>
+</div>