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