diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4dea62e --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +public/ +resources/ + +.hugo_build.lock diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..1f9cdc0 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "themes/papermod"] + path = themes/papermod + url = https://github.com/adityatelange/hugo-PaperMod.git +[submodule "themes/PaperMod"] + path = themes/PaperMod + url = https://github.com/adityatelange/hugo-PaperMod.git diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..25b6752 --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,5 @@ ++++ +date = '{{ .Date }}' +draft = true +title = '{{ replace .File.ContentBaseName "-" " " | title }}' ++++ diff --git a/content/posts/welcome.md b/content/posts/welcome.md new file mode 100644 index 0000000..93c722f --- /dev/null +++ b/content/posts/welcome.md @@ -0,0 +1,9 @@ ++++ +date = '2025-12-18T17:30:08-06:00' +draft = true +title = 'Welcome' ++++ + +## Welcome to Shadeouts + +shadeouts.net diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..2e10498 --- /dev/null +++ b/hugo.toml @@ -0,0 +1,4 @@ +baseURL = "https://shadeouts.net/" +languageCode = "en-us" +title = "Shadeouts" +theme = "PaperMod" diff --git a/static/robots.txt b/static/robots.txt new file mode 100644 index 0000000..4199ae7 --- /dev/null +++ b/static/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Disallow: + +Sitemap: https://shadeouts.net/sitemap.xml diff --git a/themes/PaperMod b/themes/PaperMod new file mode 160000 index 0000000..1cf5327 --- /dev/null +++ b/themes/PaperMod @@ -0,0 +1 @@ +Subproject commit 1cf53273c3ba58f0593ecb7c2befe11274f51a4e