From 160d27c823002af61fe523db58a4dd1bb5f53c43 Mon Sep 17 00:00:00 2001 From: rotten Date: Sun, 14 Jul 2024 23:56:46 -0500 Subject: [PATCH] Fix base directory --- rottenwheel/.gitignore => .gitignore | 0 rottenwheel/.hugo_build.lock => .hugo_build.lock | 0 {rottenwheel/archetypes => archetypes}/default.md | 0 {rottenwheel/content => content}/_index.md | 0 {rottenwheel/content => content}/posts/_index.md | 0 {rottenwheel/content => content}/posts/post-1.md | 0 rottenwheel/hugo.toml => hugo.toml | 0 {rottenwheel/layouts => layouts}/robots.txt | 0 {rottenwheel/static => static}/contact-signed.txt | 0 {rottenwheel/static => static}/favicon.ico | Bin .../themes => themes}/hugo-rottenwheel/COPYING | 0 .../themes => themes}/hugo-rottenwheel/NOTICE | 0 .../hugo-rottenwheel/archetypes/default.md | 0 .../hugo-rottenwheel/assets/css/style.css | 0 .../hugo-rottenwheel/layouts/404.html | 0 .../hugo-rottenwheel/layouts/_default/baseof.html | 0 .../hugo-rottenwheel/layouts/_default/home.html | 0 .../hugo-rottenwheel/layouts/_default/list.html | 0 .../hugo-rottenwheel/layouts/_default/single.html | 0 .../hugo-rottenwheel/layouts/partials/foot.html | 0 .../hugo-rottenwheel/layouts/partials/head.html | 0 .../hugo-rottenwheel/layouts/partials/header.html | 0 .../layouts/shortcodes/rawhtml.html | 0 .../themes => themes}/hugo-rottenwheel/theme.toml | 0 24 files changed, 0 insertions(+), 0 deletions(-) rename rottenwheel/.gitignore => .gitignore (100%) rename rottenwheel/.hugo_build.lock => .hugo_build.lock (100%) rename {rottenwheel/archetypes => archetypes}/default.md (100%) rename {rottenwheel/content => content}/_index.md (100%) rename {rottenwheel/content => content}/posts/_index.md (100%) rename {rottenwheel/content => content}/posts/post-1.md (100%) rename rottenwheel/hugo.toml => hugo.toml (100%) rename {rottenwheel/layouts => layouts}/robots.txt (100%) rename {rottenwheel/static => static}/contact-signed.txt (100%) rename {rottenwheel/static => static}/favicon.ico (100%) rename {rottenwheel/themes => themes}/hugo-rottenwheel/COPYING (100%) rename {rottenwheel/themes => themes}/hugo-rottenwheel/NOTICE (100%) rename {rottenwheel/themes => themes}/hugo-rottenwheel/archetypes/default.md (100%) rename {rottenwheel/themes => themes}/hugo-rottenwheel/assets/css/style.css (100%) rename {rottenwheel/themes => themes}/hugo-rottenwheel/layouts/404.html (100%) rename {rottenwheel/themes => themes}/hugo-rottenwheel/layouts/_default/baseof.html (100%) rename {rottenwheel/themes => themes}/hugo-rottenwheel/layouts/_default/home.html (100%) rename {rottenwheel/themes => themes}/hugo-rottenwheel/layouts/_default/list.html (100%) rename {rottenwheel/themes => themes}/hugo-rottenwheel/layouts/_default/single.html (100%) rename {rottenwheel/themes => themes}/hugo-rottenwheel/layouts/partials/foot.html (100%) rename {rottenwheel/themes => themes}/hugo-rottenwheel/layouts/partials/head.html (100%) rename {rottenwheel/themes => themes}/hugo-rottenwheel/layouts/partials/header.html (100%) rename {rottenwheel/themes => themes}/hugo-rottenwheel/layouts/shortcodes/rawhtml.html (100%) rename {rottenwheel/themes => themes}/hugo-rottenwheel/theme.toml (100%) diff --git a/rottenwheel/.gitignore b/.gitignore similarity index 100% rename from rottenwheel/.gitignore rename to .gitignore diff --git a/rottenwheel/.hugo_build.lock b/.hugo_build.lock similarity index 100% rename from rottenwheel/.hugo_build.lock rename to .hugo_build.lock diff --git a/rottenwheel/archetypes/default.md b/archetypes/default.md similarity index 100% rename from rottenwheel/archetypes/default.md rename to archetypes/default.md diff --git a/rottenwheel/content/_index.md b/content/_index.md similarity index 100% rename from rottenwheel/content/_index.md rename to content/_index.md diff --git a/rottenwheel/content/posts/_index.md b/content/posts/_index.md similarity index 100% rename from rottenwheel/content/posts/_index.md rename to content/posts/_index.md diff --git a/rottenwheel/content/posts/post-1.md b/content/posts/post-1.md similarity index 100% rename from rottenwheel/content/posts/post-1.md rename to content/posts/post-1.md diff --git a/rottenwheel/hugo.toml b/hugo.toml similarity index 100% rename from rottenwheel/hugo.toml rename to hugo.toml diff --git a/rottenwheel/layouts/robots.txt b/layouts/robots.txt similarity index 100% rename from rottenwheel/layouts/robots.txt rename to layouts/robots.txt diff --git a/rottenwheel/static/contact-signed.txt b/static/contact-signed.txt similarity index 100% rename from rottenwheel/static/contact-signed.txt rename to static/contact-signed.txt diff --git a/rottenwheel/static/favicon.ico b/static/favicon.ico similarity index 100% rename from rottenwheel/static/favicon.ico rename to static/favicon.ico diff --git a/rottenwheel/themes/hugo-rottenwheel/COPYING b/themes/hugo-rottenwheel/COPYING similarity index 100% rename from rottenwheel/themes/hugo-rottenwheel/COPYING rename to themes/hugo-rottenwheel/COPYING diff --git a/rottenwheel/themes/hugo-rottenwheel/NOTICE b/themes/hugo-rottenwheel/NOTICE similarity index 100% rename from rottenwheel/themes/hugo-rottenwheel/NOTICE rename to themes/hugo-rottenwheel/NOTICE diff --git a/rottenwheel/themes/hugo-rottenwheel/archetypes/default.md b/themes/hugo-rottenwheel/archetypes/default.md similarity index 100% rename from rottenwheel/themes/hugo-rottenwheel/archetypes/default.md rename to themes/hugo-rottenwheel/archetypes/default.md diff --git a/rottenwheel/themes/hugo-rottenwheel/assets/css/style.css b/themes/hugo-rottenwheel/assets/css/style.css similarity index 100% rename from rottenwheel/themes/hugo-rottenwheel/assets/css/style.css rename to themes/hugo-rottenwheel/assets/css/style.css diff --git a/rottenwheel/themes/hugo-rottenwheel/layouts/404.html b/themes/hugo-rottenwheel/layouts/404.html similarity index 100% rename from rottenwheel/themes/hugo-rottenwheel/layouts/404.html rename to themes/hugo-rottenwheel/layouts/404.html diff --git a/rottenwheel/themes/hugo-rottenwheel/layouts/_default/baseof.html b/themes/hugo-rottenwheel/layouts/_default/baseof.html similarity index 100% rename from rottenwheel/themes/hugo-rottenwheel/layouts/_default/baseof.html rename to themes/hugo-rottenwheel/layouts/_default/baseof.html diff --git a/rottenwheel/themes/hugo-rottenwheel/layouts/_default/home.html b/themes/hugo-rottenwheel/layouts/_default/home.html similarity index 100% rename from rottenwheel/themes/hugo-rottenwheel/layouts/_default/home.html rename to themes/hugo-rottenwheel/layouts/_default/home.html diff --git a/rottenwheel/themes/hugo-rottenwheel/layouts/_default/list.html b/themes/hugo-rottenwheel/layouts/_default/list.html similarity index 100% rename from rottenwheel/themes/hugo-rottenwheel/layouts/_default/list.html rename to themes/hugo-rottenwheel/layouts/_default/list.html diff --git a/rottenwheel/themes/hugo-rottenwheel/layouts/_default/single.html b/themes/hugo-rottenwheel/layouts/_default/single.html similarity index 100% rename from rottenwheel/themes/hugo-rottenwheel/layouts/_default/single.html rename to themes/hugo-rottenwheel/layouts/_default/single.html diff --git a/rottenwheel/themes/hugo-rottenwheel/layouts/partials/foot.html b/themes/hugo-rottenwheel/layouts/partials/foot.html similarity index 100% rename from rottenwheel/themes/hugo-rottenwheel/layouts/partials/foot.html rename to themes/hugo-rottenwheel/layouts/partials/foot.html diff --git a/rottenwheel/themes/hugo-rottenwheel/layouts/partials/head.html b/themes/hugo-rottenwheel/layouts/partials/head.html similarity index 100% rename from rottenwheel/themes/hugo-rottenwheel/layouts/partials/head.html rename to themes/hugo-rottenwheel/layouts/partials/head.html diff --git a/rottenwheel/themes/hugo-rottenwheel/layouts/partials/header.html b/themes/hugo-rottenwheel/layouts/partials/header.html similarity index 100% rename from rottenwheel/themes/hugo-rottenwheel/layouts/partials/header.html rename to themes/hugo-rottenwheel/layouts/partials/header.html diff --git a/rottenwheel/themes/hugo-rottenwheel/layouts/shortcodes/rawhtml.html b/themes/hugo-rottenwheel/layouts/shortcodes/rawhtml.html similarity index 100% rename from rottenwheel/themes/hugo-rottenwheel/layouts/shortcodes/rawhtml.html rename to themes/hugo-rottenwheel/layouts/shortcodes/rawhtml.html diff --git a/rottenwheel/themes/hugo-rottenwheel/theme.toml b/themes/hugo-rottenwheel/theme.toml similarity index 100% rename from rottenwheel/themes/hugo-rottenwheel/theme.toml rename to themes/hugo-rottenwheel/theme.toml