Add vivo y51l

Change-Id: Icb71216c53cea9a4037dfbc78c57f98651dfc859
diff --git a/_config.yml b/_config.yml
index 01d1bde..ecb9f9e 100644
--- a/_config.yml
+++ b/_config.yml
@@ -194,6 +194,9 @@
   vestel:
     output: true
 
+  vivo:
+    output: true
+
   wileyfox:
     output: true
 
diff --git a/_oem/vivo.markdown b/_oem/vivo.markdown
new file mode 100644
index 0000000..f7d323b
--- /dev/null
+++ b/_oem/vivo.markdown
@@ -0,0 +1,4 @@
+---
+layout: device
+oem: Vivo
+---
diff --git a/_vivo/vivopd1510.markdown b/_vivo/vivopd1510.markdown
new file mode 100644
index 0000000..8784b49
--- /dev/null
+++ b/_vivo/vivopd1510.markdown
@@ -0,0 +1,22 @@
+---
+layout: device
+title:  "Vivo Y51L"
+codename: pd1510
+downloadfolder: pd1510
+supportstatus: Current
+maintainer: Shahnawaz sheikh
+devicetree: https://github.com/TeamWin/android_device_vivo_pd1510
+oem: Vivo
+---
+
+{% include disclaimer.html %}
+
+{% include supportstatus.html %}
+
+{% include appinstall.html %}
+
+{% include download.html %}
+
+{% include twrpinstall.html %}
+
+{% include fastbootinstall.html %}
\ No newline at end of file
diff --git a/oem/vivo.html b/oem/vivo.html
new file mode 100644
index 0000000..8f333fa
--- /dev/null
+++ b/oem/vivo.html
@@ -0,0 +1,18 @@
+---
+layout: oem
+title: Vivo
+permalink: /Devices/Vivo/
+exclude: true
+---
+
+<div class="home">
+
+  <hr />
+  <ul class="post-list" id="post-list">
+    {% for post in site.vivo %}
+      <p>
+	<strong><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }} ({{ post.codename }})</a></strong>
+      </p>
+    {% endfor %}
+  </ul>
+</div>