···18181919To serve your static files to a live server, use:
20202121- deno task lune -s
2121+ deno task lume -s
22222323To deploy to Neocities, use:
24242525 deno task deploy
26262727-Don't forget to create a `.env` file with the environment variabbles `NEOCITIES_SITE_NAME` and `NEOCITIES_PASSWORD`!
2727+Don't forget to create a `.env` file with the environment variables `NEOCITIES_SITE_NAME` and `NEOCITIES_PASSWORD`!
28282929## Tangled CI workflow
3030
+4-1
src/scripts/tarot.js
···387387 // Update the content title
388388 const contentTitle = document.getElementById("content-title");
389389 if (contentTitle) {
390390- contentTitle.textContent = `${currentCard.id}: ${currentCard.name}`;
390390+ if (currentCard.id != "back")
391391+ contentTitle.textContent = `${currentCard.id}: ${currentCard.name}`;
392392+ else
393393+ contentTitle.textContent = "About"
391394 }
392395393396 // Show the current card's content