diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml
deleted file mode 100644
index 5fe81d5..0000000
--- a/.forgejo/workflows/deploy.yaml
+++ /dev/null
@@ -1,61 +0,0 @@
-name: Deploy to Web Server
-
-on:
- push:
- branches:
- - main
-
-jobs:
- deploy:
- runs-on: docker
- steps:
- - name: Checkout
- uses: actions/checkout@v4
-
- - name: Install SSH key
- uses: https://github.com/shimataro/ssh-key-action@v2
- with:
- key: ${{ secrets.SSH_KEY }}
- name: aria-coffee-deploy # optional
- known_hosts: ${{ secrets.KNOWN_HOSTS }}
- if_key_exists: fail
-
- - name: Install pnpm
- uses: https://github.com/pnpm/action-setup@v4
- with:
- version: 10
-
- - name: Install Node.js
- uses: https://github.com/actions/setup-node@v4
- with:
- node-version: 23.11.0
- cache: 'pnpm'
-
- - name: Install dependencies
- run: pnpm install
-
- - name: Build website
- run: pnpm run build-action
-
- - name: Create folder if not exists
- continue-on-error: true
- run: |
- ssh -i ~/.ssh/aria-coffee-deploy ${{ vars.SERVER_USER }}@${{ vars.SERVER_HOST }} "mkdir -p /var/www/Aria/"
-
- - name: Clear old backup
- continue-on-error: true
- run: |
- ssh -i ~/.ssh/aria-coffee-deploy ${{ vars.SERVER_USER }}@${{ vars.SERVER_HOST }} "[ -d "/var/www/Aria/dist-old" ] && rm -r /var/www/Aria/dist-old"
-
- - name: Backup current install
- continue-on-error: true
- run: |
- ssh -i ~/.ssh/aria-coffee-deploy ${{ vars.SERVER_USER }}@${{ vars.SERVER_HOST }} "[ -d "/var/www/Aria/dist" ] && mv /var/www/Aria/dist /var/www/Aria/dist-old"
-
- - name: Copy over new build-action
- run: |
- scp -i ~/.ssh/aria-coffee-deploy -rv ./dist ${{ vars.SERVER_USER }}@${{ vars.SERVER_HOST }}:/var/www/Aria
-
- - name: Set permissions on the deployed files
- run: |
- ssh -i ~/.ssh/aria-coffee-deploy ${{ vars.SERVER_USER }}@${{ vars.SERVER_HOST }} "chmod -R 755 /var/www/Aria/dist"
\ No newline at end of file
diff --git a/astro.config.mjs b/astro.config.mjs
index 201919b..9a5e30b 100644
--- a/astro.config.mjs
+++ b/astro.config.mjs
@@ -42,7 +42,6 @@ export default defineConfig({
"girlthi.ng",
"lenooby09.tech",
"ackwell.au",
- "ari.express"
],
},
markdown: {
diff --git a/package.json b/package.json
index 5e9f208..9f750cc 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,6 @@
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build && ./compress-images.sh",
- "build-action": "astro build",
"preview": "astro preview",
"astro": "astro"
},
@@ -25,13 +24,10 @@
"typescript": "^5.8.3"
},
"devDependencies": {
- "@iconify-json/cib": "^1.2.2",
- "@iconify-json/hugeicons": "^1.2.5",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/meteor-icons": "^1.2.1",
"@iconify-json/tabler": "^1.2.17",
"@tailwindcss/typography": "^0.5.16",
- "@iconify-json/token": "^1.2.16",
"vite": "^6.3.3"
}
}
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 338e1ae..3847f49 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -48,12 +48,6 @@ importers:
specifier: ^5.8.3
version: 5.8.3
devDependencies:
- '@iconify-json/cib':
- specifier: ^1.2.2
- version: 1.2.2
- '@iconify-json/hugeicons':
- specifier: ^1.2.5
- version: 1.2.5
'@iconify-json/mdi':
specifier: ^1.2.3
version: 1.2.3
@@ -63,9 +57,6 @@ importers:
'@iconify-json/tabler':
specifier: ^1.2.17
version: 1.2.17
- '@iconify-json/token':
- specifier: ^1.2.16
- version: 1.2.16
'@tailwindcss/typography':
specifier: ^0.5.16
version: 0.5.16(tailwindcss@3.4.17)
@@ -419,12 +410,6 @@ packages:
cpu: [x64]
os: [win32]
- '@iconify-json/cib@1.2.2':
- resolution: {integrity: sha512-WevYDdIm0x3I3YZyoIgdSu4uurbzs2b2gsMLUj8/EMKMoPIx6GF+t0VcaCgFY4a0rIdUY18MYP6m9XgcOhOtFg==}
-
- '@iconify-json/hugeicons@1.2.5':
- resolution: {integrity: sha512-luPAFcmQU7eQFHzjtYdYbF5j2h8/6SCv+FGQP7FNJNVBjVGQOyuyum5wXDFEx13F8lGk/AGPVWGqMHp7+HdmJg==}
-
'@iconify-json/mdi@1.2.3':
resolution: {integrity: sha512-O3cLwbDOK7NNDf2ihaQOH5F9JglnulNDFV7WprU2dSoZu3h3cWH//h74uQAB87brHmvFVxIOkuBX2sZSzYhScg==}
@@ -434,9 +419,6 @@ packages:
'@iconify-json/tabler@1.2.17':
resolution: {integrity: sha512-Jfk20IC/n7UOQQSXM600BUhAwEfg8KU1dNUF+kg4eRhbET5w1Ktyax7CDx8Z8y0H6+J/8//AXpJOEgG8YoP8rw==}
- '@iconify-json/token@1.2.16':
- resolution: {integrity: sha512-SSAcsY2Gz6WSbInwHSGj6hbk5kgWluOOQunG4L7Gfri1hEb3vCQjl5VMKgTojKd8jqLZw5NykNeRokw5FssATw==}
-
'@iconify/tools@4.1.2':
resolution: {integrity: sha512-q6NzLQYEN9zkDfcyBqD3vItHcZw97w/s++3H3TBxUORr57EfHxj6tOW6fyufDjMq+Vl56WXWaPx1csBPYlI5CA==}
@@ -3308,14 +3290,6 @@ snapshots:
'@esbuild/win32-x64@0.25.3':
optional: true
- '@iconify-json/cib@1.2.2':
- dependencies:
- '@iconify/types': 2.0.0
-
- '@iconify-json/hugeicons@1.2.5':
- dependencies:
- '@iconify/types': 2.0.0
-
'@iconify-json/mdi@1.2.3':
dependencies:
'@iconify/types': 2.0.0
@@ -3328,10 +3302,6 @@ snapshots:
dependencies:
'@iconify/types': 2.0.0
- '@iconify-json/token@1.2.16':
- dependencies:
- '@iconify/types': 2.0.0
-
'@iconify/tools@4.1.2':
dependencies:
'@iconify/types': 2.0.0
diff --git a/public/static/img/88x31/Button.png b/public/static/img/88x31/Button.png
deleted file mode 100644
index 02e672e..0000000
Binary files a/public/static/img/88x31/Button.png and /dev/null differ
diff --git a/public/static/img/88x31/PWsbutton.png b/public/static/img/88x31/PWsbutton.png
deleted file mode 100644
index 96c92b1..0000000
Binary files a/public/static/img/88x31/PWsbutton.png and /dev/null differ
diff --git a/src/components/Donations.astro b/src/components/Donations.astro
deleted file mode 100644
index 875638d..0000000
--- a/src/components/Donations.astro
+++ /dev/null
@@ -1,89 +0,0 @@
----
-const kofi = "https://ko-fi.com/buymyaria";
-const buymeacoffee = "https://buymeacoffee.com/buymymojo";
-
-
-import Partition from "../components/Partition.astro";
-
-import { Icon } from "astro-icon/components";
----
-
-Feel free to fund me at these places:
-
-
-
+ >