No description
| .forgejo/workflows | ||
| .opencode | ||
| .vscode | ||
| deploy | ||
| public/assets/files | ||
| src | ||
| .dockerignore | ||
| .editorconfig | ||
| .gitignore | ||
| AGENTS.md | ||
| astro.config.mjs | ||
| biome.json | ||
| Containerfile | ||
| LICENSE | ||
| LICENSE-CODE | ||
| LICENSE-CONTENT | ||
| nginx.conf | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| tsconfig.json | ||
www.johannesloher.com
Personal website of Johannes Loher, built with Astro.
Development
pnpm install
pnpm dev
Build
pnpm build
Deployment
Pushes to main trigger automatic deployment via Forgejo Actions. The workflow builds a container image, pushes it to the Forgejo registry, and deploys it to the VPS.
See deploy/VPS-SETUP.md for VPS setup instructions.