From 35c0b727e7d5fadd5f01eb5b1ef8dc9f9181a3aa Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 8 May 2026 15:29:54 +0000 Subject: [PATCH] Rename website/ directory to app/ https://claude.ai/code/session_01MqEqGhP1guGx5VuFsLaws2 --- {website => app}/assets/fonts/.gitkeep | 0 {website => app}/assets/images/.gitkeep | 0 {website => app}/config.yml | 0 {website => app}/index.html | 0 {website => app}/nav.yml | 0 {website => app}/pages/home.md | 0 {website => app}/posts/.gitkeep | 0 {website => app}/search.json | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename {website => app}/assets/fonts/.gitkeep (100%) rename {website => app}/assets/images/.gitkeep (100%) rename {website => app}/config.yml (100%) rename {website => app}/index.html (100%) rename {website => app}/nav.yml (100%) rename {website => app}/pages/home.md (100%) rename {website => app}/posts/.gitkeep (100%) rename {website => app}/search.json (100%) 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