diff --git a/home/404.md b/404.md similarity index 100% rename from home/404.md rename to 404.md diff --git a/home/Gemfile b/Gemfile similarity index 100% rename from home/Gemfile rename to Gemfile diff --git a/home/Gemfile.lock b/Gemfile.lock similarity index 100% rename from home/Gemfile.lock rename to Gemfile.lock diff --git a/home/LICENSE b/LICENSE similarity index 100% rename from home/LICENSE rename to LICENSE diff --git a/home/_config.yml b/_config.yml similarity index 100% rename from home/_config.yml rename to _config.yml diff --git a/home/_data/for_business.yml b/_data/for_business.yml similarity index 100% rename from home/_data/for_business.yml rename to _data/for_business.yml diff --git a/home/_data/for_edu.yml b/_data/for_edu.yml similarity index 100% rename from home/_data/for_edu.yml rename to _data/for_edu.yml diff --git a/home/_data/for_maker.yml b/_data/for_maker.yml similarity index 100% rename from home/_data/for_maker.yml rename to _data/for_maker.yml diff --git a/home/_data/general/end_cta.yml b/_data/general/end_cta.yml similarity index 100% rename from home/_data/general/end_cta.yml rename to _data/general/end_cta.yml diff --git a/home/_data/general/footer.yml b/_data/general/footer.yml similarity index 100% rename from home/_data/general/footer.yml rename to _data/general/footer.yml diff --git a/home/_data/general/function.yml b/_data/general/function.yml similarity index 100% rename from home/_data/general/function.yml rename to _data/general/function.yml diff --git a/home/_data/general/learn_cta.yml b/_data/general/learn_cta.yml similarity index 100% rename from home/_data/general/learn_cta.yml rename to _data/general/learn_cta.yml diff --git a/home/_data/general/stats.yml b/_data/general/stats.yml similarity index 100% rename from home/_data/general/stats.yml rename to _data/general/stats.yml diff --git a/home/_includes/cta.html b/_includes/cta.html similarity index 100% rename from home/_includes/cta.html rename to _includes/cta.html diff --git a/home/_includes/features.html b/_includes/features.html similarity index 100% rename from home/_includes/features.html rename to _includes/features.html diff --git a/home/_includes/footer.html b/_includes/footer.html similarity index 100% rename from home/_includes/footer.html rename to _includes/footer.html diff --git a/home/_includes/functions.html b/_includes/functions.html similarity index 100% rename from home/_includes/functions.html rename to _includes/functions.html diff --git a/home/_includes/head.html b/_includes/head.html similarity index 100% rename from home/_includes/head.html rename to _includes/head.html diff --git a/home/_includes/header.html b/_includes/header.html similarity index 100% rename from home/_includes/header.html rename to _includes/header.html diff --git a/home/_includes/hero.html b/_includes/hero.html similarity index 100% rename from home/_includes/hero.html rename to _includes/hero.html diff --git a/home/_includes/learn_more.html b/_includes/learn_more.html similarity index 100% rename from home/_includes/learn_more.html rename to _includes/learn_more.html diff --git a/home/_includes/stats.html b/_includes/stats.html similarity index 100% rename from home/_includes/stats.html rename to _includes/stats.html diff --git a/home/_includes/team.html b/_includes/team.html similarity index 100% rename from home/_includes/team.html rename to _includes/team.html diff --git a/home/_includes/testimonials.html b/_includes/testimonials.html similarity index 100% rename from home/_includes/testimonials.html rename to _includes/testimonials.html diff --git a/home/_layouts/branche.html b/_layouts/branche.html similarity index 98% rename from home/_layouts/branche.html rename to _layouts/branche.html index 0bab64b7..7ce929ce 100644 --- a/home/_layouts/branche.html +++ b/_layouts/branche.html @@ -10,5 +10,3 @@ layout: default {% include cta.html cta=site.data.general.learn_cta %} {% include functions.html data=site.data.general.function extend=true %} {% include cta.html cta=site.data.general.end_cta %} - ---- diff --git a/home/_layouts/default.html b/_layouts/default.html similarity index 100% rename from home/_layouts/default.html rename to _layouts/default.html diff --git a/home/_layouts/post.html b/_layouts/post.html similarity index 100% rename from home/_layouts/post.html rename to _layouts/post.html diff --git a/home/assets/index.css b/assets/index.css similarity index 100% rename from home/assets/index.css rename to assets/index.css diff --git a/home/assets/logo.png b/assets/logo.png similarity index 100% rename from home/assets/logo.png rename to assets/logo.png diff --git a/home/business.md b/business.md similarity index 100% rename from home/business.md rename to business.md diff --git a/home/education.md b/education.md similarity index 100% rename from home/education.md rename to education.md diff --git a/home/index.md b/index.md similarity index 99% rename from home/index.md rename to index.md index 2b4e45bb..53a8cb07 100644 --- a/home/index.md +++ b/index.md @@ -18,4 +18,3 @@ main_page: True {% include cta.html cta=site.data.general.end_cta %} ---- diff --git a/home/maker.md b/maker.md similarity index 100% rename from home/maker.md rename to maker.md diff --git a/home/package-lock.json b/package-lock.json similarity index 100% rename from home/package-lock.json rename to package-lock.json diff --git a/home/package.json b/package.json similarity index 100% rename from home/package.json rename to package.json diff --git a/home/postcss.config.js b/postcss.config.js similarity index 100% rename from home/postcss.config.js rename to postcss.config.js diff --git a/home/tailwind.config.js b/tailwind.config.js similarity index 100% rename from home/tailwind.config.js rename to tailwind.config.js