Wowie what a gay little website for my gay little self
*Total -- 30.51kb -> 13.76kb (54.9%) /public/static/img/88x31/eyes.gif -- 5.36kb -> 1.09kb (79.76%) /public/static/img/88x31/vscbutton.gif -- 1.91kb -> 0.79kb (58.53%) /public/static/img/88x31/kde.gif -- 19.48kb -> 8.18kb (58%) /public/static/img/88x31/firefox.gif -- 2.30kb -> 2.27kb (1.44%) /public/static/img/88x31/jellyfin.gif -- 1.45kb -> 1.43kb (1.41%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com> |
||
|---|---|---|
| .github/workflows | ||
| .vscode | ||
| old | ||
| public | ||
| src | ||
| .env.example | ||
| .gitignore | ||
| .gitmodules | ||
| astro.config.mjs | ||
| biome.json | ||
| compose.yml | ||
| compress-images.sh | ||
| Dockerfile | ||
| Dockerfile-bun | ||
| LICENSE | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| remark-modified-time.mjs | ||
| tailwind.config.mjs | ||
| tsconfig.json | ||
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