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