From ea0aeeee6f2c949c475beaa35916beb61126e862 Mon Sep 17 00:00:00 2001
From: Brendan Bartels <bbartels@iastate.edu>
Date: Fri, 18 Nov 2016 22:24:11 -0600
Subject: [PATCH] Website: Cleanup

- Remove links to unfinished files
- Remove old files
---
 website/_config.yml | 15 ++++++---------
 website/ground.md   |  8 ++------
 website/quad.md     |  7 +++++++
 website/test.md     | 39 ---------------------------------------
 4 files changed, 15 insertions(+), 54 deletions(-)
 create mode 100644 website/quad.md
 delete mode 100644 website/test.md

diff --git a/website/_config.yml b/website/_config.yml
index e80bb9349..0e913a0e9 100644
--- a/website/_config.yml
+++ b/website/_config.yml
@@ -34,15 +34,12 @@ navigation:
     url: /members.html
   - text: Documents
     url: /documents.html
-  - text: Quadcopter
-    url: /quadcopter.html
-  - text: Ground Station
-    url: /ground.html
-  - text: Controls
-    url: /controls.html
-  - text: Jekyll Theme Docs
-    url: /docs.html
-
+#  - text: Quadcopter
+#    url: /quadcopter.html
+#  - text: Ground Station
+#    url: /ground.html
+#  - text: Controls
+#    url: /controls.html
 
 projects:
 
diff --git a/website/ground.md b/website/ground.md
index 48c94d1f7..cc11f8034 100644
--- a/website/ground.md
+++ b/website/ground.md
@@ -2,10 +2,6 @@
 layout: default
 ---
 
-# Ground station page
+# Ground Station
 
-## Important Stuff
-We have a ground station
-
-## Other things?
-Yeah, there's more
\ No newline at end of file
+TODO
\ No newline at end of file
diff --git a/website/quad.md b/website/quad.md
new file mode 100644
index 000000000..4300c4cea
--- /dev/null
+++ b/website/quad.md
@@ -0,0 +1,7 @@
+---
+layout: default
+---
+
+# Quadcopter
+
+TODO
\ No newline at end of file
diff --git a/website/test.md b/website/test.md
deleted file mode 100644
index c9fa0025c..000000000
--- a/website/test.md
+++ /dev/null
@@ -1,39 +0,0 @@
----
-layout: default
----
-
-# This is a test page
-
-I want to see what a page looks like without any work.
-I literally added this with some dirt-simple md. See test.md
-in the root of the wobsite directory.
-
-Foo paragraph. Foo paragraph. Foo paragraph. Foo paragraph.
-Foo paragraph. Foo paragraph. Foo paragraph. Foo paragraph.
-Foo paragraph. Foo paragraph. Foo paragraph. Foo paragraph.
-Foo paragraph. Foo paragraph. Foo paragraph. Foo paragraph.
-
-# Notes on Navigation
-
-I had to edit _config.yml and add this page to Navigation to
-get it to show up on the left bar.
-
-## Foo heading
-
-Foo section.  Foo section.  Foo section.  Foo section.  Foo section.
-Foo section.  Foo section.  Foo section.  Foo section.  Foo section.
-Foo section.  Foo section.  Foo section.  Foo section.  Foo section.
-Foo section.  Foo section.  Foo section.  Foo section.  Foo section.
-Foo section.  Foo section.  Foo section.  Foo section.  Foo section.
-Foo section.  Foo section.  Foo section.  Foo section.  Foo section.
-Foo section.  Foo section.  Foo section.  Foo section.  Foo section.
-Foo section.  Foo section.  Foo section.  Foo section.  Foo section.
-Foo section.  Foo section.  Foo section.  Foo section.  Foo section.
-
-### Third heading
-
-Foo section.  Foo section.  Foo section.  Foo section.  Foo section.
-Foo section.  Foo section.  Foo section.  Foo section.  Foo section.
-Foo section.  Foo section.  Foo section.  Foo section.  Foo section.
-Foo section.  Foo section.  Foo section.  Foo section.  Foo section.
-Foo section.  Foo section.  Foo section.  Foo section.  Foo section.
-- 
GitLab