From 16e18423e082f86560cb05c56e975d9a54459266 Mon Sep 17 00:00:00 2001 From: BlueFox Date: Mon, 23 Sep 2024 20:11:59 +0200 Subject: [PATCH] Initialized hugo site; added coming-soon theme --- .gitmodules | 3 +++ .hugo_build.lock | 0 archetypes/default.md | 5 +++++ hugo.toml | 3 +++ public/categories/index.xml | 11 +++++++++++ public/index.xml | 11 +++++++++++ public/sitemap.xml | 11 +++++++++++ public/tags/index.xml | 11 +++++++++++ themes/coming-soon | 1 + 9 files changed, 56 insertions(+) create mode 100644 .gitmodules create mode 100644 .hugo_build.lock create mode 100644 archetypes/default.md create mode 100644 hugo.toml 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 create mode 160000 themes/coming-soon diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..1a212b9 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/coming-soon"] + path = themes/coming-soon + url = https://github.com/mansoorbarri/coming-soon.git 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..c6f3fce --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,5 @@ ++++ +title = '{{ replace .File.ContentBaseName "-" " " | title }}' +date = {{ .Date }} +draft = true ++++ diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..7e568b8 --- /dev/null +++ b/hugo.toml @@ -0,0 +1,3 @@ +baseURL = 'https://example.org/' +languageCode = 'en-us' +title = 'My New Hugo Site' diff --git a/public/categories/index.xml b/public/categories/index.xml new file mode 100644 index 0000000..9d816e9 --- /dev/null +++ b/public/categories/index.xml @@ -0,0 +1,11 @@ + + + + Categories on My New Hugo Site + https://example.org/categories/ + Recent content in Categories on My New Hugo Site + Hugo -- gohugo.io + en-us + + + diff --git a/public/index.xml b/public/index.xml new file mode 100644 index 0000000..4080feb --- /dev/null +++ b/public/index.xml @@ -0,0 +1,11 @@ + + + + My New Hugo Site + https://example.org/ + Recent content on My New Hugo Site + Hugo -- gohugo.io + en-us + + + diff --git a/public/sitemap.xml b/public/sitemap.xml new file mode 100644 index 0000000..66aa3f5 --- /dev/null +++ b/public/sitemap.xml @@ -0,0 +1,11 @@ + + + + https://example.org/categories/ + + https://example.org/ + + https://example.org/tags/ + + diff --git a/public/tags/index.xml b/public/tags/index.xml new file mode 100644 index 0000000..0cc6902 --- /dev/null +++ b/public/tags/index.xml @@ -0,0 +1,11 @@ + + + + Tags on My New Hugo Site + https://example.org/tags/ + Recent content in Tags on My New Hugo Site + Hugo -- gohugo.io + en-us + + + diff --git a/themes/coming-soon b/themes/coming-soon new file mode 160000 index 0000000..0e860ce --- /dev/null +++ b/themes/coming-soon @@ -0,0 +1 @@ +Subproject commit 0e860ce9bbb5e4798fcc8d93553ba51d1055f556