summaryrefslogtreecommitdiff
path: root/site/public
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-09-11 13:06:03 -0400
committertriethyl <triethylammonium@pm.me>2025-09-11 13:06:03 -0400
commit7d8b653b2299f11536da47ed4412d82bb4ffb99d (patch)
treeb301d3aff7c17cbd430ff47cf4bf6bf2b044e786 /site/public
initialized
Diffstat (limited to 'site/public')
-rw-r--r--site/public/categories/index.xml11
-rw-r--r--site/public/index.xml19
-rw-r--r--site/public/posts/index.xml19
-rw-r--r--site/public/sitemap.xml18
-rw-r--r--site/public/tags/index.xml11
5 files changed, 78 insertions, 0 deletions
diff --git a/site/public/categories/index.xml b/site/public/categories/index.xml
new file mode 100644
index 0000000..216aed4
--- /dev/null
+++ b/site/public/categories/index.xml
@@ -0,0 +1,11 @@
+<?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://localhost:1313/categories/</link>
+ <description>Recent content in Categories on My New Hugo Site</description>
+ <generator>Hugo</generator>
+ <language>en-us</language>
+ <atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
+ </channel>
+</rss>
diff --git a/site/public/index.xml b/site/public/index.xml
new file mode 100644
index 0000000..42a6ca8
--- /dev/null
+++ b/site/public/index.xml
@@ -0,0 +1,19 @@
+<?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</generator>
+ <language>en-us</language>
+ <lastBuildDate>Thu, 11 Sep 2025 12:59:35 -0400</lastBuildDate>
+ <atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
+ <item>
+ <title>My First Post</title>
+ <link>http://localhost:1313/posts/my-first-post/</link>
+ <pubDate>Thu, 11 Sep 2025 12:59:35 -0400</pubDate>
+ <guid>http://localhost:1313/posts/my-first-post/</guid>
+ <description></description>
+ </item>
+ </channel>
+</rss>
diff --git a/site/public/posts/index.xml b/site/public/posts/index.xml
new file mode 100644
index 0000000..d854af4
--- /dev/null
+++ b/site/public/posts/index.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
+ <channel>
+ <title>Posts on My New Hugo Site</title>
+ <link>http://localhost:1313/posts/</link>
+ <description>Recent content in Posts on My New Hugo Site</description>
+ <generator>Hugo</generator>
+ <language>en-us</language>
+ <lastBuildDate>Thu, 11 Sep 2025 12:59:35 -0400</lastBuildDate>
+ <atom:link href="http://localhost:1313/posts/index.xml" rel="self" type="application/rss+xml" />
+ <item>
+ <title>My First Post</title>
+ <link>http://localhost:1313/posts/my-first-post/</link>
+ <pubDate>Thu, 11 Sep 2025 12:59:35 -0400</pubDate>
+ <guid>http://localhost:1313/posts/my-first-post/</guid>
+ <description></description>
+ </item>
+ </channel>
+</rss>
diff --git a/site/public/sitemap.xml b/site/public/sitemap.xml
new file mode 100644
index 0000000..95e1f0b
--- /dev/null
+++ b/site/public/sitemap.xml
@@ -0,0 +1,18 @@
+<?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://localhost:1313/posts/my-first-post/</loc>
+ <lastmod>2025-09-11T12:59:35-04:00</lastmod>
+ </url><url>
+ <loc>http://localhost:1313/</loc>
+ <lastmod>2025-09-11T12:59:35-04:00</lastmod>
+ </url><url>
+ <loc>http://localhost:1313/posts/</loc>
+ <lastmod>2025-09-11T12:59:35-04:00</lastmod>
+ </url><url>
+ <loc>http://localhost:1313/categories/</loc>
+ </url><url>
+ <loc>http://localhost:1313/tags/</loc>
+ </url>
+</urlset>
diff --git a/site/public/tags/index.xml b/site/public/tags/index.xml
new file mode 100644
index 0000000..257f943
--- /dev/null
+++ b/site/public/tags/index.xml
@@ -0,0 +1,11 @@
+<?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://localhost:1313/tags/</link>
+ <description>Recent content in Tags on My New Hugo Site</description>
+ <generator>Hugo</generator>
+ <language>en-us</language>
+ <atom:link href="http://localhost:1313/tags/index.xml" rel="self" type="application/rss+xml" />
+ </channel>
+</rss>