From df5ffcbafbbbb708c2fd1d1aed48801afb9f226b Mon Sep 17 00:00:00 2001 From: CoderSherlock Date: Fri, 29 Jul 2016 17:20:00 -0400 Subject: [PATCH] test --- 404.html | 0 CoderSherlock/config.toml | 3 +++ CoderSherlock/content/post/test.md | 10 ++++++++++ CoderSherlock/themes/hugo_theme_robust | 1 + index.html | 0 index.xml | 12 ++++++++++++ sitemap.xml | 8 ++++++++ 7 files changed, 34 insertions(+) create mode 100644 404.html create mode 100644 CoderSherlock/config.toml create mode 100644 CoderSherlock/content/post/test.md create mode 160000 CoderSherlock/themes/hugo_theme_robust create mode 100644 index.html create mode 100644 index.xml create mode 100644 sitemap.xml 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