1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-07-31 13:07:46 +00:00

treewide: site redesign

This commit is contained in:
RGBCube 2025-06-01 21:32:33 +03:00
parent 3d663619e6
commit 4b146bbe4e
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
80 changed files with 1842 additions and 1117 deletions

View file

@ -14,7 +14,7 @@ def main [] {
if (pwd | str starts-with "/data/data/com.termux") {
sync ./ nine:site
ssh -qtt nine "
ssh -tt nine "
cd site
LUME_DRAFTS=false nix run default#deno -- task build --location https://rgbcu.be/
"
@ -28,13 +28,13 @@ def main [] {
let host = "root@best";
ssh -qtt $host "
ssh -tt $host "
rm --force --recursive /var/www/site
mkdir /var/www/site
"
sync --chown nginx:users ./ ($host + ":/var/www/site")
ssh -qtt $host "
ssh -tt $host "
chown nginx:users -R /var/www
chmod 775 -R /var/www
"