Landing page editor: logo/background/subtitle, markdown details page, editable disclaimer, photo shutter

This commit is contained in:
2026-07-24 16:35:00 +10:00
parent dfa2ae12e8
commit a1234fb851
8 changed files with 373 additions and 31 deletions
+5 -14
View File
@@ -1,17 +1,8 @@
@echo off
REM push-characters.bat - commit and push the character manager changes to Gitea.
REM Run from anywhere; it always works on K:\newbury-exhibit-v2
cd /d K:\newbury-exhibit-v2
if not exist .git (
echo No git repo here - initialising and linking to Gitea...
git init -b main
git remote add origin https://gitea.hideawaygaming.com.au/jessikitty/newbury-exhibit-v2.git
git fetch origin
git reset --soft origin/main
)
@echo off
REM push-characters.bat commit and push the character manager changes to Gitea.
REM Extract the zip over Y:\newbury-exhibit-v2 first, then run this.
cd /d Y:\newbury-exhibit-v2
git add -A
git commit -m "Character manager: asset uploads, per-ghost model/colour/opacity overrides, face+torso texture decals"
git push origin main
pause
pause