From 99c363a4e25a293edfaec8f23ba5da067d165ceb Mon Sep 17 00:00:00 2001 From: Kenny Date: Mon, 6 Apr 2026 10:38:24 -0700 Subject: [PATCH] Add project context notes --- .codex | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .codex diff --git a/.codex b/.codex new file mode 100644 index 0000000..09180d5 --- /dev/null +++ b/.codex @@ -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`