From ad8955abf2302913d2a49c6d469bf4f5f1bbdef5 Mon Sep 17 00:00:00 2001 From: Aadi Desai <21363892+supleed2@users.noreply.github.com> Date: Mon, 7 Mar 2022 23:32:05 +0000 Subject: [PATCH] Move Website to subdir --- .gitignore => Website/.gitignore | 0 .gitmodules => Website/.gitmodules | 0 {archetypes => Website/archetypes}/default.md | 0 config.yml => Website/config.yml | 0 {content => Website/content}/blog/about.md | 0 {content => Website/content}/blog/contact.md | 0 {content => Website/content}/blog/why.md | 0 {content => Website/content}/docs/app.md | 0 {content => Website/content}/docs/dashboard.md | 0 {content => Website/content}/docs/quickstart.md | 0 {content => Website/content}/shop.md | 0 {layouts => Website/layouts}/partials/section1.html | 0 {layouts => Website/layouts}/partials/section2.html | 0 {layouts => Website/layouts}/partials/section3.html | 0 {layouts => Website/layouts}/partials/section4.html | 0 {layouts => Website/layouts}/partials/section5.html | 0 .../layouts}/shortcodes/rawhtml.html | 0 readme.md => Website/readme.md | 0 {static => Website/static}/images/appMockup.png | Bin {static => Website/static}/images/collar.jpg | Bin .../static}/images/dashboardMockup.png | Bin .../static}/images/illustrations/icons/full.svg | 0 .../static}/images/illustrations/icons/hardware.svg | 0 .../static}/images/illustrations/icons/lite.svg | 0 .../static}/images/logos/largeLogo.png | Bin {static => Website/static}/images/logos/logo.png | Bin themes/hugo-fresh | 1 - 27 files changed, 1 deletion(-) rename .gitignore => Website/.gitignore (100%) rename .gitmodules => Website/.gitmodules (100%) rename {archetypes => Website/archetypes}/default.md (100%) rename config.yml => Website/config.yml (100%) rename {content => Website/content}/blog/about.md (100%) rename {content => Website/content}/blog/contact.md (100%) rename {content => Website/content}/blog/why.md (100%) rename {content => Website/content}/docs/app.md (100%) rename {content => Website/content}/docs/dashboard.md (100%) rename {content => Website/content}/docs/quickstart.md (100%) rename {content => Website/content}/shop.md (100%) rename {layouts => Website/layouts}/partials/section1.html (100%) rename {layouts => Website/layouts}/partials/section2.html (100%) rename {layouts => Website/layouts}/partials/section3.html (100%) rename {layouts => Website/layouts}/partials/section4.html (100%) rename {layouts => Website/layouts}/partials/section5.html (100%) rename {layouts => Website/layouts}/shortcodes/rawhtml.html (100%) rename readme.md => Website/readme.md (100%) rename {static => Website/static}/images/appMockup.png (100%) rename {static => Website/static}/images/collar.jpg (100%) rename {static => Website/static}/images/dashboardMockup.png (100%) rename {static => Website/static}/images/illustrations/icons/full.svg (100%) rename {static => Website/static}/images/illustrations/icons/hardware.svg (100%) rename {static => Website/static}/images/illustrations/icons/lite.svg (100%) rename {static => Website/static}/images/logos/largeLogo.png (100%) rename {static => Website/static}/images/logos/logo.png (100%) delete mode 160000 themes/hugo-fresh diff --git a/.gitignore b/Website/.gitignore similarity index 100% rename from .gitignore rename to Website/.gitignore diff --git a/.gitmodules b/Website/.gitmodules similarity index 100% rename from .gitmodules rename to Website/.gitmodules diff --git a/archetypes/default.md b/Website/archetypes/default.md similarity index 100% rename from archetypes/default.md rename to Website/archetypes/default.md diff --git a/config.yml b/Website/config.yml similarity index 100% rename from config.yml rename to Website/config.yml diff --git a/content/blog/about.md b/Website/content/blog/about.md similarity index 100% rename from content/blog/about.md rename to Website/content/blog/about.md diff --git a/content/blog/contact.md b/Website/content/blog/contact.md similarity index 100% rename from content/blog/contact.md rename to Website/content/blog/contact.md diff --git a/content/blog/why.md b/Website/content/blog/why.md similarity index 100% rename from content/blog/why.md rename to Website/content/blog/why.md diff --git a/content/docs/app.md b/Website/content/docs/app.md similarity index 100% rename from content/docs/app.md rename to Website/content/docs/app.md diff --git a/content/docs/dashboard.md b/Website/content/docs/dashboard.md similarity index 100% rename from content/docs/dashboard.md rename to Website/content/docs/dashboard.md diff --git a/content/docs/quickstart.md b/Website/content/docs/quickstart.md similarity index 100% rename from content/docs/quickstart.md rename to Website/content/docs/quickstart.md diff --git a/content/shop.md b/Website/content/shop.md similarity index 100% rename from content/shop.md rename to Website/content/shop.md diff --git a/layouts/partials/section1.html b/Website/layouts/partials/section1.html similarity index 100% rename from layouts/partials/section1.html rename to Website/layouts/partials/section1.html diff --git a/layouts/partials/section2.html b/Website/layouts/partials/section2.html similarity index 100% rename from layouts/partials/section2.html rename to Website/layouts/partials/section2.html diff --git a/layouts/partials/section3.html b/Website/layouts/partials/section3.html similarity index 100% rename from layouts/partials/section3.html rename to Website/layouts/partials/section3.html diff --git a/layouts/partials/section4.html b/Website/layouts/partials/section4.html similarity index 100% rename from layouts/partials/section4.html rename to Website/layouts/partials/section4.html diff --git a/layouts/partials/section5.html b/Website/layouts/partials/section5.html similarity index 100% rename from layouts/partials/section5.html rename to Website/layouts/partials/section5.html diff --git a/layouts/shortcodes/rawhtml.html b/Website/layouts/shortcodes/rawhtml.html similarity index 100% rename from layouts/shortcodes/rawhtml.html rename to Website/layouts/shortcodes/rawhtml.html diff --git a/readme.md b/Website/readme.md similarity index 100% rename from readme.md rename to Website/readme.md diff --git a/static/images/appMockup.png b/Website/static/images/appMockup.png similarity index 100% rename from static/images/appMockup.png rename to Website/static/images/appMockup.png diff --git a/static/images/collar.jpg b/Website/static/images/collar.jpg similarity index 100% rename from static/images/collar.jpg rename to Website/static/images/collar.jpg diff --git a/static/images/dashboardMockup.png b/Website/static/images/dashboardMockup.png similarity index 100% rename from static/images/dashboardMockup.png rename to Website/static/images/dashboardMockup.png diff --git a/static/images/illustrations/icons/full.svg b/Website/static/images/illustrations/icons/full.svg similarity index 100% rename from static/images/illustrations/icons/full.svg rename to Website/static/images/illustrations/icons/full.svg diff --git a/static/images/illustrations/icons/hardware.svg b/Website/static/images/illustrations/icons/hardware.svg similarity index 100% rename from static/images/illustrations/icons/hardware.svg rename to Website/static/images/illustrations/icons/hardware.svg diff --git a/static/images/illustrations/icons/lite.svg b/Website/static/images/illustrations/icons/lite.svg similarity index 100% rename from static/images/illustrations/icons/lite.svg rename to Website/static/images/illustrations/icons/lite.svg diff --git a/static/images/logos/largeLogo.png b/Website/static/images/logos/largeLogo.png similarity index 100% rename from static/images/logos/largeLogo.png rename to Website/static/images/logos/largeLogo.png diff --git a/static/images/logos/logo.png b/Website/static/images/logos/logo.png similarity index 100% rename from static/images/logos/logo.png rename to Website/static/images/logos/logo.png diff --git a/themes/hugo-fresh b/themes/hugo-fresh deleted file mode 160000 index 17f5137..0000000 --- a/themes/hugo-fresh +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 17f51372b615e3c92d44d79f1edfd2fd1866aec7