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