From 232e4c414e5670794299c85ee325591e9c614624 Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Sat, 13 Sep 2025 14:15:37 -0600 Subject: [PATCH] restructure repo --- .gitignore | 1 + posixlycorrect/config.toml => config.toml | 0 {posixlycorrect/content => content}/_index.md | 0 {posixlycorrect/content => content}/about.md | 0 .../content => content}/analog_photography.md | 0 {posixlycorrect/content => content}/blog/_index.md | 0 .../blog/building_a_site_with_zola_and_sourcehut.md | 0 .../blog/introduction_to_gpg_key_usage.md | 0 .../blog/stellaris_tall_virtual_build.md | 0 {posixlycorrect/content => content}/leaderboard.md | 0 {posixlycorrect/content => content}/lib.md | 0 .../content => content}/lib/art_collection.md | 0 .../content => content}/lib/be_methodical.md | 0 .../content => content}/lib/places_to_eat_out.md | 0 .../content => content}/lib/safire_memo.md | 0 .../content => content}/lib/two_hard_things.md | 0 .../content => content}/lib/visual_thinking.md | 0 default.nix | 2 +- posixlycorrect/.gitignore | 1 - .../static => static}/art_collection/caribe.jpg | Bin .../art_collection/la_tertulia1.jpg | Bin .../art_collection/la_tertulia2.jpg | Bin .../art_collection/la_tertulia3.jpg | Bin {posixlycorrect/static => static}/caribe.jpg | Bin {posixlycorrect/static => static}/favicon.png | Bin .../themes => themes}/terminimal/LICENSE-Hack.md | 0 .../themes => themes}/terminimal/LICENSE.md | 0 .../themes => themes}/terminimal/config.toml | 0 .../themes => themes}/terminimal/content/_index.md | 0 .../terminimal/content/i-dont-like-javascript.md | 0 .../terminimal/content/learning-javascript.md | 0 .../terminimal/content/more-ranting.md | 0 .../terminimal/content/pages/_index.md | 0 .../terminimal/content/pages/about.md | 0 .../terminimal/content/pages/archive.md | 0 .../terminimal/content/welcome-terminimal-theme.md | 0 .../terminimal/content/zola-is-nice.md | 0 .../themes => themes}/terminimal/sass/buttons.scss | 0 .../terminimal/sass/color/background_dark.scss | 0 .../terminimal/sass/color/background_orange.scss | 0 .../terminimal/sass/color/orange.scss | 0 .../terminimal/sass/font-hack-subset.scss | 0 .../terminimal/sass/font-hack.scss | 0 .../themes => themes}/terminimal/sass/footer.scss | 0 .../themes => themes}/terminimal/sass/header.scss | 0 .../themes => themes}/terminimal/sass/logo.scss | 0 .../themes => themes}/terminimal/sass/main.scss | 0 .../terminimal/sass/pagination.scss | 0 .../themes => themes}/terminimal/sass/post.scss | 0 .../themes => themes}/terminimal/sass/style.scss | 0 .../terminimal/sass/variables.scss | 0 .../terminimal/static/fonts/hack-bold-subset.woff | Bin .../terminimal/static/fonts/hack-bold-subset.woff2 | Bin .../terminimal/static/fonts/hack-bold.woff | Bin .../terminimal/static/fonts/hack-bold.woff2 | Bin .../static/fonts/hack-bolditalic-subset.woff | Bin .../static/fonts/hack-bolditalic-subset.woff2 | Bin .../terminimal/static/fonts/hack-bolditalic.woff | Bin .../terminimal/static/fonts/hack-bolditalic.woff2 | Bin .../terminimal/static/fonts/hack-italic-subset.woff | Bin .../static/fonts/hack-italic-subset.woff2 | Bin .../terminimal/static/fonts/hack-italic.woff | Bin .../terminimal/static/fonts/hack-italic.woff2 | Bin .../static/fonts/hack-regular-subset.woff | Bin .../static/fonts/hack-regular-subset.woff2 | Bin .../terminimal/static/fonts/hack-regular.woff | Bin .../terminimal/static/fonts/hack-regular.woff2 | Bin .../themes => themes}/terminimal/templates/404.html | 0 .../terminimal/templates/archive.html | 0 .../terminimal/templates/blog_index.html | 0 .../terminimal/templates/index.html | 0 .../terminimal/templates/macros/date.html | 0 .../terminimal/templates/macros/head.html | 0 .../terminimal/templates/macros/menu.html | 0 .../terminimal/templates/macros/post.html | 0 .../terminimal/templates/macros/title.html | 0 .../terminimal/templates/page.html | 0 .../terminimal/templates/shortcodes/figure.html | 0 .../terminimal/templates/shortcodes/image.html | 0 .../terminimal/templates/tags/list.html | 0 .../terminimal/templates/tags/single.html | 0 .../themes => themes}/terminimal/theme.toml | 0 82 files changed, 2 insertions(+), 2 deletions(-) rename posixlycorrect/config.toml => config.toml (100%) rename {posixlycorrect/content => content}/_index.md (100%) rename {posixlycorrect/content => content}/about.md (100%) rename {posixlycorrect/content => content}/analog_photography.md (100%) rename {posixlycorrect/content => content}/blog/_index.md (100%) rename {posixlycorrect/content => content}/blog/building_a_site_with_zola_and_sourcehut.md (100%) rename {posixlycorrect/content => content}/blog/introduction_to_gpg_key_usage.md (100%) rename {posixlycorrect/content => content}/blog/stellaris_tall_virtual_build.md (100%) rename {posixlycorrect/content => content}/leaderboard.md (100%) rename {posixlycorrect/content => content}/lib.md (100%) rename {posixlycorrect/content => content}/lib/art_collection.md (100%) rename {posixlycorrect/content => content}/lib/be_methodical.md (100%) rename {posixlycorrect/content => content}/lib/places_to_eat_out.md (100%) rename {posixlycorrect/content => content}/lib/safire_memo.md (100%) rename {posixlycorrect/content => content}/lib/two_hard_things.md (100%) rename {posixlycorrect/content => content}/lib/visual_thinking.md (100%) delete mode 100644 posixlycorrect/.gitignore rename {posixlycorrect/static => static}/art_collection/caribe.jpg (100%) rename {posixlycorrect/static => static}/art_collection/la_tertulia1.jpg (100%) rename {posixlycorrect/static => static}/art_collection/la_tertulia2.jpg (100%) rename {posixlycorrect/static => static}/art_collection/la_tertulia3.jpg (100%) rename {posixlycorrect/static => static}/caribe.jpg (100%) rename {posixlycorrect/static => static}/favicon.png (100%) rename {posixlycorrect/themes => themes}/terminimal/LICENSE-Hack.md (100%) rename {posixlycorrect/themes => themes}/terminimal/LICENSE.md (100%) rename {posixlycorrect/themes => themes}/terminimal/config.toml (100%) rename {posixlycorrect/themes => themes}/terminimal/content/_index.md (100%) rename {posixlycorrect/themes => themes}/terminimal/content/i-dont-like-javascript.md (100%) rename {posixlycorrect/themes => themes}/terminimal/content/learning-javascript.md (100%) rename {posixlycorrect/themes => themes}/terminimal/content/more-ranting.md (100%) rename {posixlycorrect/themes => themes}/terminimal/content/pages/_index.md (100%) rename {posixlycorrect/themes => themes}/terminimal/content/pages/about.md (100%) rename {posixlycorrect/themes => themes}/terminimal/content/pages/archive.md (100%) rename {posixlycorrect/themes => themes}/terminimal/content/welcome-terminimal-theme.md (100%) rename {posixlycorrect/themes => themes}/terminimal/content/zola-is-nice.md (100%) rename {posixlycorrect/themes => themes}/terminimal/sass/buttons.scss (100%) rename {posixlycorrect/themes => themes}/terminimal/sass/color/background_dark.scss (100%) rename {posixlycorrect/themes => themes}/terminimal/sass/color/background_orange.scss (100%) rename {posixlycorrect/themes => themes}/terminimal/sass/color/orange.scss (100%) rename {posixlycorrect/themes => themes}/terminimal/sass/font-hack-subset.scss (100%) rename {posixlycorrect/themes => themes}/terminimal/sass/font-hack.scss (100%) rename {posixlycorrect/themes => themes}/terminimal/sass/footer.scss (100%) rename {posixlycorrect/themes => themes}/terminimal/sass/header.scss (100%) rename {posixlycorrect/themes => themes}/terminimal/sass/logo.scss (100%) rename {posixlycorrect/themes => themes}/terminimal/sass/main.scss (100%) rename {posixlycorrect/themes => themes}/terminimal/sass/pagination.scss (100%) rename {posixlycorrect/themes => themes}/terminimal/sass/post.scss (100%) rename {posixlycorrect/themes => themes}/terminimal/sass/style.scss (100%) rename {posixlycorrect/themes => themes}/terminimal/sass/variables.scss (100%) rename {posixlycorrect/themes => themes}/terminimal/static/fonts/hack-bold-subset.woff (100%) rename {posixlycorrect/themes => themes}/terminimal/static/fonts/hack-bold-subset.woff2 (100%) rename {posixlycorrect/themes => themes}/terminimal/static/fonts/hack-bold.woff (100%) rename {posixlycorrect/themes => themes}/terminimal/static/fonts/hack-bold.woff2 (100%) rename {posixlycorrect/themes => themes}/terminimal/static/fonts/hack-bolditalic-subset.woff (100%) rename {posixlycorrect/themes => themes}/terminimal/static/fonts/hack-bolditalic-subset.woff2 (100%) rename {posixlycorrect/themes => themes}/terminimal/static/fonts/hack-bolditalic.woff (100%) rename {posixlycorrect/themes => themes}/terminimal/static/fonts/hack-bolditalic.woff2 (100%) rename {posixlycorrect/themes => themes}/terminimal/static/fonts/hack-italic-subset.woff (100%) rename {posixlycorrect/themes => themes}/terminimal/static/fonts/hack-italic-subset.woff2 (100%) rename {posixlycorrect/themes => themes}/terminimal/static/fonts/hack-italic.woff (100%) rename {posixlycorrect/themes => themes}/terminimal/static/fonts/hack-italic.woff2 (100%) rename {posixlycorrect/themes => themes}/terminimal/static/fonts/hack-regular-subset.woff (100%) rename {posixlycorrect/themes => themes}/terminimal/static/fonts/hack-regular-subset.woff2 (100%) rename {posixlycorrect/themes => themes}/terminimal/static/fonts/hack-regular.woff (100%) rename {posixlycorrect/themes => themes}/terminimal/static/fonts/hack-regular.woff2 (100%) rename {posixlycorrect/themes => themes}/terminimal/templates/404.html (100%) rename {posixlycorrect/themes => themes}/terminimal/templates/archive.html (100%) rename {posixlycorrect/themes => themes}/terminimal/templates/blog_index.html (100%) rename {posixlycorrect/themes => themes}/terminimal/templates/index.html (100%) rename {posixlycorrect/themes => themes}/terminimal/templates/macros/date.html (100%) rename {posixlycorrect/themes => themes}/terminimal/templates/macros/head.html (100%) rename {posixlycorrect/themes => themes}/terminimal/templates/macros/menu.html (100%) rename {posixlycorrect/themes => themes}/terminimal/templates/macros/post.html (100%) rename {posixlycorrect/themes => themes}/terminimal/templates/macros/title.html (100%) rename {posixlycorrect/themes => themes}/terminimal/templates/page.html (100%) rename {posixlycorrect/themes => themes}/terminimal/templates/shortcodes/figure.html (100%) rename {posixlycorrect/themes => themes}/terminimal/templates/shortcodes/image.html (100%) rename {posixlycorrect/themes => themes}/terminimal/templates/tags/list.html (100%) rename {posixlycorrect/themes => themes}/terminimal/templates/tags/single.html (100%) rename {posixlycorrect/themes => themes}/terminimal/theme.toml (100%) diff --git a/.gitignore b/.gitignore index f094862..2d9aae4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ !**/.keep result +public/* diff --git a/posixlycorrect/config.toml b/config.toml similarity index 100% rename from posixlycorrect/config.toml rename to config.toml diff --git a/posixlycorrect/content/_index.md b/content/_index.md similarity index 100% rename from posixlycorrect/content/_index.md rename to content/_index.md diff --git a/posixlycorrect/content/about.md b/content/about.md similarity index 100% rename from posixlycorrect/content/about.md rename to content/about.md diff --git a/posixlycorrect/content/analog_photography.md b/content/analog_photography.md similarity index 100% rename from posixlycorrect/content/analog_photography.md rename to content/analog_photography.md diff --git a/posixlycorrect/content/blog/_index.md b/content/blog/_index.md similarity index 100% rename from posixlycorrect/content/blog/_index.md rename to content/blog/_index.md diff --git a/posixlycorrect/content/blog/building_a_site_with_zola_and_sourcehut.md b/content/blog/building_a_site_with_zola_and_sourcehut.md similarity index 100% rename from posixlycorrect/content/blog/building_a_site_with_zola_and_sourcehut.md rename to content/blog/building_a_site_with_zola_and_sourcehut.md diff --git a/posixlycorrect/content/blog/introduction_to_gpg_key_usage.md b/content/blog/introduction_to_gpg_key_usage.md similarity index 100% rename from posixlycorrect/content/blog/introduction_to_gpg_key_usage.md rename to content/blog/introduction_to_gpg_key_usage.md diff --git a/posixlycorrect/content/blog/stellaris_tall_virtual_build.md b/content/blog/stellaris_tall_virtual_build.md similarity index 100% rename from posixlycorrect/content/blog/stellaris_tall_virtual_build.md rename to content/blog/stellaris_tall_virtual_build.md diff --git a/posixlycorrect/content/leaderboard.md b/content/leaderboard.md similarity index 100% rename from posixlycorrect/content/leaderboard.md rename to content/leaderboard.md diff --git a/posixlycorrect/content/lib.md b/content/lib.md similarity index 100% rename from posixlycorrect/content/lib.md rename to content/lib.md diff --git a/posixlycorrect/content/lib/art_collection.md b/content/lib/art_collection.md similarity index 100% rename from posixlycorrect/content/lib/art_collection.md rename to content/lib/art_collection.md diff --git a/posixlycorrect/content/lib/be_methodical.md b/content/lib/be_methodical.md similarity index 100% rename from posixlycorrect/content/lib/be_methodical.md rename to content/lib/be_methodical.md diff --git a/posixlycorrect/content/lib/places_to_eat_out.md b/content/lib/places_to_eat_out.md similarity index 100% rename from posixlycorrect/content/lib/places_to_eat_out.md rename to content/lib/places_to_eat_out.md diff --git a/posixlycorrect/content/lib/safire_memo.md b/content/lib/safire_memo.md similarity index 100% rename from posixlycorrect/content/lib/safire_memo.md rename to content/lib/safire_memo.md diff --git a/posixlycorrect/content/lib/two_hard_things.md b/content/lib/two_hard_things.md similarity index 100% rename from posixlycorrect/content/lib/two_hard_things.md rename to content/lib/two_hard_things.md diff --git a/posixlycorrect/content/lib/visual_thinking.md b/content/lib/visual_thinking.md similarity index 100% rename from posixlycorrect/content/lib/visual_thinking.md rename to content/lib/visual_thinking.md diff --git a/default.nix b/default.nix index c472bcd..8885888 100644 --- a/default.nix +++ b/default.nix @@ -9,7 +9,7 @@ with lib; pname = "posixlycorrect.com"; version = "0.0.1"; - src = ./posixlycorrect; + src = ./.; buildPhase = '' ${getExe zola} build --output-dir $out diff --git a/posixlycorrect/.gitignore b/posixlycorrect/.gitignore deleted file mode 100644 index 46f5006..0000000 --- a/posixlycorrect/.gitignore +++ /dev/null @@ -1 +0,0 @@ -public/* diff --git a/posixlycorrect/static/art_collection/caribe.jpg b/static/art_collection/caribe.jpg similarity index 100% rename from posixlycorrect/static/art_collection/caribe.jpg rename to static/art_collection/caribe.jpg diff --git a/posixlycorrect/static/art_collection/la_tertulia1.jpg b/static/art_collection/la_tertulia1.jpg similarity index 100% rename from posixlycorrect/static/art_collection/la_tertulia1.jpg rename to static/art_collection/la_tertulia1.jpg diff --git a/posixlycorrect/static/art_collection/la_tertulia2.jpg b/static/art_collection/la_tertulia2.jpg similarity index 100% rename from posixlycorrect/static/art_collection/la_tertulia2.jpg rename to static/art_collection/la_tertulia2.jpg diff --git a/posixlycorrect/static/art_collection/la_tertulia3.jpg b/static/art_collection/la_tertulia3.jpg similarity index 100% rename from posixlycorrect/static/art_collection/la_tertulia3.jpg rename to static/art_collection/la_tertulia3.jpg diff --git a/posixlycorrect/static/caribe.jpg b/static/caribe.jpg similarity index 100% rename from posixlycorrect/static/caribe.jpg rename to static/caribe.jpg diff --git a/posixlycorrect/static/favicon.png b/static/favicon.png similarity index 100% rename from posixlycorrect/static/favicon.png rename to static/favicon.png diff --git a/posixlycorrect/themes/terminimal/LICENSE-Hack.md b/themes/terminimal/LICENSE-Hack.md similarity index 100% rename from posixlycorrect/themes/terminimal/LICENSE-Hack.md rename to themes/terminimal/LICENSE-Hack.md diff --git a/posixlycorrect/themes/terminimal/LICENSE.md b/themes/terminimal/LICENSE.md similarity index 100% rename from posixlycorrect/themes/terminimal/LICENSE.md rename to themes/terminimal/LICENSE.md diff --git a/posixlycorrect/themes/terminimal/config.toml b/themes/terminimal/config.toml similarity index 100% rename from posixlycorrect/themes/terminimal/config.toml rename to themes/terminimal/config.toml diff --git a/posixlycorrect/themes/terminimal/content/_index.md b/themes/terminimal/content/_index.md similarity index 100% rename from posixlycorrect/themes/terminimal/content/_index.md rename to themes/terminimal/content/_index.md diff --git a/posixlycorrect/themes/terminimal/content/i-dont-like-javascript.md b/themes/terminimal/content/i-dont-like-javascript.md similarity index 100% rename from posixlycorrect/themes/terminimal/content/i-dont-like-javascript.md rename to themes/terminimal/content/i-dont-like-javascript.md diff --git a/posixlycorrect/themes/terminimal/content/learning-javascript.md b/themes/terminimal/content/learning-javascript.md similarity index 100% rename from posixlycorrect/themes/terminimal/content/learning-javascript.md rename to themes/terminimal/content/learning-javascript.md diff --git a/posixlycorrect/themes/terminimal/content/more-ranting.md b/themes/terminimal/content/more-ranting.md similarity index 100% rename from posixlycorrect/themes/terminimal/content/more-ranting.md rename to themes/terminimal/content/more-ranting.md diff --git a/posixlycorrect/themes/terminimal/content/pages/_index.md b/themes/terminimal/content/pages/_index.md similarity index 100% rename from posixlycorrect/themes/terminimal/content/pages/_index.md rename to themes/terminimal/content/pages/_index.md diff --git a/posixlycorrect/themes/terminimal/content/pages/about.md b/themes/terminimal/content/pages/about.md similarity index 100% rename from posixlycorrect/themes/terminimal/content/pages/about.md rename to themes/terminimal/content/pages/about.md diff --git a/posixlycorrect/themes/terminimal/content/pages/archive.md b/themes/terminimal/content/pages/archive.md similarity index 100% rename from posixlycorrect/themes/terminimal/content/pages/archive.md rename to themes/terminimal/content/pages/archive.md diff --git a/posixlycorrect/themes/terminimal/content/welcome-terminimal-theme.md b/themes/terminimal/content/welcome-terminimal-theme.md similarity index 100% rename from posixlycorrect/themes/terminimal/content/welcome-terminimal-theme.md rename to themes/terminimal/content/welcome-terminimal-theme.md diff --git a/posixlycorrect/themes/terminimal/content/zola-is-nice.md b/themes/terminimal/content/zola-is-nice.md similarity index 100% rename from posixlycorrect/themes/terminimal/content/zola-is-nice.md rename to themes/terminimal/content/zola-is-nice.md diff --git a/posixlycorrect/themes/terminimal/sass/buttons.scss b/themes/terminimal/sass/buttons.scss similarity index 100% rename from posixlycorrect/themes/terminimal/sass/buttons.scss rename to themes/terminimal/sass/buttons.scss diff --git a/posixlycorrect/themes/terminimal/sass/color/background_dark.scss b/themes/terminimal/sass/color/background_dark.scss similarity index 100% rename from posixlycorrect/themes/terminimal/sass/color/background_dark.scss rename to themes/terminimal/sass/color/background_dark.scss diff --git a/posixlycorrect/themes/terminimal/sass/color/background_orange.scss b/themes/terminimal/sass/color/background_orange.scss similarity index 100% rename from posixlycorrect/themes/terminimal/sass/color/background_orange.scss rename to themes/terminimal/sass/color/background_orange.scss diff --git a/posixlycorrect/themes/terminimal/sass/color/orange.scss b/themes/terminimal/sass/color/orange.scss similarity index 100% rename from posixlycorrect/themes/terminimal/sass/color/orange.scss rename to themes/terminimal/sass/color/orange.scss diff --git a/posixlycorrect/themes/terminimal/sass/font-hack-subset.scss b/themes/terminimal/sass/font-hack-subset.scss similarity index 100% rename from posixlycorrect/themes/terminimal/sass/font-hack-subset.scss rename to themes/terminimal/sass/font-hack-subset.scss diff --git a/posixlycorrect/themes/terminimal/sass/font-hack.scss b/themes/terminimal/sass/font-hack.scss similarity index 100% rename from posixlycorrect/themes/terminimal/sass/font-hack.scss rename to themes/terminimal/sass/font-hack.scss diff --git a/posixlycorrect/themes/terminimal/sass/footer.scss b/themes/terminimal/sass/footer.scss similarity index 100% rename from posixlycorrect/themes/terminimal/sass/footer.scss rename to themes/terminimal/sass/footer.scss diff --git a/posixlycorrect/themes/terminimal/sass/header.scss b/themes/terminimal/sass/header.scss similarity index 100% rename from posixlycorrect/themes/terminimal/sass/header.scss rename to themes/terminimal/sass/header.scss diff --git a/posixlycorrect/themes/terminimal/sass/logo.scss b/themes/terminimal/sass/logo.scss similarity index 100% rename from posixlycorrect/themes/terminimal/sass/logo.scss rename to themes/terminimal/sass/logo.scss diff --git a/posixlycorrect/themes/terminimal/sass/main.scss b/themes/terminimal/sass/main.scss similarity index 100% rename from posixlycorrect/themes/terminimal/sass/main.scss rename to themes/terminimal/sass/main.scss diff --git a/posixlycorrect/themes/terminimal/sass/pagination.scss b/themes/terminimal/sass/pagination.scss similarity index 100% rename from posixlycorrect/themes/terminimal/sass/pagination.scss rename to themes/terminimal/sass/pagination.scss diff --git a/posixlycorrect/themes/terminimal/sass/post.scss b/themes/terminimal/sass/post.scss similarity index 100% rename from posixlycorrect/themes/terminimal/sass/post.scss rename to themes/terminimal/sass/post.scss diff --git a/posixlycorrect/themes/terminimal/sass/style.scss b/themes/terminimal/sass/style.scss similarity index 100% rename from posixlycorrect/themes/terminimal/sass/style.scss rename to themes/terminimal/sass/style.scss diff --git a/posixlycorrect/themes/terminimal/sass/variables.scss b/themes/terminimal/sass/variables.scss similarity index 100% rename from posixlycorrect/themes/terminimal/sass/variables.scss rename to themes/terminimal/sass/variables.scss diff --git a/posixlycorrect/themes/terminimal/static/fonts/hack-bold-subset.woff b/themes/terminimal/static/fonts/hack-bold-subset.woff similarity index 100% rename from posixlycorrect/themes/terminimal/static/fonts/hack-bold-subset.woff rename to themes/terminimal/static/fonts/hack-bold-subset.woff diff --git a/posixlycorrect/themes/terminimal/static/fonts/hack-bold-subset.woff2 b/themes/terminimal/static/fonts/hack-bold-subset.woff2 similarity index 100% rename from posixlycorrect/themes/terminimal/static/fonts/hack-bold-subset.woff2 rename to themes/terminimal/static/fonts/hack-bold-subset.woff2 diff --git a/posixlycorrect/themes/terminimal/static/fonts/hack-bold.woff b/themes/terminimal/static/fonts/hack-bold.woff similarity index 100% rename from posixlycorrect/themes/terminimal/static/fonts/hack-bold.woff rename to themes/terminimal/static/fonts/hack-bold.woff diff --git a/posixlycorrect/themes/terminimal/static/fonts/hack-bold.woff2 b/themes/terminimal/static/fonts/hack-bold.woff2 similarity index 100% rename from posixlycorrect/themes/terminimal/static/fonts/hack-bold.woff2 rename to themes/terminimal/static/fonts/hack-bold.woff2 diff --git a/posixlycorrect/themes/terminimal/static/fonts/hack-bolditalic-subset.woff b/themes/terminimal/static/fonts/hack-bolditalic-subset.woff similarity index 100% rename from posixlycorrect/themes/terminimal/static/fonts/hack-bolditalic-subset.woff rename to themes/terminimal/static/fonts/hack-bolditalic-subset.woff diff --git a/posixlycorrect/themes/terminimal/static/fonts/hack-bolditalic-subset.woff2 b/themes/terminimal/static/fonts/hack-bolditalic-subset.woff2 similarity index 100% rename from posixlycorrect/themes/terminimal/static/fonts/hack-bolditalic-subset.woff2 rename to themes/terminimal/static/fonts/hack-bolditalic-subset.woff2 diff --git a/posixlycorrect/themes/terminimal/static/fonts/hack-bolditalic.woff b/themes/terminimal/static/fonts/hack-bolditalic.woff similarity index 100% rename from posixlycorrect/themes/terminimal/static/fonts/hack-bolditalic.woff rename to themes/terminimal/static/fonts/hack-bolditalic.woff diff --git a/posixlycorrect/themes/terminimal/static/fonts/hack-bolditalic.woff2 b/themes/terminimal/static/fonts/hack-bolditalic.woff2 similarity index 100% rename from posixlycorrect/themes/terminimal/static/fonts/hack-bolditalic.woff2 rename to themes/terminimal/static/fonts/hack-bolditalic.woff2 diff --git a/posixlycorrect/themes/terminimal/static/fonts/hack-italic-subset.woff b/themes/terminimal/static/fonts/hack-italic-subset.woff similarity index 100% rename from posixlycorrect/themes/terminimal/static/fonts/hack-italic-subset.woff rename to themes/terminimal/static/fonts/hack-italic-subset.woff diff --git a/posixlycorrect/themes/terminimal/static/fonts/hack-italic-subset.woff2 b/themes/terminimal/static/fonts/hack-italic-subset.woff2 similarity index 100% rename from posixlycorrect/themes/terminimal/static/fonts/hack-italic-subset.woff2 rename to themes/terminimal/static/fonts/hack-italic-subset.woff2 diff --git a/posixlycorrect/themes/terminimal/static/fonts/hack-italic.woff b/themes/terminimal/static/fonts/hack-italic.woff similarity index 100% rename from posixlycorrect/themes/terminimal/static/fonts/hack-italic.woff rename to themes/terminimal/static/fonts/hack-italic.woff diff --git a/posixlycorrect/themes/terminimal/static/fonts/hack-italic.woff2 b/themes/terminimal/static/fonts/hack-italic.woff2 similarity index 100% rename from posixlycorrect/themes/terminimal/static/fonts/hack-italic.woff2 rename to themes/terminimal/static/fonts/hack-italic.woff2 diff --git a/posixlycorrect/themes/terminimal/static/fonts/hack-regular-subset.woff b/themes/terminimal/static/fonts/hack-regular-subset.woff similarity index 100% rename from posixlycorrect/themes/terminimal/static/fonts/hack-regular-subset.woff rename to themes/terminimal/static/fonts/hack-regular-subset.woff diff --git a/posixlycorrect/themes/terminimal/static/fonts/hack-regular-subset.woff2 b/themes/terminimal/static/fonts/hack-regular-subset.woff2 similarity index 100% rename from posixlycorrect/themes/terminimal/static/fonts/hack-regular-subset.woff2 rename to themes/terminimal/static/fonts/hack-regular-subset.woff2 diff --git a/posixlycorrect/themes/terminimal/static/fonts/hack-regular.woff b/themes/terminimal/static/fonts/hack-regular.woff similarity index 100% rename from posixlycorrect/themes/terminimal/static/fonts/hack-regular.woff rename to themes/terminimal/static/fonts/hack-regular.woff diff --git a/posixlycorrect/themes/terminimal/static/fonts/hack-regular.woff2 b/themes/terminimal/static/fonts/hack-regular.woff2 similarity index 100% rename from posixlycorrect/themes/terminimal/static/fonts/hack-regular.woff2 rename to themes/terminimal/static/fonts/hack-regular.woff2 diff --git a/posixlycorrect/themes/terminimal/templates/404.html b/themes/terminimal/templates/404.html similarity index 100% rename from posixlycorrect/themes/terminimal/templates/404.html rename to themes/terminimal/templates/404.html diff --git a/posixlycorrect/themes/terminimal/templates/archive.html b/themes/terminimal/templates/archive.html similarity index 100% rename from posixlycorrect/themes/terminimal/templates/archive.html rename to themes/terminimal/templates/archive.html diff --git a/posixlycorrect/themes/terminimal/templates/blog_index.html b/themes/terminimal/templates/blog_index.html similarity index 100% rename from posixlycorrect/themes/terminimal/templates/blog_index.html rename to themes/terminimal/templates/blog_index.html diff --git a/posixlycorrect/themes/terminimal/templates/index.html b/themes/terminimal/templates/index.html similarity index 100% rename from posixlycorrect/themes/terminimal/templates/index.html rename to themes/terminimal/templates/index.html diff --git a/posixlycorrect/themes/terminimal/templates/macros/date.html b/themes/terminimal/templates/macros/date.html similarity index 100% rename from posixlycorrect/themes/terminimal/templates/macros/date.html rename to themes/terminimal/templates/macros/date.html diff --git a/posixlycorrect/themes/terminimal/templates/macros/head.html b/themes/terminimal/templates/macros/head.html similarity index 100% rename from posixlycorrect/themes/terminimal/templates/macros/head.html rename to themes/terminimal/templates/macros/head.html diff --git a/posixlycorrect/themes/terminimal/templates/macros/menu.html b/themes/terminimal/templates/macros/menu.html similarity index 100% rename from posixlycorrect/themes/terminimal/templates/macros/menu.html rename to themes/terminimal/templates/macros/menu.html diff --git a/posixlycorrect/themes/terminimal/templates/macros/post.html b/themes/terminimal/templates/macros/post.html similarity index 100% rename from posixlycorrect/themes/terminimal/templates/macros/post.html rename to themes/terminimal/templates/macros/post.html diff --git a/posixlycorrect/themes/terminimal/templates/macros/title.html b/themes/terminimal/templates/macros/title.html similarity index 100% rename from posixlycorrect/themes/terminimal/templates/macros/title.html rename to themes/terminimal/templates/macros/title.html diff --git a/posixlycorrect/themes/terminimal/templates/page.html b/themes/terminimal/templates/page.html similarity index 100% rename from posixlycorrect/themes/terminimal/templates/page.html rename to themes/terminimal/templates/page.html diff --git a/posixlycorrect/themes/terminimal/templates/shortcodes/figure.html b/themes/terminimal/templates/shortcodes/figure.html similarity index 100% rename from posixlycorrect/themes/terminimal/templates/shortcodes/figure.html rename to themes/terminimal/templates/shortcodes/figure.html diff --git a/posixlycorrect/themes/terminimal/templates/shortcodes/image.html b/themes/terminimal/templates/shortcodes/image.html similarity index 100% rename from posixlycorrect/themes/terminimal/templates/shortcodes/image.html rename to themes/terminimal/templates/shortcodes/image.html diff --git a/posixlycorrect/themes/terminimal/templates/tags/list.html b/themes/terminimal/templates/tags/list.html similarity index 100% rename from posixlycorrect/themes/terminimal/templates/tags/list.html rename to themes/terminimal/templates/tags/list.html diff --git a/posixlycorrect/themes/terminimal/templates/tags/single.html b/themes/terminimal/templates/tags/single.html similarity index 100% rename from posixlycorrect/themes/terminimal/templates/tags/single.html rename to themes/terminimal/templates/tags/single.html diff --git a/posixlycorrect/themes/terminimal/theme.toml b/themes/terminimal/theme.toml similarity index 100% rename from posixlycorrect/themes/terminimal/theme.toml rename to themes/terminimal/theme.toml