Wowie what a gay little website for my gay little self
Find a file
2025-03-10 22:36:21 +11:00
.github/workflows Noi more docker build testing 2025-03-10 22:36:21 +11:00
.vscode chore(aria.css): Dont serve Noto Sans font files 2024-12-20 15:58:04 +11:00
old Move things over to Astro I guess... 2024-12-15 23:44:27 +11:00
public Extra additions to about page 2025-03-10 22:12:52 +11:00
src Fix broken docker build from last modified attempt 2 2025-03-10 22:31:50 +11:00
.env.example Add auto linking to current git commit 2025-03-10 20:43:23 +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 auto updating last modified code to blog posts 2025-03-10 13:31:51 +11:00
biome.json style: Try biome 2024-12-19 11:53:42 +11:00
compose.yml setup docker 2024-12-17 13:59:33 +11:00
compress-images.sh additional fix to compress-images.sh 2025-03-10 12:39:24 +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
LICENSE Add License 2024-12-15 22:15:58 +11:00
package.json Add auto updating last modified code to blog posts 2025-03-10 13:31:51 +11:00
pnpm-lock.yaml Add auto updating last modified code to blog posts 2025-03-10 13:31:51 +11:00
README.md Add auto linking to current git commit 2025-03-10 20:43:23 +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 ./dist-new

on server:

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