diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 6b8c5a4..0986c19 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -16,4 +16,4 @@ jobs: - name: Clean run: rm -rf /data/www/deiru.online/files/* - name: Copy - run: cp -r ./* /data/www/deiru.online/files + run: cp -r ./src/* /data/www/deiru.online/files diff --git a/img/.DS_Store b/img/.DS_Store deleted file mode 100644 index 9f4852d..0000000 Binary files a/img/.DS_Store and /dev/null differ diff --git a/favicon.png b/src/favicon.png similarity index 100% rename from favicon.png rename to src/favicon.png diff --git a/favicon.svg b/src/favicon.svg similarity index 100% rename from favicon.svg rename to src/favicon.svg diff --git a/fonts/noto-sans-cjk.otf b/src/fonts/noto-sans-cjk.otf similarity index 100% rename from fonts/noto-sans-cjk.otf rename to src/fonts/noto-sans-cjk.otf diff --git a/img/line.svg b/src/img/line.svg similarity index 100% rename from img/line.svg rename to src/img/line.svg diff --git a/img/marisas-peach-no-bubble.png b/src/img/marisas-peach-no-bubble.png similarity index 100% rename from img/marisas-peach-no-bubble.png rename to src/img/marisas-peach-no-bubble.png diff --git a/img/marisas-peach-no-bubble.webp b/src/img/marisas-peach-no-bubble.webp similarity index 100% rename from img/marisas-peach-no-bubble.webp rename to src/img/marisas-peach-no-bubble.webp diff --git a/img/marisas-peach-thumb-round.png b/src/img/marisas-peach-thumb-round.png similarity index 100% rename from img/marisas-peach-thumb-round.png rename to src/img/marisas-peach-thumb-round.png diff --git a/img/marisas-peach-thumb-round.webp b/src/img/marisas-peach-thumb-round.webp similarity index 100% rename from img/marisas-peach-thumb-round.webp rename to src/img/marisas-peach-thumb-round.webp diff --git a/img/marisas-peach-thumb.png b/src/img/marisas-peach-thumb.png similarity index 100% rename from img/marisas-peach-thumb.png rename to src/img/marisas-peach-thumb.png diff --git a/img/marisas-peach-thumb.webp b/src/img/marisas-peach-thumb.webp similarity index 100% rename from img/marisas-peach-thumb.webp rename to src/img/marisas-peach-thumb.webp diff --git a/img/marisas-peach.png b/src/img/marisas-peach.png similarity index 100% rename from img/marisas-peach.png rename to src/img/marisas-peach.png diff --git a/img/marisas-peach.webp b/src/img/marisas-peach.webp similarity index 100% rename from img/marisas-peach.webp rename to src/img/marisas-peach.webp diff --git a/index.html b/src/index.html similarity index 100% rename from index.html rename to src/index.html diff --git a/styles/font.css b/src/styles/font.css similarity index 100% rename from styles/font.css rename to src/styles/font.css diff --git a/styles/style.css b/src/styles/style.css similarity index 100% rename from styles/style.css rename to src/styles/style.css