From 5f27b3813b659ba94230445692043ce77ba73618 Mon Sep 17 00:00:00 2001 From: futile Date: Thu, 23 Jul 2026 16:11:33 +0100 Subject: [PATCH] old file structure --- .gitlab-ci.yml | 11 ----------- public/_redirects => _redirects | 0 {public/assets => assets}/Pirata One.woff2 | Bin {public/assets => assets}/buttons/futile.png | Bin {public/assets => assets}/favicon.svg | 0 public/index.css => index.css | 0 public/index.html => index.html | 0 public/index.js => index.js | 0 8 files changed, 11 deletions(-) delete mode 100644 .gitlab-ci.yml rename public/_redirects => _redirects (100%) rename {public/assets => assets}/Pirata One.woff2 (100%) rename {public/assets => assets}/buttons/futile.png (100%) rename {public/assets => assets}/favicon.svg (100%) rename public/index.css => index.css (100%) rename public/index.html => index.html (100%) rename public/index.js => index.js (100%) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index f3ef83d..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,11 +0,0 @@ -image: busybox - -pages: - stage: deploy - script: - - echo "The site will be deployed to $CI_PAGES_URL" - artifacts: - paths: - - public - rules: - - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH diff --git a/public/_redirects b/_redirects similarity index 100% rename from public/_redirects rename to _redirects diff --git a/public/assets/Pirata One.woff2 b/assets/Pirata One.woff2 similarity index 100% rename from public/assets/Pirata One.woff2 rename to assets/Pirata One.woff2 diff --git a/public/assets/buttons/futile.png b/assets/buttons/futile.png similarity index 100% rename from public/assets/buttons/futile.png rename to assets/buttons/futile.png diff --git a/public/assets/favicon.svg b/assets/favicon.svg similarity index 100% rename from public/assets/favicon.svg rename to assets/favicon.svg diff --git a/public/index.css b/index.css similarity index 100% rename from public/index.css rename to index.css diff --git a/public/index.html b/index.html similarity index 100% rename from public/index.html rename to index.html diff --git a/public/index.js b/index.js similarity index 100% rename from public/index.js rename to index.js