From 9307b533813230f2feeaaafb030a7e18311c4571 Mon Sep 17 00:00:00 2001 From: Carl Tibule Date: Sat, 24 Aug 2024 22:21:03 -0500 Subject: [PATCH] Moved site contents to root directory, temporarily removed PaperMod submodule --- .gitmodules | 3 --- MyPlayground/.hugo_build.lock => .hugo_build.lock | 0 MyPlayground/themes/PaperMod | 1 - {MyPlayground/archetypes => archetypes}/default.md | 0 {MyPlayground/content => content}/archive/testarchive.md | 0 {MyPlayground/content => content}/posts/helloworld.md | 0 {MyPlayground/content => content}/posts/konnichiwa.md | 0 {MyPlayground/content => content}/search.md | 0 MyPlayground/hugo.toml => hugo.toml | 0 9 files changed, 4 deletions(-) delete mode 100644 .gitmodules rename MyPlayground/.hugo_build.lock => .hugo_build.lock (100%) delete mode 160000 MyPlayground/themes/PaperMod rename {MyPlayground/archetypes => archetypes}/default.md (100%) rename {MyPlayground/content => content}/archive/testarchive.md (100%) rename {MyPlayground/content => content}/posts/helloworld.md (100%) rename {MyPlayground/content => content}/posts/konnichiwa.md (100%) rename {MyPlayground/content => content}/search.md (100%) rename MyPlayground/hugo.toml => hugo.toml (100%) diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index a1dd5a1..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "MyPlayground/themes/PaperMod"] - path = MyPlayground/themes/PaperMod - url = https://github.com/adityatelange/hugo-PaperMod.git diff --git a/MyPlayground/.hugo_build.lock b/.hugo_build.lock similarity index 100% rename from MyPlayground/.hugo_build.lock rename to .hugo_build.lock diff --git a/MyPlayground/themes/PaperMod b/MyPlayground/themes/PaperMod deleted file mode 160000 index 58c4841..0000000 --- a/MyPlayground/themes/PaperMod +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 58c4841c26325eaa788d9b13e65d5dfc95d9367c diff --git a/MyPlayground/archetypes/default.md b/archetypes/default.md similarity index 100% rename from MyPlayground/archetypes/default.md rename to archetypes/default.md diff --git a/MyPlayground/content/archive/testarchive.md b/content/archive/testarchive.md similarity index 100% rename from MyPlayground/content/archive/testarchive.md rename to content/archive/testarchive.md diff --git a/MyPlayground/content/posts/helloworld.md b/content/posts/helloworld.md similarity index 100% rename from MyPlayground/content/posts/helloworld.md rename to content/posts/helloworld.md diff --git a/MyPlayground/content/posts/konnichiwa.md b/content/posts/konnichiwa.md similarity index 100% rename from MyPlayground/content/posts/konnichiwa.md rename to content/posts/konnichiwa.md diff --git a/MyPlayground/content/search.md b/content/search.md similarity index 100% rename from MyPlayground/content/search.md rename to content/search.md diff --git a/MyPlayground/hugo.toml b/hugo.toml similarity index 100% rename from MyPlayground/hugo.toml rename to hugo.toml