From 069f890f4674944ef7c0b1816ea022cf87bfe2e9 Mon Sep 17 00:00:00 2001 From: Victor Vrantchan Date: Fri, 26 Jun 2020 23:08:47 -0400 Subject: [PATCH] move website to subdirectory --- LICENSE => website/LICENSE | 0 Makefile => website/Makefile | 0 README.md => website/README.md | 0 {archetypes => website/archetypes}/blog.md | 0 config.toml => website/config.toml | 0 {content => website/content}/blog/accounts.md | 0 {content => website/content}/blog/certificates.md | 0 {content => website/content}/blog/kext-whitelist.md | 0 {content => website/content}/blog/os_update.md | 0 .../content}/blog/troubleshoot-dep.md | 0 {content => website/content}/blog/welcome.md | 0 {content => website/content}/blog/wwdc20-v2.md | 0 .../static}/certificates/mdm_csr_process.png | Bin {static => website/static}/images/mdm_vendor.png | Bin {static => website/static}/os_update/os_update.png | Bin .../static}/os_update/os_update_prompt.png | Bin .../static}/troubleshoot-mdm/dep_enroll.gif | Bin .../static}/troubleshoot-mdm/dep_process.png | Bin {themes => website/themes}/micromdm/LICENSE.md | 0 .../themes}/micromdm/archetypes/default.md | 0 .../themes}/micromdm/layouts/404.html | 0 .../themes}/micromdm/layouts/_default/list.html | 0 .../themes}/micromdm/layouts/_default/single.html | 0 .../themes}/micromdm/layouts/index.html | 0 .../themes}/micromdm/layouts/partials/footer.html | 0 .../themes}/micromdm/layouts/partials/head.html | 0 .../themes}/micromdm/layouts/partials/home.html | 0 .../micromdm/layouts/partials/navigation.html | 0 .../themes}/micromdm/static/css/micromdm.css | 0 .../themes}/micromdm/static/css/normalize.css | 0 .../static/images/android-chrome-192x192.png | Bin .../themes}/micromdm/static/images/api.svg | 0 .../micromdm/static/images/apple-touch-icon.png | Bin .../themes}/micromdm/static/images/branch.svg | 0 .../micromdm/static/images/browserconfig.xml | 0 .../micromdm/static/images/favicon-16x16.png | Bin .../micromdm/static/images/favicon-32x32.png | Bin .../themes}/micromdm/static/images/favicon.ico | Bin .../micromdm/static/images/logo-inverted.svg | 0 .../themes}/micromdm/static/images/logo.png | Bin .../themes}/micromdm/static/images/logo.svg | 0 .../themes}/micromdm/static/images/manifest.json | 0 .../micromdm/static/images/micromdm-docs.svg | 0 .../micromdm/static/images/mstile-150x150.png | Bin .../themes}/micromdm/static/images/octocat.svg | 0 .../micromdm/static/images/safari-pinned-tab.svg | 0 .../themes}/micromdm/static/images/slack-logo.svg | 0 .../themes}/micromdm/static/images/wiki-logo.svg | 0 {themes => website/themes}/micromdm/theme.toml | 0 49 files changed, 0 insertions(+), 0 deletions(-) rename LICENSE => website/LICENSE (100%) rename Makefile => website/Makefile (100%) rename README.md => website/README.md (100%) rename {archetypes => website/archetypes}/blog.md (100%) rename config.toml => website/config.toml (100%) rename {content => website/content}/blog/accounts.md (100%) rename {content => website/content}/blog/certificates.md (100%) rename {content => website/content}/blog/kext-whitelist.md (100%) rename {content => website/content}/blog/os_update.md (100%) rename {content => website/content}/blog/troubleshoot-dep.md (100%) rename {content => website/content}/blog/welcome.md (100%) rename {content => website/content}/blog/wwdc20-v2.md (100%) rename {static => website/static}/certificates/mdm_csr_process.png (100%) rename {static => website/static}/images/mdm_vendor.png (100%) rename {static => website/static}/os_update/os_update.png (100%) rename {static => website/static}/os_update/os_update_prompt.png (100%) rename {static => website/static}/troubleshoot-mdm/dep_enroll.gif (100%) rename {static => website/static}/troubleshoot-mdm/dep_process.png (100%) rename {themes => website/themes}/micromdm/LICENSE.md (100%) rename {themes => website/themes}/micromdm/archetypes/default.md (100%) rename {themes => website/themes}/micromdm/layouts/404.html (100%) rename {themes => website/themes}/micromdm/layouts/_default/list.html (100%) rename {themes => website/themes}/micromdm/layouts/_default/single.html (100%) rename {themes => website/themes}/micromdm/layouts/index.html (100%) rename {themes => website/themes}/micromdm/layouts/partials/footer.html (100%) rename {themes => website/themes}/micromdm/layouts/partials/head.html (100%) rename {themes => website/themes}/micromdm/layouts/partials/home.html (100%) rename {themes => website/themes}/micromdm/layouts/partials/navigation.html (100%) rename {themes => website/themes}/micromdm/static/css/micromdm.css (100%) rename {themes => website/themes}/micromdm/static/css/normalize.css (100%) rename {themes => website/themes}/micromdm/static/images/android-chrome-192x192.png (100%) rename {themes => website/themes}/micromdm/static/images/api.svg (100%) rename {themes => website/themes}/micromdm/static/images/apple-touch-icon.png (100%) rename {themes => website/themes}/micromdm/static/images/branch.svg (100%) rename {themes => website/themes}/micromdm/static/images/browserconfig.xml (100%) rename {themes => website/themes}/micromdm/static/images/favicon-16x16.png (100%) rename {themes => website/themes}/micromdm/static/images/favicon-32x32.png (100%) rename {themes => website/themes}/micromdm/static/images/favicon.ico (100%) rename {themes => website/themes}/micromdm/static/images/logo-inverted.svg (100%) rename {themes => website/themes}/micromdm/static/images/logo.png (100%) rename {themes => website/themes}/micromdm/static/images/logo.svg (100%) rename {themes => website/themes}/micromdm/static/images/manifest.json (100%) rename {themes => website/themes}/micromdm/static/images/micromdm-docs.svg (100%) rename {themes => website/themes}/micromdm/static/images/mstile-150x150.png (100%) rename {themes => website/themes}/micromdm/static/images/octocat.svg (100%) rename {themes => website/themes}/micromdm/static/images/safari-pinned-tab.svg (100%) rename {themes => website/themes}/micromdm/static/images/slack-logo.svg (100%) rename {themes => website/themes}/micromdm/static/images/wiki-logo.svg (100%) rename {themes => website/themes}/micromdm/theme.toml (100%) diff --git a/LICENSE b/website/LICENSE similarity index 100% rename from LICENSE rename to website/LICENSE diff --git a/Makefile b/website/Makefile similarity index 100% rename from Makefile rename to website/Makefile diff --git a/README.md b/website/README.md similarity index 100% rename from README.md rename to website/README.md diff --git a/archetypes/blog.md b/website/archetypes/blog.md similarity index 100% rename from archetypes/blog.md rename to website/archetypes/blog.md diff --git a/config.toml b/website/config.toml similarity index 100% rename from config.toml rename to website/config.toml diff --git a/content/blog/accounts.md b/website/content/blog/accounts.md similarity index 100% rename from content/blog/accounts.md rename to website/content/blog/accounts.md diff --git a/content/blog/certificates.md b/website/content/blog/certificates.md similarity index 100% rename from content/blog/certificates.md rename to website/content/blog/certificates.md diff --git a/content/blog/kext-whitelist.md b/website/content/blog/kext-whitelist.md similarity index 100% rename from content/blog/kext-whitelist.md rename to website/content/blog/kext-whitelist.md diff --git a/content/blog/os_update.md b/website/content/blog/os_update.md similarity index 100% rename from content/blog/os_update.md rename to website/content/blog/os_update.md diff --git a/content/blog/troubleshoot-dep.md b/website/content/blog/troubleshoot-dep.md similarity index 100% rename from content/blog/troubleshoot-dep.md rename to website/content/blog/troubleshoot-dep.md diff --git a/content/blog/welcome.md b/website/content/blog/welcome.md similarity index 100% rename from content/blog/welcome.md rename to website/content/blog/welcome.md diff --git a/content/blog/wwdc20-v2.md b/website/content/blog/wwdc20-v2.md similarity index 100% rename from content/blog/wwdc20-v2.md rename to website/content/blog/wwdc20-v2.md diff --git a/static/certificates/mdm_csr_process.png b/website/static/certificates/mdm_csr_process.png similarity index 100% rename from static/certificates/mdm_csr_process.png rename to website/static/certificates/mdm_csr_process.png diff --git a/static/images/mdm_vendor.png b/website/static/images/mdm_vendor.png similarity index 100% rename from static/images/mdm_vendor.png rename to website/static/images/mdm_vendor.png diff --git a/static/os_update/os_update.png b/website/static/os_update/os_update.png similarity index 100% rename from static/os_update/os_update.png rename to website/static/os_update/os_update.png diff --git a/static/os_update/os_update_prompt.png b/website/static/os_update/os_update_prompt.png similarity index 100% rename from static/os_update/os_update_prompt.png rename to website/static/os_update/os_update_prompt.png diff --git a/static/troubleshoot-mdm/dep_enroll.gif b/website/static/troubleshoot-mdm/dep_enroll.gif similarity index 100% rename from static/troubleshoot-mdm/dep_enroll.gif rename to website/static/troubleshoot-mdm/dep_enroll.gif diff --git a/static/troubleshoot-mdm/dep_process.png b/website/static/troubleshoot-mdm/dep_process.png similarity index 100% rename from static/troubleshoot-mdm/dep_process.png rename to website/static/troubleshoot-mdm/dep_process.png diff --git a/themes/micromdm/LICENSE.md b/website/themes/micromdm/LICENSE.md similarity index 100% rename from themes/micromdm/LICENSE.md rename to website/themes/micromdm/LICENSE.md diff --git a/themes/micromdm/archetypes/default.md b/website/themes/micromdm/archetypes/default.md similarity index 100% rename from themes/micromdm/archetypes/default.md rename to website/themes/micromdm/archetypes/default.md diff --git a/themes/micromdm/layouts/404.html b/website/themes/micromdm/layouts/404.html similarity index 100% rename from themes/micromdm/layouts/404.html rename to website/themes/micromdm/layouts/404.html diff --git a/themes/micromdm/layouts/_default/list.html b/website/themes/micromdm/layouts/_default/list.html similarity index 100% rename from themes/micromdm/layouts/_default/list.html rename to website/themes/micromdm/layouts/_default/list.html diff --git a/themes/micromdm/layouts/_default/single.html b/website/themes/micromdm/layouts/_default/single.html similarity index 100% rename from themes/micromdm/layouts/_default/single.html rename to website/themes/micromdm/layouts/_default/single.html diff --git a/themes/micromdm/layouts/index.html b/website/themes/micromdm/layouts/index.html similarity index 100% rename from themes/micromdm/layouts/index.html rename to website/themes/micromdm/layouts/index.html diff --git a/themes/micromdm/layouts/partials/footer.html b/website/themes/micromdm/layouts/partials/footer.html similarity index 100% rename from themes/micromdm/layouts/partials/footer.html rename to website/themes/micromdm/layouts/partials/footer.html diff --git a/themes/micromdm/layouts/partials/head.html b/website/themes/micromdm/layouts/partials/head.html similarity index 100% rename from themes/micromdm/layouts/partials/head.html rename to website/themes/micromdm/layouts/partials/head.html diff --git a/themes/micromdm/layouts/partials/home.html b/website/themes/micromdm/layouts/partials/home.html similarity index 100% rename from themes/micromdm/layouts/partials/home.html rename to website/themes/micromdm/layouts/partials/home.html diff --git a/themes/micromdm/layouts/partials/navigation.html b/website/themes/micromdm/layouts/partials/navigation.html similarity index 100% rename from themes/micromdm/layouts/partials/navigation.html rename to website/themes/micromdm/layouts/partials/navigation.html diff --git a/themes/micromdm/static/css/micromdm.css b/website/themes/micromdm/static/css/micromdm.css similarity index 100% rename from themes/micromdm/static/css/micromdm.css rename to website/themes/micromdm/static/css/micromdm.css diff --git a/themes/micromdm/static/css/normalize.css b/website/themes/micromdm/static/css/normalize.css similarity index 100% rename from themes/micromdm/static/css/normalize.css rename to website/themes/micromdm/static/css/normalize.css diff --git a/themes/micromdm/static/images/android-chrome-192x192.png b/website/themes/micromdm/static/images/android-chrome-192x192.png similarity index 100% rename from themes/micromdm/static/images/android-chrome-192x192.png rename to website/themes/micromdm/static/images/android-chrome-192x192.png diff --git a/themes/micromdm/static/images/api.svg b/website/themes/micromdm/static/images/api.svg similarity index 100% rename from themes/micromdm/static/images/api.svg rename to website/themes/micromdm/static/images/api.svg diff --git a/themes/micromdm/static/images/apple-touch-icon.png b/website/themes/micromdm/static/images/apple-touch-icon.png similarity index 100% rename from themes/micromdm/static/images/apple-touch-icon.png rename to website/themes/micromdm/static/images/apple-touch-icon.png diff --git a/themes/micromdm/static/images/branch.svg b/website/themes/micromdm/static/images/branch.svg similarity index 100% rename from themes/micromdm/static/images/branch.svg rename to website/themes/micromdm/static/images/branch.svg diff --git a/themes/micromdm/static/images/browserconfig.xml b/website/themes/micromdm/static/images/browserconfig.xml similarity index 100% rename from themes/micromdm/static/images/browserconfig.xml rename to website/themes/micromdm/static/images/browserconfig.xml diff --git a/themes/micromdm/static/images/favicon-16x16.png b/website/themes/micromdm/static/images/favicon-16x16.png similarity index 100% rename from themes/micromdm/static/images/favicon-16x16.png rename to website/themes/micromdm/static/images/favicon-16x16.png diff --git a/themes/micromdm/static/images/favicon-32x32.png b/website/themes/micromdm/static/images/favicon-32x32.png similarity index 100% rename from themes/micromdm/static/images/favicon-32x32.png rename to website/themes/micromdm/static/images/favicon-32x32.png diff --git a/themes/micromdm/static/images/favicon.ico b/website/themes/micromdm/static/images/favicon.ico similarity index 100% rename from themes/micromdm/static/images/favicon.ico rename to website/themes/micromdm/static/images/favicon.ico diff --git a/themes/micromdm/static/images/logo-inverted.svg b/website/themes/micromdm/static/images/logo-inverted.svg similarity index 100% rename from themes/micromdm/static/images/logo-inverted.svg rename to website/themes/micromdm/static/images/logo-inverted.svg diff --git a/themes/micromdm/static/images/logo.png b/website/themes/micromdm/static/images/logo.png similarity index 100% rename from themes/micromdm/static/images/logo.png rename to website/themes/micromdm/static/images/logo.png diff --git a/themes/micromdm/static/images/logo.svg b/website/themes/micromdm/static/images/logo.svg similarity index 100% rename from themes/micromdm/static/images/logo.svg rename to website/themes/micromdm/static/images/logo.svg diff --git a/themes/micromdm/static/images/manifest.json b/website/themes/micromdm/static/images/manifest.json similarity index 100% rename from themes/micromdm/static/images/manifest.json rename to website/themes/micromdm/static/images/manifest.json diff --git a/themes/micromdm/static/images/micromdm-docs.svg b/website/themes/micromdm/static/images/micromdm-docs.svg similarity index 100% rename from themes/micromdm/static/images/micromdm-docs.svg rename to website/themes/micromdm/static/images/micromdm-docs.svg diff --git a/themes/micromdm/static/images/mstile-150x150.png b/website/themes/micromdm/static/images/mstile-150x150.png similarity index 100% rename from themes/micromdm/static/images/mstile-150x150.png rename to website/themes/micromdm/static/images/mstile-150x150.png diff --git a/themes/micromdm/static/images/octocat.svg b/website/themes/micromdm/static/images/octocat.svg similarity index 100% rename from themes/micromdm/static/images/octocat.svg rename to website/themes/micromdm/static/images/octocat.svg diff --git a/themes/micromdm/static/images/safari-pinned-tab.svg b/website/themes/micromdm/static/images/safari-pinned-tab.svg similarity index 100% rename from themes/micromdm/static/images/safari-pinned-tab.svg rename to website/themes/micromdm/static/images/safari-pinned-tab.svg diff --git a/themes/micromdm/static/images/slack-logo.svg b/website/themes/micromdm/static/images/slack-logo.svg similarity index 100% rename from themes/micromdm/static/images/slack-logo.svg rename to website/themes/micromdm/static/images/slack-logo.svg diff --git a/themes/micromdm/static/images/wiki-logo.svg b/website/themes/micromdm/static/images/wiki-logo.svg similarity index 100% rename from themes/micromdm/static/images/wiki-logo.svg rename to website/themes/micromdm/static/images/wiki-logo.svg diff --git a/themes/micromdm/theme.toml b/website/themes/micromdm/theme.toml similarity index 100% rename from themes/micromdm/theme.toml rename to website/themes/micromdm/theme.toml