Wowie what a gay little website for my gay little self aria.coffee
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

Astro 63.4%
MDX 27.1%
CSS 3.0%
JavaScript 2.9%
TypeScript 1.4%
Dockerfile 0.5%
Nix 0.3%
Shell 0.1%
Other 1.3%
308 1 5

Clone this repository

https://tangled.org/aria.pds.witchcraft.systems/aria.coffee https://tangled.org/did:plc:valun42etpm73we7bgyh64ge/aria.coffee
git@tangled.org:aria.pds.witchcraft.systems/aria.coffee git@tangled.org:did:plc:valun42etpm73we7bgyh64ge/aria.coffee

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

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