From 7d8b653b2299f11536da47ed4412d82bb4ffb99d Mon Sep 17 00:00:00 2001 From: triethyl Date: Thu, 11 Sep 2025 13:06:03 -0400 Subject: initialized --- site/public/categories/index.xml | 11 +++++++++++ site/public/index.xml | 19 +++++++++++++++++++ site/public/posts/index.xml | 19 +++++++++++++++++++ site/public/sitemap.xml | 18 ++++++++++++++++++ site/public/tags/index.xml | 11 +++++++++++ 5 files changed, 78 insertions(+) create mode 100644 site/public/categories/index.xml create mode 100644 site/public/index.xml create mode 100644 site/public/posts/index.xml create mode 100644 site/public/sitemap.xml create mode 100644 site/public/tags/index.xml (limited to 'site/public') 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 @@ + + + + Categories on My New Hugo Site + http://localhost:1313/categories/ + Recent content in Categories on My New Hugo Site + Hugo + en-us + + + 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 @@ + + + + My New Hugo Site + http://localhost:1313/ + Recent content on My New Hugo Site + Hugo + en-us + Thu, 11 Sep 2025 12:59:35 -0400 + + + My First Post + http://localhost:1313/posts/my-first-post/ + Thu, 11 Sep 2025 12:59:35 -0400 + http://localhost:1313/posts/my-first-post/ + + + + 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 @@ + + + + Posts on My New Hugo Site + http://localhost:1313/posts/ + Recent content in Posts on My New Hugo Site + Hugo + en-us + Thu, 11 Sep 2025 12:59:35 -0400 + + + My First Post + http://localhost:1313/posts/my-first-post/ + Thu, 11 Sep 2025 12:59:35 -0400 + http://localhost:1313/posts/my-first-post/ + + + + 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 @@ + + + + http://localhost:1313/posts/my-first-post/ + 2025-09-11T12:59:35-04:00 + + http://localhost:1313/ + 2025-09-11T12:59:35-04:00 + + http://localhost:1313/posts/ + 2025-09-11T12:59:35-04:00 + + http://localhost:1313/categories/ + + http://localhost:1313/tags/ + + 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 @@ + + + + Tags on My New Hugo Site + http://localhost:1313/tags/ + Recent content in Tags on My New Hugo Site + Hugo + en-us + + + -- cgit v1.2.3