aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2017-07-28 20:27:56 -0500
committerMatt Rude <[email protected]>2017-07-28 20:27:56 -0500
commitcc05a9d97e108de19555b5efa22cabd1b8b7cd12 (patch)
tree76ec66bf93abb728398460d2c95b75d66e9da3b2
parente2d63820c451a52a8779e3aadde952065fe277a1 (diff)
downloadunifi-frontpage-cc05a9d97e108de19555b5efa22cabd1b8b7cd12.tar.gz
unifi-frontpage-cc05a9d97e108de19555b5efa22cabd1b8b7cd12.tar.bz2
unifi-frontpage-cc05a9d97e108de19555b5efa22cabd1b8b7cd12.zip
Minor Updates
-rw-r--r--.gitignore1
-rw-r--r--_config.yml4
-rw-r--r--_site/index.html38
3 files changed, 5 insertions, 38 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ca35be0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+_site
diff --git a/_config.yml b/_config.yml
index 0d0c9d7..0c64af2 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,3 +1,7 @@
# Site settings
title: UniFi Network Controller
url: "unifi.lan.therudes.com"
+
+exclude:
+- LICENSE
+- README.md
diff --git a/_site/index.html b/_site/index.html
deleted file mode 100644
index 73f4c31..0000000
--- a/_site/index.html
+++ /dev/null
@@ -1,38 +0,0 @@
-<div class="container offsetanchor" id="clients">
- <div class="row">
-
- <div class="col-md-4" style="min-height:280px;">
-
- <center><h3>Parents House</h3></center>
- <ul>
- <li><b>Admin Dashboard</b>: <a href="https://unifi.lan.therudes.com:8443/manage/site/default/dashboard">https://unifi.lan.therudes.com:8443/manage/site/default/dashboard</a></li>
- <li><b>Hotspot Portal</b>: <a href="https://unifi.lan.therudes.com:8443/manage/hotspot/site/default/">https://unifi.lan.therudes.com:8443/manage/hotspot/site/default/</a></li>
- <li><b>Hotspot Portal login</b>: <a href="https://unifi.lan.therudes.com:8443/manage/hotspot/account/login/default/">https://unifi.lan.therudes.com:8443/manage/hotspot/account/login/default/</a></li>
- <li><b>Guest Portal</b>: <a href="http://unifi.lan.therudes.com:8880/guest/s/default/">http://unifi.lan.therudes.com:8880/guest/s/default/</a></li>
- </ul>
- </div><!-- end class col-md-4 -->
-
- <div class="col-md-4" style="min-height:280px;">
-
- <center><h3>Cabin</h3></center>
- <ul>
- <li><b>Admin Dashboard</b>: <a href="https://unifi.lan.therudes.com:8443/manage/site/99fwvnzi/dashboard">https://unifi.lan.therudes.com:8443/manage/site/99fwvnzi/dashboard</a></li>
- <li><b>Hotspot Portal</b>: <a href="https://unifi.lan.therudes.com:8443/manage/hotspot/site/99fwvnzi/">https://unifi.lan.therudes.com:8443/manage/hotspot/site/99fwvnzi/</a></li>
- <li><b>Hotspot Portal login</b>: <a href="https://unifi.lan.therudes.com:8443/manage/hotspot/account/login/99fwvnzi/">https://unifi.lan.therudes.com:8443/manage/hotspot/account/login/99fwvnzi/</a></li>
- <li><b>Guest Portal</b>: <a href="http://unifi.lan.therudes.com:8880/guest/s/99fwvnzi/">http://unifi.lan.therudes.com:8880/guest/s/99fwvnzi/</a></li>
- </ul>
- </div><!-- end class col-md-4 -->
-
- <div class="col-md-4" style="min-height:280px;">
-
- <center><h3>SoderParr</h3></center>
- <ul>
- <li><b>Admin Dashboard</b>: <a href="https://unifi.lan.therudes.com:8443/manage/site/mndn5ie6/dashboard">https://unifi.lan.therudes.com:8443/manage/site/mndn5ie6/dashboard</a></li>
- <li><b>Hotspot Portal</b>: <a href="https://unifi.lan.therudes.com:8443/manage/hotspot/site/mndn5ie6/">https://unifi.lan.therudes.com:8443/manage/hotspot/site/mndn5ie6/</a></li>
- <li><b>Hotspot Portal login</b>: <a href="https://unifi.lan.therudes.com:8443/manage/hotspot/account/login/mndn5ie6/">https://unifi.lan.therudes.com:8443/manage/hotspot/account/login/mndn5ie6/</a></li>
- <li><b>Guest Portal</b>: <a href="http://unifi.lan.therudes.com:8880/guest/s/mndn5ie6/">http://unifi.lan.therudes.com:8880/guest/s/mndn5ie6/</a></li>
- </ul>
- </div><!-- end class col-md-4 -->
-
- </div><!-- end class row -->
-</div><!-- end id clients -->