From 865c868df19a21c0f1ecf49d9a2a5ff7be9f13cd Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Mon, 8 Nov 2021 23:24:52 +0100 Subject: [PATCH] move to root dir --- home/404.md => 404.md | 0 home/Gemfile => Gemfile | 0 home/Gemfile.lock => Gemfile.lock | 0 home/LICENSE => LICENSE | 0 home/_config.yml => _config.yml | 0 {home/_data => _data}/for_business.yml | 0 {home/_data => _data}/for_edu.yml | 0 {home/_data => _data}/for_maker.yml | 0 {home/_data => _data}/general/end_cta.yml | 0 {home/_data => _data}/general/footer.yml | 0 {home/_data => _data}/general/function.yml | 0 {home/_data => _data}/general/learn_cta.yml | 0 {home/_data => _data}/general/stats.yml | 0 {home/_includes => _includes}/cta.html | 0 {home/_includes => _includes}/features.html | 0 {home/_includes => _includes}/footer.html | 0 {home/_includes => _includes}/functions.html | 0 {home/_includes => _includes}/head.html | 0 {home/_includes => _includes}/header.html | 0 {home/_includes => _includes}/hero.html | 0 {home/_includes => _includes}/learn_more.html | 0 {home/_includes => _includes}/stats.html | 0 {home/_includes => _includes}/team.html | 0 {home/_includes => _includes}/testimonials.html | 0 {home/_layouts => _layouts}/branche.html | 2 -- {home/_layouts => _layouts}/default.html | 0 {home/_layouts => _layouts}/post.html | 0 {home/assets => assets}/index.css | 0 {home/assets => assets}/logo.png | Bin home/business.md => business.md | 0 home/education.md => education.md | 0 home/index.md => index.md | 1 - home/maker.md => maker.md | 0 home/package-lock.json => package-lock.json | 0 home/package.json => package.json | 0 home/postcss.config.js => postcss.config.js | 0 home/tailwind.config.js => tailwind.config.js | 0 37 files changed, 3 deletions(-) rename home/404.md => 404.md (100%) rename home/Gemfile => Gemfile (100%) rename home/Gemfile.lock => Gemfile.lock (100%) rename home/LICENSE => LICENSE (100%) rename home/_config.yml => _config.yml (100%) rename {home/_data => _data}/for_business.yml (100%) rename {home/_data => _data}/for_edu.yml (100%) rename {home/_data => _data}/for_maker.yml (100%) rename {home/_data => _data}/general/end_cta.yml (100%) rename {home/_data => _data}/general/footer.yml (100%) rename {home/_data => _data}/general/function.yml (100%) rename {home/_data => _data}/general/learn_cta.yml (100%) rename {home/_data => _data}/general/stats.yml (100%) rename {home/_includes => _includes}/cta.html (100%) rename {home/_includes => _includes}/features.html (100%) rename {home/_includes => _includes}/footer.html (100%) rename {home/_includes => _includes}/functions.html (100%) rename {home/_includes => _includes}/head.html (100%) rename {home/_includes => _includes}/header.html (100%) rename {home/_includes => _includes}/hero.html (100%) rename {home/_includes => _includes}/learn_more.html (100%) rename {home/_includes => _includes}/stats.html (100%) rename {home/_includes => _includes}/team.html (100%) rename {home/_includes => _includes}/testimonials.html (100%) rename {home/_layouts => _layouts}/branche.html (98%) rename {home/_layouts => _layouts}/default.html (100%) rename {home/_layouts => _layouts}/post.html (100%) rename {home/assets => assets}/index.css (100%) rename {home/assets => assets}/logo.png (100%) rename home/business.md => business.md (100%) rename home/education.md => education.md (100%) rename home/index.md => index.md (99%) rename home/maker.md => maker.md (100%) rename home/package-lock.json => package-lock.json (100%) rename home/package.json => package.json (100%) rename home/postcss.config.js => postcss.config.js (100%) rename home/tailwind.config.js => tailwind.config.js (100%) 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