From 6d7f69bbd5a90e2978001843fdd9ed0a35197009 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Kr=C3=B3l?= Date: Mon, 8 Jan 2024 16:06:16 +0100 Subject: [PATCH] correct company name 3mbed -> 3mdeb MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Piotr Król --- .codespellrc | 2 +- .lycheeignore | 2 +- config/_default/config.toml | 2 +- config/_default/params.toml | 2 +- themes/{3mbed => 3mdeb}/assets/js/bootstrap.js | 0 themes/{3mbed => 3mdeb}/assets/js/script.js | 0 themes/{3mbed => 3mdeb}/assets/plugins/jquery/jquery.js | 0 themes/{3mbed => 3mdeb}/assets/plugins/maps/google-map.js | 0 themes/{3mbed => 3mdeb}/assets/plugins/search/fuse.js | 0 themes/{3mbed => 3mdeb}/assets/plugins/search/search.js | 0 themes/{3mbed => 3mdeb}/assets/plugins/slick/slick.css | 0 themes/{3mbed => 3mdeb}/assets/plugins/slick/slick.js | 0 themes/{3mbed => 3mdeb}/assets/plugins/swiper/swiper-bundle.css | 0 themes/{3mbed => 3mdeb}/assets/plugins/swiper/swiper-bundle.js | 0 .../{3mbed => 3mdeb}/assets/plugins/webfont/webfont-loader-2.js | 0 .../assets/plugins/youtube-lite/youtube-lite.js | 0 themes/{3mbed => 3mdeb}/assets/scss/_buttons.scss | 0 themes/{3mbed => 3mdeb}/assets/scss/_common.scss | 0 themes/{3mbed => 3mdeb}/assets/scss/_mixins.scss | 0 themes/{3mbed => 3mdeb}/assets/scss/_typography.scss | 0 themes/{3mbed => 3mdeb}/assets/scss/custom.scss | 0 themes/{3mbed => 3mdeb}/assets/scss/style.scss | 0 themes/{3mbed => 3mdeb}/assets/scss/templates/_bootstrap.scss | 0 themes/{3mbed => 3mdeb}/assets/scss/templates/_main.scss | 0 themes/{3mbed => 3mdeb}/assets/scss/templates/_navigation.scss | 0 themes/{3mbed => 3mdeb}/layouts/404.html | 0 themes/{3mbed => 3mdeb}/layouts/_default/about-us.html | 0 .../{3mbed => 3mdeb}/layouts/_default/automated-validation.html | 0 themes/{3mbed => 3mdeb}/layouts/_default/baseof.html | 0 themes/{3mbed => 3mdeb}/layouts/_default/careers.html | 0 themes/{3mbed => 3mdeb}/layouts/_default/contact.html | 0 .../layouts/_default/embedded-firmware-development.html | 0 themes/{3mbed => 3mdeb}/layouts/_default/events.html | 0 themes/{3mbed => 3mdeb}/layouts/_default/faq.html | 0 .../layouts/_default/hardware-development-support.html | 0 .../layouts/_default/hypervisors-development.html | 0 themes/{3mbed => 3mdeb}/layouts/_default/index.json | 0 .../layouts/_default/internet-of-things-solutions.html | 0 themes/{3mbed => 3mdeb}/layouts/_default/list.html | 0 themes/{3mbed => 3mdeb}/layouts/_default/logo-policy.html | 0 themes/{3mbed => 3mdeb}/layouts/_default/markets.html | 0 themes/{3mbed => 3mdeb}/layouts/_default/my-account.html | 0 themes/{3mbed => 3mdeb}/layouts/_default/newest-video.html | 0 .../{3mbed => 3mdeb}/layouts/_default/open-source-hardware.html | 0 .../{3mbed => 3mdeb}/layouts/_default/open-source-software.html | 0 .../layouts/_default/operating-systems-development.html | 0 themes/{3mbed => 3mdeb}/layouts/_default/press-releases.html | 0 .../layouts/_default/products-documentation.html | 0 .../{3mbed => 3mdeb}/layouts/_default/service-catalogues.html | 0 themes/{3mbed => 3mdeb}/layouts/_default/single.html | 0 themes/{3mbed => 3mdeb}/layouts/_default/sitemap.xml | 0 .../layouts/_default/software-and-hardware-security.html | 0 themes/{3mbed => 3mdeb}/layouts/_default/terms.html | 0 themes/{3mbed => 3mdeb}/layouts/_default/training.html | 0 themes/{3mbed => 3mdeb}/layouts/author/single.html | 0 themes/{3mbed => 3mdeb}/layouts/index.html | 0 themes/{3mbed => 3mdeb}/layouts/partials/components/cta.html | 0 .../layouts/partials/components/custom-pagination.html | 0 .../layouts/partials/components/page-header.html | 0 .../layouts/partials/components/youtube-lite.html | 0 .../layouts/partials/essentials/analytics-gtag.html | 0 themes/{3mbed => 3mdeb}/layouts/partials/essentials/footer.html | 0 themes/{3mbed => 3mdeb}/layouts/partials/essentials/head.html | 0 themes/{3mbed => 3mdeb}/layouts/partials/essentials/header.html | 0 themes/{3mbed => 3mdeb}/layouts/partials/essentials/script.html | 0 themes/{3mbed => 3mdeb}/layouts/partials/essentials/style.html | 0 .../{3mbed => 3mdeb}/layouts/partials/widgets/categories.html | 0 .../{3mbed => 3mdeb}/layouts/partials/widgets/recent-post.html | 0 themes/{3mbed => 3mdeb}/layouts/partials/widgets/search.html | 0 themes/{3mbed => 3mdeb}/layouts/partials/widgets/tags.html | 0 .../layouts/partials/widgets/widget-wrapper.html | 0 themes/{3mbed => 3mdeb}/layouts/portfolio/list.html | 0 themes/{3mbed => 3mdeb}/layouts/portfolio/single.html | 0 themes/{3mbed => 3mdeb}/layouts/shortcodes/button.html | 0 themes/{3mbed => 3mdeb}/layouts/shortcodes/col.html | 0 themes/{3mbed => 3mdeb}/layouts/shortcodes/image-list.html | 0 themes/{3mbed => 3mdeb}/layouts/shortcodes/mark.html | 0 themes/{3mbed => 3mdeb}/layouts/shortcodes/row.html | 0 themes/{3mbed => 3mdeb}/layouts/shortcodes/section-title.html | 0 themes/{3mbed => 3mdeb}/layouts/shortcodes/section.html | 0 80 files changed, 4 insertions(+), 4 deletions(-) rename themes/{3mbed => 3mdeb}/assets/js/bootstrap.js (100%) rename themes/{3mbed => 3mdeb}/assets/js/script.js (100%) rename themes/{3mbed => 3mdeb}/assets/plugins/jquery/jquery.js (100%) rename themes/{3mbed => 3mdeb}/assets/plugins/maps/google-map.js (100%) rename themes/{3mbed => 3mdeb}/assets/plugins/search/fuse.js (100%) rename themes/{3mbed => 3mdeb}/assets/plugins/search/search.js (100%) rename themes/{3mbed => 3mdeb}/assets/plugins/slick/slick.css (100%) rename themes/{3mbed => 3mdeb}/assets/plugins/slick/slick.js (100%) rename themes/{3mbed => 3mdeb}/assets/plugins/swiper/swiper-bundle.css (100%) rename themes/{3mbed => 3mdeb}/assets/plugins/swiper/swiper-bundle.js (100%) rename themes/{3mbed => 3mdeb}/assets/plugins/webfont/webfont-loader-2.js (100%) rename themes/{3mbed => 3mdeb}/assets/plugins/youtube-lite/youtube-lite.js (100%) rename themes/{3mbed => 3mdeb}/assets/scss/_buttons.scss (100%) rename themes/{3mbed => 3mdeb}/assets/scss/_common.scss (100%) rename themes/{3mbed => 3mdeb}/assets/scss/_mixins.scss (100%) rename themes/{3mbed => 3mdeb}/assets/scss/_typography.scss (100%) rename themes/{3mbed => 3mdeb}/assets/scss/custom.scss (100%) rename themes/{3mbed => 3mdeb}/assets/scss/style.scss (100%) rename themes/{3mbed => 3mdeb}/assets/scss/templates/_bootstrap.scss (100%) rename themes/{3mbed => 3mdeb}/assets/scss/templates/_main.scss (100%) rename themes/{3mbed => 3mdeb}/assets/scss/templates/_navigation.scss (100%) rename themes/{3mbed => 3mdeb}/layouts/404.html (100%) rename themes/{3mbed => 3mdeb}/layouts/_default/about-us.html (100%) rename themes/{3mbed => 3mdeb}/layouts/_default/automated-validation.html (100%) rename themes/{3mbed => 3mdeb}/layouts/_default/baseof.html (100%) rename themes/{3mbed => 3mdeb}/layouts/_default/careers.html (100%) rename themes/{3mbed => 3mdeb}/layouts/_default/contact.html (100%) rename themes/{3mbed => 3mdeb}/layouts/_default/embedded-firmware-development.html (100%) rename themes/{3mbed => 3mdeb}/layouts/_default/events.html (100%) rename themes/{3mbed => 3mdeb}/layouts/_default/faq.html (100%) rename themes/{3mbed => 3mdeb}/layouts/_default/hardware-development-support.html (100%) rename themes/{3mbed => 3mdeb}/layouts/_default/hypervisors-development.html (100%) rename themes/{3mbed => 3mdeb}/layouts/_default/index.json (100%) rename themes/{3mbed => 3mdeb}/layouts/_default/internet-of-things-solutions.html (100%) rename themes/{3mbed => 3mdeb}/layouts/_default/list.html (100%) rename themes/{3mbed => 3mdeb}/layouts/_default/logo-policy.html (100%) rename themes/{3mbed => 3mdeb}/layouts/_default/markets.html (100%) rename themes/{3mbed => 3mdeb}/layouts/_default/my-account.html (100%) rename themes/{3mbed => 3mdeb}/layouts/_default/newest-video.html (100%) rename themes/{3mbed => 3mdeb}/layouts/_default/open-source-hardware.html (100%) rename themes/{3mbed => 3mdeb}/layouts/_default/open-source-software.html (100%) rename themes/{3mbed => 3mdeb}/layouts/_default/operating-systems-development.html (100%) rename themes/{3mbed => 3mdeb}/layouts/_default/press-releases.html (100%) rename themes/{3mbed => 3mdeb}/layouts/_default/products-documentation.html (100%) rename themes/{3mbed => 3mdeb}/layouts/_default/service-catalogues.html (100%) rename themes/{3mbed => 3mdeb}/layouts/_default/single.html (100%) rename themes/{3mbed => 3mdeb}/layouts/_default/sitemap.xml (100%) rename themes/{3mbed => 3mdeb}/layouts/_default/software-and-hardware-security.html (100%) rename themes/{3mbed => 3mdeb}/layouts/_default/terms.html (100%) rename themes/{3mbed => 3mdeb}/layouts/_default/training.html (100%) rename themes/{3mbed => 3mdeb}/layouts/author/single.html (100%) rename themes/{3mbed => 3mdeb}/layouts/index.html (100%) rename themes/{3mbed => 3mdeb}/layouts/partials/components/cta.html (100%) rename themes/{3mbed => 3mdeb}/layouts/partials/components/custom-pagination.html (100%) rename themes/{3mbed => 3mdeb}/layouts/partials/components/page-header.html (100%) rename themes/{3mbed => 3mdeb}/layouts/partials/components/youtube-lite.html (100%) rename themes/{3mbed => 3mdeb}/layouts/partials/essentials/analytics-gtag.html (100%) rename themes/{3mbed => 3mdeb}/layouts/partials/essentials/footer.html (100%) rename themes/{3mbed => 3mdeb}/layouts/partials/essentials/head.html (100%) rename themes/{3mbed => 3mdeb}/layouts/partials/essentials/header.html (100%) rename themes/{3mbed => 3mdeb}/layouts/partials/essentials/script.html (100%) rename themes/{3mbed => 3mdeb}/layouts/partials/essentials/style.html (100%) rename themes/{3mbed => 3mdeb}/layouts/partials/widgets/categories.html (100%) rename themes/{3mbed => 3mdeb}/layouts/partials/widgets/recent-post.html (100%) rename themes/{3mbed => 3mdeb}/layouts/partials/widgets/search.html (100%) rename themes/{3mbed => 3mdeb}/layouts/partials/widgets/tags.html (100%) rename themes/{3mbed => 3mdeb}/layouts/partials/widgets/widget-wrapper.html (100%) rename themes/{3mbed => 3mdeb}/layouts/portfolio/list.html (100%) rename themes/{3mbed => 3mdeb}/layouts/portfolio/single.html (100%) rename themes/{3mbed => 3mdeb}/layouts/shortcodes/button.html (100%) rename themes/{3mbed => 3mdeb}/layouts/shortcodes/col.html (100%) rename themes/{3mbed => 3mdeb}/layouts/shortcodes/image-list.html (100%) rename themes/{3mbed => 3mdeb}/layouts/shortcodes/mark.html (100%) rename themes/{3mbed => 3mdeb}/layouts/shortcodes/row.html (100%) rename themes/{3mbed => 3mdeb}/layouts/shortcodes/section-title.html (100%) rename themes/{3mbed => 3mdeb}/layouts/shortcodes/section.html (100%) diff --git a/.codespellrc b/.codespellrc index bc33c47..799d0cc 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,3 +1,3 @@ [codespell] -skip = *.svg,*.pl.md,themes/3mbed/assets/*.js +skip = *.svg,*.pl.md,themes/3mdeb/assets/*.js ignore-words-list = "doubleclick" diff --git a/.lycheeignore b/.lycheeignore index 6655563..7f9933a 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -1,4 +1,4 @@ -themes/3mbed/layouts/ +themes/3mdeb/layouts/ http://localhost:1313/ https://www.embedded-world.de/en/all-about-the-exhibition .email diff --git a/config/_default/config.toml b/config/_default/config.toml index ff956f3..50f24e1 100755 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -1,7 +1,7 @@ ######################## default configuration #################### baseURL = "https://beta.3mdeb.com" title = "[Beta] 3mdeb Sp. z o.o. — Embedded Firmware development consultancy" -theme = ["3mbed"] +theme = ["3mdeb"] # Default time zone for time stamps; use any valid tz database name: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List timeZone = "UTC" # post pagination diff --git a/config/_default/params.toml b/config/_default/params.toml index 2939b56..c005f45 100755 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -10,7 +10,7 @@ logo_width = "100px" # if logo_webp set false, will not generate WEBP version of logo | default is true logo_webp = true # logo text will only show when logo is missing. -logo_text = "3mbed" +logo_text = "3mdeb" # purgeCSS purge_css = true # Main Sections diff --git a/themes/3mbed/assets/js/bootstrap.js b/themes/3mdeb/assets/js/bootstrap.js similarity index 100% rename from themes/3mbed/assets/js/bootstrap.js rename to themes/3mdeb/assets/js/bootstrap.js diff --git a/themes/3mbed/assets/js/script.js b/themes/3mdeb/assets/js/script.js similarity index 100% rename from themes/3mbed/assets/js/script.js rename to themes/3mdeb/assets/js/script.js diff --git a/themes/3mbed/assets/plugins/jquery/jquery.js b/themes/3mdeb/assets/plugins/jquery/jquery.js similarity index 100% rename from themes/3mbed/assets/plugins/jquery/jquery.js rename to themes/3mdeb/assets/plugins/jquery/jquery.js diff --git a/themes/3mbed/assets/plugins/maps/google-map.js b/themes/3mdeb/assets/plugins/maps/google-map.js similarity index 100% rename from themes/3mbed/assets/plugins/maps/google-map.js rename to themes/3mdeb/assets/plugins/maps/google-map.js diff --git a/themes/3mbed/assets/plugins/search/fuse.js b/themes/3mdeb/assets/plugins/search/fuse.js similarity index 100% rename from themes/3mbed/assets/plugins/search/fuse.js rename to themes/3mdeb/assets/plugins/search/fuse.js diff --git a/themes/3mbed/assets/plugins/search/search.js b/themes/3mdeb/assets/plugins/search/search.js similarity index 100% rename from themes/3mbed/assets/plugins/search/search.js rename to themes/3mdeb/assets/plugins/search/search.js diff --git a/themes/3mbed/assets/plugins/slick/slick.css b/themes/3mdeb/assets/plugins/slick/slick.css similarity index 100% rename from themes/3mbed/assets/plugins/slick/slick.css rename to themes/3mdeb/assets/plugins/slick/slick.css diff --git a/themes/3mbed/assets/plugins/slick/slick.js b/themes/3mdeb/assets/plugins/slick/slick.js similarity index 100% rename from themes/3mbed/assets/plugins/slick/slick.js rename to themes/3mdeb/assets/plugins/slick/slick.js diff --git a/themes/3mbed/assets/plugins/swiper/swiper-bundle.css b/themes/3mdeb/assets/plugins/swiper/swiper-bundle.css similarity index 100% rename from themes/3mbed/assets/plugins/swiper/swiper-bundle.css rename to themes/3mdeb/assets/plugins/swiper/swiper-bundle.css diff --git a/themes/3mbed/assets/plugins/swiper/swiper-bundle.js b/themes/3mdeb/assets/plugins/swiper/swiper-bundle.js similarity index 100% rename from themes/3mbed/assets/plugins/swiper/swiper-bundle.js rename to themes/3mdeb/assets/plugins/swiper/swiper-bundle.js diff --git a/themes/3mbed/assets/plugins/webfont/webfont-loader-2.js b/themes/3mdeb/assets/plugins/webfont/webfont-loader-2.js similarity index 100% rename from themes/3mbed/assets/plugins/webfont/webfont-loader-2.js rename to themes/3mdeb/assets/plugins/webfont/webfont-loader-2.js diff --git a/themes/3mbed/assets/plugins/youtube-lite/youtube-lite.js b/themes/3mdeb/assets/plugins/youtube-lite/youtube-lite.js similarity index 100% rename from themes/3mbed/assets/plugins/youtube-lite/youtube-lite.js rename to themes/3mdeb/assets/plugins/youtube-lite/youtube-lite.js diff --git a/themes/3mbed/assets/scss/_buttons.scss b/themes/3mdeb/assets/scss/_buttons.scss similarity index 100% rename from themes/3mbed/assets/scss/_buttons.scss rename to themes/3mdeb/assets/scss/_buttons.scss diff --git a/themes/3mbed/assets/scss/_common.scss b/themes/3mdeb/assets/scss/_common.scss similarity index 100% rename from themes/3mbed/assets/scss/_common.scss rename to themes/3mdeb/assets/scss/_common.scss diff --git a/themes/3mbed/assets/scss/_mixins.scss b/themes/3mdeb/assets/scss/_mixins.scss similarity index 100% rename from themes/3mbed/assets/scss/_mixins.scss rename to themes/3mdeb/assets/scss/_mixins.scss diff --git a/themes/3mbed/assets/scss/_typography.scss b/themes/3mdeb/assets/scss/_typography.scss similarity index 100% rename from themes/3mbed/assets/scss/_typography.scss rename to themes/3mdeb/assets/scss/_typography.scss diff --git a/themes/3mbed/assets/scss/custom.scss b/themes/3mdeb/assets/scss/custom.scss similarity index 100% rename from themes/3mbed/assets/scss/custom.scss rename to themes/3mdeb/assets/scss/custom.scss diff --git a/themes/3mbed/assets/scss/style.scss b/themes/3mdeb/assets/scss/style.scss similarity index 100% rename from themes/3mbed/assets/scss/style.scss rename to themes/3mdeb/assets/scss/style.scss diff --git a/themes/3mbed/assets/scss/templates/_bootstrap.scss b/themes/3mdeb/assets/scss/templates/_bootstrap.scss similarity index 100% rename from themes/3mbed/assets/scss/templates/_bootstrap.scss rename to themes/3mdeb/assets/scss/templates/_bootstrap.scss diff --git a/themes/3mbed/assets/scss/templates/_main.scss b/themes/3mdeb/assets/scss/templates/_main.scss similarity index 100% rename from themes/3mbed/assets/scss/templates/_main.scss rename to themes/3mdeb/assets/scss/templates/_main.scss diff --git a/themes/3mbed/assets/scss/templates/_navigation.scss b/themes/3mdeb/assets/scss/templates/_navigation.scss similarity index 100% rename from themes/3mbed/assets/scss/templates/_navigation.scss rename to themes/3mdeb/assets/scss/templates/_navigation.scss diff --git a/themes/3mbed/layouts/404.html b/themes/3mdeb/layouts/404.html similarity index 100% rename from themes/3mbed/layouts/404.html rename to themes/3mdeb/layouts/404.html diff --git a/themes/3mbed/layouts/_default/about-us.html b/themes/3mdeb/layouts/_default/about-us.html similarity index 100% rename from themes/3mbed/layouts/_default/about-us.html rename to themes/3mdeb/layouts/_default/about-us.html diff --git a/themes/3mbed/layouts/_default/automated-validation.html b/themes/3mdeb/layouts/_default/automated-validation.html similarity index 100% rename from themes/3mbed/layouts/_default/automated-validation.html rename to themes/3mdeb/layouts/_default/automated-validation.html diff --git a/themes/3mbed/layouts/_default/baseof.html b/themes/3mdeb/layouts/_default/baseof.html similarity index 100% rename from themes/3mbed/layouts/_default/baseof.html rename to themes/3mdeb/layouts/_default/baseof.html diff --git a/themes/3mbed/layouts/_default/careers.html b/themes/3mdeb/layouts/_default/careers.html similarity index 100% rename from themes/3mbed/layouts/_default/careers.html rename to themes/3mdeb/layouts/_default/careers.html diff --git a/themes/3mbed/layouts/_default/contact.html b/themes/3mdeb/layouts/_default/contact.html similarity index 100% rename from themes/3mbed/layouts/_default/contact.html rename to themes/3mdeb/layouts/_default/contact.html diff --git a/themes/3mbed/layouts/_default/embedded-firmware-development.html b/themes/3mdeb/layouts/_default/embedded-firmware-development.html similarity index 100% rename from themes/3mbed/layouts/_default/embedded-firmware-development.html rename to themes/3mdeb/layouts/_default/embedded-firmware-development.html diff --git a/themes/3mbed/layouts/_default/events.html b/themes/3mdeb/layouts/_default/events.html similarity index 100% rename from themes/3mbed/layouts/_default/events.html rename to themes/3mdeb/layouts/_default/events.html diff --git a/themes/3mbed/layouts/_default/faq.html b/themes/3mdeb/layouts/_default/faq.html similarity index 100% rename from themes/3mbed/layouts/_default/faq.html rename to themes/3mdeb/layouts/_default/faq.html diff --git a/themes/3mbed/layouts/_default/hardware-development-support.html b/themes/3mdeb/layouts/_default/hardware-development-support.html similarity index 100% rename from themes/3mbed/layouts/_default/hardware-development-support.html rename to themes/3mdeb/layouts/_default/hardware-development-support.html diff --git a/themes/3mbed/layouts/_default/hypervisors-development.html b/themes/3mdeb/layouts/_default/hypervisors-development.html similarity index 100% rename from themes/3mbed/layouts/_default/hypervisors-development.html rename to themes/3mdeb/layouts/_default/hypervisors-development.html diff --git a/themes/3mbed/layouts/_default/index.json b/themes/3mdeb/layouts/_default/index.json similarity index 100% rename from themes/3mbed/layouts/_default/index.json rename to themes/3mdeb/layouts/_default/index.json diff --git a/themes/3mbed/layouts/_default/internet-of-things-solutions.html b/themes/3mdeb/layouts/_default/internet-of-things-solutions.html similarity index 100% rename from themes/3mbed/layouts/_default/internet-of-things-solutions.html rename to themes/3mdeb/layouts/_default/internet-of-things-solutions.html diff --git a/themes/3mbed/layouts/_default/list.html b/themes/3mdeb/layouts/_default/list.html similarity index 100% rename from themes/3mbed/layouts/_default/list.html rename to themes/3mdeb/layouts/_default/list.html diff --git a/themes/3mbed/layouts/_default/logo-policy.html b/themes/3mdeb/layouts/_default/logo-policy.html similarity index 100% rename from themes/3mbed/layouts/_default/logo-policy.html rename to themes/3mdeb/layouts/_default/logo-policy.html diff --git a/themes/3mbed/layouts/_default/markets.html b/themes/3mdeb/layouts/_default/markets.html similarity index 100% rename from themes/3mbed/layouts/_default/markets.html rename to themes/3mdeb/layouts/_default/markets.html diff --git a/themes/3mbed/layouts/_default/my-account.html b/themes/3mdeb/layouts/_default/my-account.html similarity index 100% rename from themes/3mbed/layouts/_default/my-account.html rename to themes/3mdeb/layouts/_default/my-account.html diff --git a/themes/3mbed/layouts/_default/newest-video.html b/themes/3mdeb/layouts/_default/newest-video.html similarity index 100% rename from themes/3mbed/layouts/_default/newest-video.html rename to themes/3mdeb/layouts/_default/newest-video.html diff --git a/themes/3mbed/layouts/_default/open-source-hardware.html b/themes/3mdeb/layouts/_default/open-source-hardware.html similarity index 100% rename from themes/3mbed/layouts/_default/open-source-hardware.html rename to themes/3mdeb/layouts/_default/open-source-hardware.html diff --git a/themes/3mbed/layouts/_default/open-source-software.html b/themes/3mdeb/layouts/_default/open-source-software.html similarity index 100% rename from themes/3mbed/layouts/_default/open-source-software.html rename to themes/3mdeb/layouts/_default/open-source-software.html diff --git a/themes/3mbed/layouts/_default/operating-systems-development.html b/themes/3mdeb/layouts/_default/operating-systems-development.html similarity index 100% rename from themes/3mbed/layouts/_default/operating-systems-development.html rename to themes/3mdeb/layouts/_default/operating-systems-development.html diff --git a/themes/3mbed/layouts/_default/press-releases.html b/themes/3mdeb/layouts/_default/press-releases.html similarity index 100% rename from themes/3mbed/layouts/_default/press-releases.html rename to themes/3mdeb/layouts/_default/press-releases.html diff --git a/themes/3mbed/layouts/_default/products-documentation.html b/themes/3mdeb/layouts/_default/products-documentation.html similarity index 100% rename from themes/3mbed/layouts/_default/products-documentation.html rename to themes/3mdeb/layouts/_default/products-documentation.html diff --git a/themes/3mbed/layouts/_default/service-catalogues.html b/themes/3mdeb/layouts/_default/service-catalogues.html similarity index 100% rename from themes/3mbed/layouts/_default/service-catalogues.html rename to themes/3mdeb/layouts/_default/service-catalogues.html diff --git a/themes/3mbed/layouts/_default/single.html b/themes/3mdeb/layouts/_default/single.html similarity index 100% rename from themes/3mbed/layouts/_default/single.html rename to themes/3mdeb/layouts/_default/single.html diff --git a/themes/3mbed/layouts/_default/sitemap.xml b/themes/3mdeb/layouts/_default/sitemap.xml similarity index 100% rename from themes/3mbed/layouts/_default/sitemap.xml rename to themes/3mdeb/layouts/_default/sitemap.xml diff --git a/themes/3mbed/layouts/_default/software-and-hardware-security.html b/themes/3mdeb/layouts/_default/software-and-hardware-security.html similarity index 100% rename from themes/3mbed/layouts/_default/software-and-hardware-security.html rename to themes/3mdeb/layouts/_default/software-and-hardware-security.html diff --git a/themes/3mbed/layouts/_default/terms.html b/themes/3mdeb/layouts/_default/terms.html similarity index 100% rename from themes/3mbed/layouts/_default/terms.html rename to themes/3mdeb/layouts/_default/terms.html diff --git a/themes/3mbed/layouts/_default/training.html b/themes/3mdeb/layouts/_default/training.html similarity index 100% rename from themes/3mbed/layouts/_default/training.html rename to themes/3mdeb/layouts/_default/training.html diff --git a/themes/3mbed/layouts/author/single.html b/themes/3mdeb/layouts/author/single.html similarity index 100% rename from themes/3mbed/layouts/author/single.html rename to themes/3mdeb/layouts/author/single.html diff --git a/themes/3mbed/layouts/index.html b/themes/3mdeb/layouts/index.html similarity index 100% rename from themes/3mbed/layouts/index.html rename to themes/3mdeb/layouts/index.html diff --git a/themes/3mbed/layouts/partials/components/cta.html b/themes/3mdeb/layouts/partials/components/cta.html similarity index 100% rename from themes/3mbed/layouts/partials/components/cta.html rename to themes/3mdeb/layouts/partials/components/cta.html diff --git a/themes/3mbed/layouts/partials/components/custom-pagination.html b/themes/3mdeb/layouts/partials/components/custom-pagination.html similarity index 100% rename from themes/3mbed/layouts/partials/components/custom-pagination.html rename to themes/3mdeb/layouts/partials/components/custom-pagination.html diff --git a/themes/3mbed/layouts/partials/components/page-header.html b/themes/3mdeb/layouts/partials/components/page-header.html similarity index 100% rename from themes/3mbed/layouts/partials/components/page-header.html rename to themes/3mdeb/layouts/partials/components/page-header.html diff --git a/themes/3mbed/layouts/partials/components/youtube-lite.html b/themes/3mdeb/layouts/partials/components/youtube-lite.html similarity index 100% rename from themes/3mbed/layouts/partials/components/youtube-lite.html rename to themes/3mdeb/layouts/partials/components/youtube-lite.html diff --git a/themes/3mbed/layouts/partials/essentials/analytics-gtag.html b/themes/3mdeb/layouts/partials/essentials/analytics-gtag.html similarity index 100% rename from themes/3mbed/layouts/partials/essentials/analytics-gtag.html rename to themes/3mdeb/layouts/partials/essentials/analytics-gtag.html diff --git a/themes/3mbed/layouts/partials/essentials/footer.html b/themes/3mdeb/layouts/partials/essentials/footer.html similarity index 100% rename from themes/3mbed/layouts/partials/essentials/footer.html rename to themes/3mdeb/layouts/partials/essentials/footer.html diff --git a/themes/3mbed/layouts/partials/essentials/head.html b/themes/3mdeb/layouts/partials/essentials/head.html similarity index 100% rename from themes/3mbed/layouts/partials/essentials/head.html rename to themes/3mdeb/layouts/partials/essentials/head.html diff --git a/themes/3mbed/layouts/partials/essentials/header.html b/themes/3mdeb/layouts/partials/essentials/header.html similarity index 100% rename from themes/3mbed/layouts/partials/essentials/header.html rename to themes/3mdeb/layouts/partials/essentials/header.html diff --git a/themes/3mbed/layouts/partials/essentials/script.html b/themes/3mdeb/layouts/partials/essentials/script.html similarity index 100% rename from themes/3mbed/layouts/partials/essentials/script.html rename to themes/3mdeb/layouts/partials/essentials/script.html diff --git a/themes/3mbed/layouts/partials/essentials/style.html b/themes/3mdeb/layouts/partials/essentials/style.html similarity index 100% rename from themes/3mbed/layouts/partials/essentials/style.html rename to themes/3mdeb/layouts/partials/essentials/style.html diff --git a/themes/3mbed/layouts/partials/widgets/categories.html b/themes/3mdeb/layouts/partials/widgets/categories.html similarity index 100% rename from themes/3mbed/layouts/partials/widgets/categories.html rename to themes/3mdeb/layouts/partials/widgets/categories.html diff --git a/themes/3mbed/layouts/partials/widgets/recent-post.html b/themes/3mdeb/layouts/partials/widgets/recent-post.html similarity index 100% rename from themes/3mbed/layouts/partials/widgets/recent-post.html rename to themes/3mdeb/layouts/partials/widgets/recent-post.html diff --git a/themes/3mbed/layouts/partials/widgets/search.html b/themes/3mdeb/layouts/partials/widgets/search.html similarity index 100% rename from themes/3mbed/layouts/partials/widgets/search.html rename to themes/3mdeb/layouts/partials/widgets/search.html diff --git a/themes/3mbed/layouts/partials/widgets/tags.html b/themes/3mdeb/layouts/partials/widgets/tags.html similarity index 100% rename from themes/3mbed/layouts/partials/widgets/tags.html rename to themes/3mdeb/layouts/partials/widgets/tags.html diff --git a/themes/3mbed/layouts/partials/widgets/widget-wrapper.html b/themes/3mdeb/layouts/partials/widgets/widget-wrapper.html similarity index 100% rename from themes/3mbed/layouts/partials/widgets/widget-wrapper.html rename to themes/3mdeb/layouts/partials/widgets/widget-wrapper.html diff --git a/themes/3mbed/layouts/portfolio/list.html b/themes/3mdeb/layouts/portfolio/list.html similarity index 100% rename from themes/3mbed/layouts/portfolio/list.html rename to themes/3mdeb/layouts/portfolio/list.html diff --git a/themes/3mbed/layouts/portfolio/single.html b/themes/3mdeb/layouts/portfolio/single.html similarity index 100% rename from themes/3mbed/layouts/portfolio/single.html rename to themes/3mdeb/layouts/portfolio/single.html diff --git a/themes/3mbed/layouts/shortcodes/button.html b/themes/3mdeb/layouts/shortcodes/button.html similarity index 100% rename from themes/3mbed/layouts/shortcodes/button.html rename to themes/3mdeb/layouts/shortcodes/button.html diff --git a/themes/3mbed/layouts/shortcodes/col.html b/themes/3mdeb/layouts/shortcodes/col.html similarity index 100% rename from themes/3mbed/layouts/shortcodes/col.html rename to themes/3mdeb/layouts/shortcodes/col.html diff --git a/themes/3mbed/layouts/shortcodes/image-list.html b/themes/3mdeb/layouts/shortcodes/image-list.html similarity index 100% rename from themes/3mbed/layouts/shortcodes/image-list.html rename to themes/3mdeb/layouts/shortcodes/image-list.html diff --git a/themes/3mbed/layouts/shortcodes/mark.html b/themes/3mdeb/layouts/shortcodes/mark.html similarity index 100% rename from themes/3mbed/layouts/shortcodes/mark.html rename to themes/3mdeb/layouts/shortcodes/mark.html diff --git a/themes/3mbed/layouts/shortcodes/row.html b/themes/3mdeb/layouts/shortcodes/row.html similarity index 100% rename from themes/3mbed/layouts/shortcodes/row.html rename to themes/3mdeb/layouts/shortcodes/row.html diff --git a/themes/3mbed/layouts/shortcodes/section-title.html b/themes/3mdeb/layouts/shortcodes/section-title.html similarity index 100% rename from themes/3mbed/layouts/shortcodes/section-title.html rename to themes/3mdeb/layouts/shortcodes/section-title.html diff --git a/themes/3mbed/layouts/shortcodes/section.html b/themes/3mdeb/layouts/shortcodes/section.html similarity index 100% rename from themes/3mbed/layouts/shortcodes/section.html rename to themes/3mdeb/layouts/shortcodes/section.html