diff --git a/website/assets/fonts/.gitkeep b/app/assets/fonts/.gitkeep similarity index 100% rename from website/assets/fonts/.gitkeep rename to app/assets/fonts/.gitkeep diff --git a/website/assets/images/.gitkeep b/app/assets/images/.gitkeep similarity index 100% rename from website/assets/images/.gitkeep rename to app/assets/images/.gitkeep diff --git a/website/config.yml b/app/config.yml similarity index 100% rename from website/config.yml rename to app/config.yml diff --git a/website/index.html b/app/index.html similarity index 100% rename from website/index.html rename to app/index.html diff --git a/website/nav.yml b/app/nav.yml similarity index 100% rename from website/nav.yml rename to app/nav.yml diff --git a/website/pages/home.md b/app/pages/home.md similarity index 100% rename from website/pages/home.md rename to app/pages/home.md diff --git a/website/posts/.gitkeep b/app/posts/.gitkeep similarity index 100% rename from website/posts/.gitkeep rename to app/posts/.gitkeep diff --git a/website/search.json b/app/search.json similarity index 100% rename from website/search.json rename to app/search.json