Added device markdown for oukitel mix 2

Change-Id: I12658e1c9acb08a73c439fbc92b1ee57ce85dde2
diff --git a/_config.yml b/_config.yml
index fb652de..8881eda 100644
--- a/_config.yml
+++ b/_config.yml
@@ -146,6 +146,9 @@
   oppo:
     output: true
 
+  oukitel:
+    output: true
+
   pantech:
     output: true
 
diff --git a/_oem/oukitel.markdown b/_oem/oukitel.markdown
new file mode 100644
index 0000000..c215380
--- /dev/null
+++ b/_oem/oukitel.markdown
@@ -0,0 +1,4 @@
+---
+layout: device
+oem: oukitel
+---
diff --git a/_oukitel/oukitelmix2.markdown b/_oukitel/oukitelmix2.markdown
new file mode 100644
index 0000000..17750d8
--- /dev/null
+++ b/_oukitel/oukitelmix2.markdown
@@ -0,0 +1,28 @@
+---
+layout: device
+title: "OUKITEL MIX 2"
+codename: mix2
+oem: oukitel
+downloadfolder: mix2
+supportstatus: Current
+maintainer: thanasxda
+ddof: "/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/recovery"
+devicetree: https://github.com/MadMIX2/android_device_oukitel_mix2
+xdathread: "https://forum.xda-developers.com/android/development/twrp-3-2-3-0-oukitel-mix-2-mt6757-t3877283"
+---
+
+{% include disclaimer.html %}
+
+{% include supportstatus.html %}
+
+{% include dmverity.html %}
+
+{% include appinstall.html %}
+
+{% include download.html %}
+
+{% include twrpinstall.html %}
+
+{% include fastbootinstall.html %}
+
+{% include ddinstall.html %}
diff --git a/oem/oukitel.html b/oem/oukitel.html
new file mode 100644
index 0000000..f1d5d86
--- /dev/null
+++ b/oem/oukitel.html
@@ -0,0 +1,18 @@
+---
+layout: oem
+title: Oukitel
+permalink: /Devices/Oukitel/
+exclude: true
+---
+
+<div class="home">
+
+  <hr />
+  <ul class="post-list" id="post-list">
+    {% for post in site.oukitel %}
+      <p>
+	<strong><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }} ({{ post.codename }})</a></strong>
+      </p>
+    {% endfor %}
+  </ul>
+</div>