Add Amazfit Pace Markdown

Change-Id: Ib1e7d037a32acef052a142ce26febed7aea4296b
diff --git a/_config.yml b/_config.yml
index 8881eda..ac441e6 100644
--- a/_config.yml
+++ b/_config.yml
@@ -74,6 +74,9 @@
   htc:
     output: true
 
+  huami:
+    output: true
+
   huawei:
     output: true
 
diff --git a/_huami/huanghe.markdown b/_huami/huanghe.markdown
new file mode 100644
index 0000000..b4dbeb9
--- /dev/null
+++ b/_huami/huanghe.markdown
@@ -0,0 +1,23 @@
+---
+layout: device
+title:  "Amazfit Pace"
+codename: huanghe
+downloadfolder: huanghe
+supportstatus: Current
+maintainer: Mauronofrio
+oem: Huami
+devicetree: https://github.com/TeamWin/android_device_huami_huanghe
+xdathread: "https://forum.xda-developers.com/smartwatch/amazfit/twrp-unofficial-twrp-3-x-recovery-t3851089"
+---
+
+{{% include disclaimer.html %}
+
+{% include supportstatus.html %}
+
+{% include appinstall.html %}
+
+{% include download.html %}
+
+{% include twrpinstall.html %}
+
+{% include fastbootinstall.html %}
diff --git a/oem/huami.html b/oem/huami.html
new file mode 100644
index 0000000..b5d13f7
--- /dev/null
+++ b/oem/huami.html
@@ -0,0 +1,18 @@
+---
+layout: oem
+title: Huami
+permalink: /Devices/Huami/
+exclude: true
+---
+
+<div class="home">
+
+  <hr />
+  <ul class="post-list" id="post-list">
+    {% for post in site.huami %}
+      <p>
+	<strong><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }} ({{ post.codename }})</a></strong>
+      </p>
+    {% endfor %}
+  </ul>
+</div>