https://github.com/stefanhoth/stefanhoth.com
My personal website.
https://github.com/stefanhoth/stefanhoth.com
website
Last synced: 5 days ago
JSON representation
My personal website.
- Host: GitHub
- URL: https://github.com/stefanhoth/stefanhoth.com
- Owner: stefanhoth
- License: mit
- Created: 2016-12-11T21:43:29.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2026-07-06T19:39:55.000Z (10 days ago)
- Last Synced: 2026-07-06T21:13:04.344Z (10 days ago)
- Topics: website
- Language: TypeScript
- Homepage: https://stefanhoth.com
- Size: 201 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stefan Hoth's Personal Website
Welcome! This is my personal portfolio website where you can find information about my background, experience, and current projects.
## Get in Touch
Have questions or want to reach out? Please use the **contact form on the website** to send me a message directly. I'd love to hear from you!
## Tech Stack
If you want to look under the hood, here's what powers this site:
- **Framework**: Astro 5.16.6
- **Styling**: Tailwind CSS 4.1.18
- **Languages**: TypeScript, Astro components
- **Linting & Formatting**: Biome 2.3.10
- **Deployment**: Cloudflare Workers (wrangler)
## Development
### Getting Started
```bash
npm install # Install dependencies
npm run dev # Start development server
npm run build # Build for production
npm run preview # Preview production build
npm run lint # Run linter
npm run format # Format code
npm run lint:fix # Auto-fix linting issues
```
## Deployment
This site runs on [Cloudflare Workers](https://workers.cloudflare.com). A Worker (`worker/index.js`, configured via `wrangler.jsonc`) serves the static Astro build, handles the contact form, and adds security headers (CSP, HSTS, X-Frame-Options, etc.). Cache and security headers for static assets live in `public/_headers`.
- Production deploys: `npm run worker:deploy`
- PR previews: deployed automatically by GitHub Actions (`.github/workflows/preview-deploy.yml`)
## Documentation
For detailed documentation about the codebase, architecture, and development guidelines, see [CLAUDE.MD](./CLAUDE.MD).
---
Built with modern web technologies. Deployed via Cloudflare Workers.