This commit is contained in:
2016-07-29 17:20:00 -04:00
parent 737667ab0d
commit df5ffcbafb
7 changed files with 34 additions and 0 deletions
View File
+3
View File
@@ -0,0 +1,3 @@
baseurl = "http://replace-this-with-your-hugo-site.com/"
languageCode = "en-us"
title = "My New Hugo Site"
+10
View File
@@ -0,0 +1,10 @@
+++
date = "2016-07-29T17:10:30-04:00"
draft = true
title = "test"
+++
Hello this fucking world!
**joking**
Submodule CoderSherlock/themes/hugo_theme_robust added at 69ce3f191a
View File
+12
View File
@@ -0,0 +1,12 @@
<?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://localhost:1313/</link>
<description>Recent content on My New Hugo Site</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://localhost:1313/</loc>
</url>
</urlset>