Add UMIDIGI One Max
Add all jekyll layouts to add new oem with device markdown.
Signed-off-by: chankruze <chankruze@gmail.com>
Change-Id: I42a24131e1fb9003a9ff774c0e23803d5a425feb
diff --git a/_config.yml b/_config.yml
index 8881eda..3208151 100644
--- a/_config.yml
+++ b/_config.yml
@@ -172,6 +172,9 @@
twrp:
output: true
+
+ umidigi:
+ output: true
unihertz:
output: true
diff --git a/_oem/umidigi.markdown b/_oem/umidigi.markdown
new file mode 100644
index 0000000..735bac0
--- /dev/null
+++ b/_oem/umidigi.markdown
@@ -0,0 +1,4 @@
+---
+layout: device
+oem: Umidigi
+---
\ No newline at end of file
diff --git a/_umidigi/onemax.markdown b/_umidigi/onemax.markdown
new file mode 100644
index 0000000..0e05f10
--- /dev/null
+++ b/_umidigi/onemax.markdown
@@ -0,0 +1,27 @@
+---
+layout: device
+title: "UMIDIGI One Max"
+codename: One_Max
+oem: Umidigi
+downloadfolder: one_max
+supportstatus: Current
+maintainer: chankruze
+ddof: "/dev/block/platform/bootdevice/by-name/recovery"
+devicetree: https://github.com/TeamWin/android_device_umidigi_one_max
+xdathread: "https://forum.xda-developers.com/android/development/twrp-twrp-3-3-0-0-umidigi-one-max-t3926615"
+---
+{% 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/umidigi.html b/oem/umidigi.html
new file mode 100644
index 0000000..a8126c9
--- /dev/null
+++ b/oem/umidigi.html
@@ -0,0 +1,16 @@
+---
+layout: oem
+title: UMIDIGI
+permalink: /Devices/Umidigi/
+exclude: true
+---
+<div class="home">
+ <hr />
+ <ul class="post-list" id="post-list">
+ {% for post in site.umidigi %}
+ <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