Add Ulefone Armor 6

* Add new OEM Ulefone
* Add layout file for it's device Armor 6
* Update config to show newly added oem and it's devcies

Signed-off-by: chankruze <chankruze@gmail.com>
Change-Id: I1d1505a7f9548263876303f9cf0dba11f87ee3ad
diff --git a/oem/ulefone.html b/oem/ulefone.html
new file mode 100644
index 0000000..0fc4ccd
--- /dev/null
+++ b/oem/ulefone.html
@@ -0,0 +1,16 @@
+---
+layout: oem
+title: Ulefone
+permalink: /Devices/Ulefone/
+exclude: true
+---
+<div class="home">
+    <hr />
+    <ul class="post-list" id="post-list">
+        {% for post in site.ulefone %}
+        <p>
+            <strong><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }} ({{ post.codename }})</a></strong>
+        </p>
+        {% endfor %}
+    </ul>
+</div>
\ No newline at end of file