Added LYF Water 8

Change-Id: I1475f4f195ef3da3429576bfb0f168cfee9c8374
Signed-off-by: AndroiableDroid <androiabledroid@gmail.com>
diff --git a/_LYF/LYFmobee01a.markdown b/_LYF/LYFmobee01a.markdown
new file mode 100644
index 0000000..844a7a5
--- /dev/null
+++ b/_LYF/LYFmobee01a.markdown
@@ -0,0 +1,22 @@
+---
+layout: device
+title:  "LYF Water 8"
+codename: mobee01a
+downloadfolder: mobee01a
+supportstatus: Current
+maintainer: Mohd Faraz
+devicetree: https://github.com/TeamWin/android_device_LYF_mobee01a
+oem: LYF
+---
+
+{% include disclaimer.html %}
+
+{% include supportstatus.html %}
+
+{% include appinstall.html %}
+
+{% include download.html %}
+
+{% include twrpinstall.html %}
+
+{% include fastbootinstall.html %}
diff --git a/_config.yml b/_config.yml
index 7fbd8ba..fb652de 100644
--- a/_config.yml
+++ b/_config.yml
@@ -101,6 +101,9 @@
   lg:
     output: true
 
+  LYF:
+    output: true
+
   marshall:
     output: true
 
diff --git a/_oem/LYF.markdown b/_oem/LYF.markdown
new file mode 100644
index 0000000..d02505b
--- /dev/null
+++ b/_oem/LYF.markdown
@@ -0,0 +1,4 @@
+---
+layout: device
+oem: LYF
+---
diff --git a/oem/LYF.html b/oem/LYF.html
new file mode 100644
index 0000000..1006ac8
--- /dev/null
+++ b/oem/LYF.html
@@ -0,0 +1,18 @@
+---
+layout: oem
+title: LYF
+permalink: /Devices/LYF/
+exclude: true
+---
+
+<div class="home">
+
+  <hr />
+  <ul class="post-list" id="post-list">
+    {% for post in site.LYF %}
+      <p>
+	<strong><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }} ({{ post.codename }})</a></strong>
+      </p>
+    {% endfor %}
+  </ul>
+</div>