From 1ddc1d415c74a381d8dff2daae4ab4871d97e1cd Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Mon, 22 May 2023 22:04:20 -0400 Subject: [PATCH] First commit --- .hugo_build.lock | 0 archetypes/default.md | 6 ++++++ config.toml | 3 +++ content/posts/demo.md | 5 +++++ public/categories/index.xml | 10 ++++++++++ public/index.xml | 10 ++++++++++ public/sitemap.xml | 11 +++++++++++ public/tags/index.xml | 10 ++++++++++ 8 files changed, 55 insertions(+) create mode 100644 .hugo_build.lock create mode 100644 archetypes/default.md create mode 100644 config.toml create mode 100644 content/posts/demo.md create mode 100644 public/categories/index.xml create mode 100644 public/index.xml create mode 100644 public/sitemap.xml create mode 100644 public/tags/index.xml diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 0000000..e69de29 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..b554399 --- /dev/null +++ b/config.toml @@ -0,0 +1,3 @@ +baseURL = 'https://hugo-demo.ndumas.com' +languageCode = 'en-us' +title = 'Hugo Playground' diff --git a/content/posts/demo.md b/content/posts/demo.md new file mode 100644 index 0000000..f0b5298 --- /dev/null +++ b/content/posts/demo.md @@ -0,0 +1,5 @@ ++++ +title = "Demo Post" ++++ + +this post has content in it diff --git a/public/categories/index.xml b/public/categories/index.xml new file mode 100644 index 0000000..a558d98 --- /dev/null +++ b/public/categories/index.xml @@ -0,0 +1,10 @@ + + + + Categories on Hugo Playground + https://hugo-demo.ndumas.com/categories/ + Recent content in Categories on Hugo Playground + Hugo -- gohugo.io + en-us + + diff --git a/public/index.xml b/public/index.xml new file mode 100644 index 0000000..39bc07e --- /dev/null +++ b/public/index.xml @@ -0,0 +1,10 @@ + + + + Hugo Playground + https://hugo-demo.ndumas.com/ + Recent content on Hugo Playground + Hugo -- gohugo.io + en-us + + diff --git a/public/sitemap.xml b/public/sitemap.xml new file mode 100644 index 0000000..bc42c63 --- /dev/null +++ b/public/sitemap.xml @@ -0,0 +1,11 @@ + + + + https://hugo-demo.ndumas.com/categories/ + + https://hugo-demo.ndumas.com/ + + https://hugo-demo.ndumas.com/tags/ + + diff --git a/public/tags/index.xml b/public/tags/index.xml new file mode 100644 index 0000000..36e9e43 --- /dev/null +++ b/public/tags/index.xml @@ -0,0 +1,10 @@ + + + + Tags on Hugo Playground + https://hugo-demo.ndumas.com/tags/ + Recent content in Tags on Hugo Playground + Hugo -- gohugo.io + en-us + +