adding stub for Hugo site
diff --git a/archetypes/default.md b/archetypes/default.md
new file mode 100644
index 0000000..00e77bd
--- /dev/null
+++ b/archetypes/default.md
@@ -0,0 +1,6 @@
+---
+title: "{{ replace .Name "-" " " | title }}"
+date: {{ .Date }}
+draft: true
+---
+
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..e4b7418
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,3 @@
+baseURL = "http://example.org/"
+languageCode = "en-us"
+title = "My New Hugo Site"
diff --git a/public/categories/index.xml b/public/categories/index.xml
new file mode 100644
index 0000000..6e385a4
--- /dev/null
+++ b/public/categories/index.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+ <channel>
+ <title>Categories on My New Hugo Site</title>
+ <link>http://example.org/categories/</link>
+ <description>Recent content in Categories on My New Hugo Site</description>
+ <generator>Hugo -- gohugo.io</generator>
+ <language>en-us</language>
+
+ <atom:link href="http://example.org/categories/index.xml" rel="self" type="application/rss+xml" />
+
+
+ </channel>
+</rss>
\ No newline at end of file
diff --git a/public/index.xml b/public/index.xml
new file mode 100644
index 0000000..884a3c9
--- /dev/null
+++ b/public/index.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+ <channel>
+ <title>My New Hugo Site</title>
+ <link>http://example.org/</link>
+ <description>Recent content on My New Hugo Site</description>
+ <generator>Hugo -- gohugo.io</generator>
+ <language>en-us</language>
+
+ <atom:link href="http://example.org/index.xml" rel="self" type="application/rss+xml" />
+
+
+ </channel>
+</rss>
\ No newline at end of file
diff --git a/public/sitemap.xml b/public/sitemap.xml
new file mode 100644
index 0000000..60e0486
--- /dev/null
+++ b/public/sitemap.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
+ xmlns:xhtml="http://www.w3.org/1999/xhtml">
+
+ <url>
+ <loc>http://example.org/categories/</loc>
+ <priority>0</priority>
+ </url>
+
+ <url>
+ <loc>http://example.org/</loc>
+ <priority>0</priority>
+ </url>
+
+ <url>
+ <loc>http://example.org/tags/</loc>
+ <priority>0</priority>
+ </url>
+
+</urlset>
\ No newline at end of file
diff --git a/public/tags/index.xml b/public/tags/index.xml
new file mode 100644
index 0000000..a8ab33c
--- /dev/null
+++ b/public/tags/index.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+ <channel>
+ <title>Tags on My New Hugo Site</title>
+ <link>http://example.org/tags/</link>
+ <description>Recent content in Tags on My New Hugo Site</description>
+ <generator>Hugo -- gohugo.io</generator>
+ <language>en-us</language>
+
+ <atom:link href="http://example.org/tags/index.xml" rel="self" type="application/rss+xml" />
+
+
+ </channel>
+</rss>
\ No newline at end of file