From 02bd176ef8b00ea5171410327275146982b09476 Mon Sep 17 00:00:00 2001 From: Deiru TwoKey Date: Tue, 14 Apr 2026 18:37:03 +0300 Subject: [PATCH] fix: move files to src --- .forgejo/workflows/deploy.yml | 2 +- img/.DS_Store | Bin 6148 -> 0 bytes favicon.png => src/favicon.png | Bin favicon.svg => src/favicon.svg | 0 {fonts => src/fonts}/noto-sans-cjk.otf | Bin {img => src/img}/line.svg | 0 {img => src/img}/marisas-peach-no-bubble.png | Bin {img => src/img}/marisas-peach-no-bubble.webp | Bin {img => src/img}/marisas-peach-thumb-round.png | Bin {img => src/img}/marisas-peach-thumb-round.webp | Bin {img => src/img}/marisas-peach-thumb.png | Bin {img => src/img}/marisas-peach-thumb.webp | Bin {img => src/img}/marisas-peach.png | Bin {img => src/img}/marisas-peach.webp | Bin index.html => src/index.html | 0 {styles => src/styles}/font.css | 0 {styles => src/styles}/style.css | 0 17 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 img/.DS_Store rename favicon.png => src/favicon.png (100%) rename favicon.svg => src/favicon.svg (100%) rename {fonts => src/fonts}/noto-sans-cjk.otf (100%) rename {img => src/img}/line.svg (100%) rename {img => src/img}/marisas-peach-no-bubble.png (100%) rename {img => src/img}/marisas-peach-no-bubble.webp (100%) rename {img => src/img}/marisas-peach-thumb-round.png (100%) rename {img => src/img}/marisas-peach-thumb-round.webp (100%) rename {img => src/img}/marisas-peach-thumb.png (100%) rename {img => src/img}/marisas-peach-thumb.webp (100%) rename {img => src/img}/marisas-peach.png (100%) rename {img => src/img}/marisas-peach.webp (100%) rename index.html => src/index.html (100%) rename {styles => src/styles}/font.css (100%) rename {styles => src/styles}/style.css (100%) 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 9f4852d6dca96b153a104c31244f934d293cca92..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmZQzU|@7AO)+F(5MW?n;9!8zOq>i@0Z1N%F(jFwBCH_uz-H(%6f=}Dq5_MFzA5|`wuovf@ssq8B!UN z7z#kC3t=9k5}J8}c+A710w@ODh;{}> zXb*)EqMd;eqMd;eY&*<#qx5J9jD`R#1ehTV0Z{$#%D{lD{|`|$N{)uWXb23;5MX3+ z33hP;SIXG^2dZm9^=SfB8dL{^s$)h_y^Ih8SH(<_0YwR@FsQl*X$8^Xs+f_10i<=b PApi@YQF=541|S3gCNg3Z 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