Wowie what a gay little website for my gay little self
Find a file
aria 592df7d71d
All checks were successful
Deploy to Web Server / deploy (push) Successful in 2m7s
Update .forgejo/workflows/deploy.yaml
2025-06-04 14:55:07 +10:00
.forgejo/workflows Update .forgejo/workflows/deploy.yaml 2025-06-04 14:55:07 +10:00
.github Update FUNDING.yml 2025-04-24 20:51:58 +10:00
.github-disabled/workflows Disable actions 2025-03-24 06:03:16 +11:00
.vscode chore(aria.css): Dont serve Noto Sans font files 2024-12-20 15:58:04 +11:00
public feat: prepare alternative custom button for Amemoia for performance reasons in the future 2025-06-01 21:26:18 +10:00
src perf(index): move Amemoia's button to fallback smaller button 2025-06-01 21:36:39 +10:00
.cz.toml feat(.cz.toml): add commitizen config 2025-05-27 20:11:05 +10:00
.env.example Add auto linking to current git commit 2025-03-10 20:43:23 +11:00
.gitattributes Add meme video page relating to a soap skeet 2025-03-26 03:00:16 +11:00
.gitignore Fix the 'Krill yourself 2' 88x31 hyperlink 2024-12-17 02:18:20 +11:00
.gitmodules Remove SteamReplay submodule for now 2025-01-15 13:03:03 +11:00
astro.config.mjs Add ari + witchcraft systems buttons 2025-05-11 21:58:59 +10:00
biome.json style: Try biome 2024-12-19 11:53:42 +11:00
CHANGELOG.md bump: version 0.1.0 → 0.2.0 2025-05-30 17:28:28 +10:00
compose.yml setup docker 2024-12-17 13:59:33 +11:00
compress-images.sh Update nix shell and compress-images to work properly 2025-03-26 03:10:29 +11:00
Dockerfile Add commit hiding for docker build fix 2025-03-10 22:25:48 +11:00
Dockerfile-bun feat(Docker Image): Add a docker image that uses bun for the server for testing later 2024-12-20 21:29:08 +11:00
flake.lock Add nix shell 2025-03-25 03:55:58 +11:00
flake.nix Add nix shell 2025-03-25 03:55:58 +11:00
LICENSE Add License 2024-12-15 22:15:58 +11:00
package.json bump: version 0.1.0 → 0.2.0 2025-05-30 17:28:28 +10:00
pnpm-lock.yaml build(pnpm): bump deps 2025-05-30 17:03:11 +10:00
pnpm-workspace.yaml f**k ahh syling and gallery work 2025-04-25 04:23:45 +10:00
README.md Update README 2025-03-19 07:26:56 +11:00
remark-modified-time.mjs Noi more docker build testing 2025-03-10 22:36:21 +11:00
tailwind.config.mjs Finally finish this enough to post 2024-12-17 01:01:43 +11:00
tsconfig.json Finally finish this enough to post 2024-12-17 01:01:43 +11:00

Wowie what a gay little website for my gay little self

Setup

You must create a .env file with the contents of .env.example and set the URL of your repo for the commit footer.

Example URL: https://github.com/BuyMyMojo/aria.coffee/ - Notice the trailing /, this is required

Deploy steps (Pre-rendered website)

On dev machine:

pnpm run build && rm -r ./dist-new && mv ./dist ./dist-new && croc send --zip ./dist-new

The --zip is required as there is some file name somewhere that croc doesn't like so putting in a zip fixes this.

on server:

CROC_SECRET="XXXX-word-word-word" croc
rm -r ./dist-old/ && mv ./dist ./dist-old && mv ./dist-new ./dist