diff --git a/themes/gokarna/archetypes/default.md b/archetypes/default.md similarity index 100% rename from themes/gokarna/archetypes/default.md rename to archetypes/default.md diff --git a/exampleSite/themes b/exampleSite/themes deleted file mode 120000 index de90031..0000000 --- a/exampleSite/themes +++ /dev/null @@ -1 +0,0 @@ -../themes \ No newline at end of file diff --git a/exampleSite/themes/gokarna b/exampleSite/themes/gokarna new file mode 120000 index 0000000..6581736 --- /dev/null +++ b/exampleSite/themes/gokarna @@ -0,0 +1 @@ +../../ \ No newline at end of file diff --git a/themes/gokarna/layouts/404.html b/layouts/404.html similarity index 100% rename from themes/gokarna/layouts/404.html rename to layouts/404.html diff --git a/themes/gokarna/layouts/_default/baseof.html b/layouts/_default/baseof.html similarity index 100% rename from themes/gokarna/layouts/_default/baseof.html rename to layouts/_default/baseof.html diff --git a/themes/gokarna/layouts/_default/list.html b/layouts/_default/list.html similarity index 100% rename from themes/gokarna/layouts/_default/list.html rename to layouts/_default/list.html diff --git a/themes/gokarna/layouts/_default/single.html b/layouts/_default/single.html similarity index 100% rename from themes/gokarna/layouts/_default/single.html rename to layouts/_default/single.html diff --git a/themes/gokarna/layouts/_default/terms.html b/layouts/_default/terms.html similarity index 100% rename from themes/gokarna/layouts/_default/terms.html rename to layouts/_default/terms.html diff --git a/themes/gokarna/layouts/index.html b/layouts/index.html similarity index 100% rename from themes/gokarna/layouts/index.html rename to layouts/index.html diff --git a/themes/gokarna/layouts/partials/footer.html b/layouts/partials/footer.html similarity index 100% rename from themes/gokarna/layouts/partials/footer.html rename to layouts/partials/footer.html diff --git a/themes/gokarna/layouts/partials/head.html b/layouts/partials/head.html similarity index 100% rename from themes/gokarna/layouts/partials/head.html rename to layouts/partials/head.html diff --git a/themes/gokarna/layouts/partials/header.html b/layouts/partials/header.html similarity index 100% rename from themes/gokarna/layouts/partials/header.html rename to layouts/partials/header.html diff --git a/themes/gokarna/layouts/partials/list-posts.html b/layouts/partials/list-posts.html similarity index 100% rename from themes/gokarna/layouts/partials/list-posts.html rename to layouts/partials/list-posts.html diff --git a/themes/gokarna/layouts/partials/list.html b/layouts/partials/list.html similarity index 100% rename from themes/gokarna/layouts/partials/list.html rename to layouts/partials/list.html diff --git a/themes/gokarna/layouts/partials/page.html b/layouts/partials/page.html similarity index 100% rename from themes/gokarna/layouts/partials/page.html rename to layouts/partials/page.html diff --git a/themes/gokarna/layouts/partials/post.html b/layouts/partials/post.html similarity index 100% rename from themes/gokarna/layouts/partials/post.html rename to layouts/partials/post.html diff --git a/themes/gokarna/static/css/dark.css b/static/css/dark.css similarity index 100% rename from themes/gokarna/static/css/dark.css rename to static/css/dark.css diff --git a/themes/gokarna/static/css/main.css b/static/css/main.css similarity index 100% rename from themes/gokarna/static/css/main.css rename to static/css/main.css diff --git a/themes/gokarna/static/css/normalize.min.css b/static/css/normalize.min.css similarity index 100% rename from themes/gokarna/static/css/normalize.min.css rename to static/css/normalize.min.css diff --git a/themes/gokarna/static/fonts/Jost-Bold.ttf b/static/fonts/Jost-Bold.ttf similarity index 100% rename from themes/gokarna/static/fonts/Jost-Bold.ttf rename to static/fonts/Jost-Bold.ttf diff --git a/themes/gokarna/static/fonts/Jost-Regular.ttf b/static/fonts/Jost-Regular.ttf similarity index 100% rename from themes/gokarna/static/fonts/Jost-Regular.ttf rename to static/fonts/Jost-Regular.ttf diff --git a/themes/gokarna/static/js/feather-icons.min.js b/static/js/feather-icons.min.js similarity index 100% rename from themes/gokarna/static/js/feather-icons.min.js rename to static/js/feather-icons.min.js diff --git a/themes/gokarna/static/js/main.js b/static/js/main.js similarity index 100% rename from themes/gokarna/static/js/main.js rename to static/js/main.js diff --git a/themes/gokarna/theme.toml b/theme.toml similarity index 100% rename from themes/gokarna/theme.toml rename to theme.toml diff --git a/themes/gokarna/LICENSE b/themes/gokarna/LICENSE deleted file mode 100644 index e4483e2..0000000 --- a/themes/gokarna/LICENSE +++ /dev/null @@ -1,20 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2021 YOUR_NAME_HERE - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.