Add project context notes
Build and Deploy Hugo Site to Cloudron / build-and-deploy (push) Successful in 32s

This commit is contained in:
2026-04-06 10:38:24 -07:00
parent aff2d221f9
commit 99c363a4e2
+12
View File
@@ -0,0 +1,12 @@
AskKennyB project context
- Site source is in `askkennyb/`
- Static site generator is Hugo
- Theme is vendored at `askkennyb/themes/PaperMod`
- Local build command: `hugo --minify -s askkennyb`
- Generated output is `askkennyb/public/`
- `askkennyb/public/` is ignored in Git and should not be committed
- Pushes to `main` trigger `.gitea/workflows/deploy.yml`
- CI builds the site and deploys it to Cloudron Surfer
- Git remote uses SSH on `code.askkb.com` port `29418`
- Local tools expected: `git`, `ssh`, `hugo`, `rg`, `node`, `npm`, `surfer`