First commit

main
Nick Dumas 2 years ago
commit 1ddc1d415c

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

@ -0,0 +1,3 @@
baseURL = 'https://hugo-demo.ndumas.com'
languageCode = 'en-us'
title = 'Hugo Playground'

@ -0,0 +1,5 @@
+++
title = "Demo Post"
+++
this post has content in it

@ -0,0 +1,10 @@
<?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 Hugo Playground</title>
<link>https://hugo-demo.ndumas.com/categories/</link>
<description>Recent content in Categories on Hugo Playground</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language><atom:link href="https://hugo-demo.ndumas.com/categories/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Hugo Playground</title>
<link>https://hugo-demo.ndumas.com/</link>
<description>Recent content on Hugo Playground</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language><atom:link href="https://hugo-demo.ndumas.com/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

@ -0,0 +1,11 @@
<?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>https://hugo-demo.ndumas.com/categories/</loc>
</url><url>
<loc>https://hugo-demo.ndumas.com/</loc>
</url><url>
<loc>https://hugo-demo.ndumas.com/tags/</loc>
</url>
</urlset>

@ -0,0 +1,10 @@
<?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 Hugo Playground</title>
<link>https://hugo-demo.ndumas.com/tags/</link>
<description>Recent content in Tags on Hugo Playground</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language><atom:link href="https://hugo-demo.ndumas.com/tags/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>
Loading…
Cancel
Save