diff --git a/404.html b/404.html
new file mode 100644
index 0000000..e69de29
diff --git a/CoderSherlock/config.toml b/CoderSherlock/config.toml
new file mode 100644
index 0000000..8aa38a5
--- /dev/null
+++ b/CoderSherlock/config.toml
@@ -0,0 +1,3 @@
+baseurl = "http://replace-this-with-your-hugo-site.com/"
+languageCode = "en-us"
+title = "My New Hugo Site"
diff --git a/CoderSherlock/content/post/test.md b/CoderSherlock/content/post/test.md
new file mode 100644
index 0000000..a0304a2
--- /dev/null
+++ b/CoderSherlock/content/post/test.md
@@ -0,0 +1,10 @@
++++
+date = "2016-07-29T17:10:30-04:00"
+draft = true
+title = "test"
+
++++
+
+Hello this fucking world!
+
+**joking**
diff --git a/CoderSherlock/themes/hugo_theme_robust b/CoderSherlock/themes/hugo_theme_robust
new file mode 160000
index 0000000..69ce3f1
--- /dev/null
+++ b/CoderSherlock/themes/hugo_theme_robust
@@ -0,0 +1 @@
+Subproject commit 69ce3f191a948ddeb323de3e836d0152f8525a30
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..e69de29
diff --git a/index.xml b/index.xml
new file mode 100644
index 0000000..7f00cd7
--- /dev/null
+++ b/index.xml
@@ -0,0 +1,12 @@
+
+
+
+ My New Hugo Site
+ http://localhost:1313/
+ Recent content on My New Hugo Site
+ Hugo -- gohugo.io
+ en-us
+
+
+
+
\ No newline at end of file
diff --git a/sitemap.xml b/sitemap.xml
new file mode 100644
index 0000000..1ce2ddd
--- /dev/null
+++ b/sitemap.xml
@@ -0,0 +1,8 @@
+
+
+
+
+ http://localhost:1313/
+
+
+
\ No newline at end of file