No description
- HTML 45.6%
- SCSS 38.3%
- JavaScript 10.8%
- CSS 4.6%
- Makefile 0.6%
- Other 0.1%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
All checks were successful
Build & Deploy / build (push) Successful in 23s
|
||
| .forgejo/workflows | ||
| _archive | ||
| content | ||
| static | ||
| templates | ||
| themes/terminus | ||
| .gitignore | ||
| .gitmodules | ||
| config.toml | ||
| Dockerfile | ||
| LICENSE.md | ||
| Makefile | ||
| nginx.conf | ||
| README.md | ||
linnenberg.dev
Personal website of Jennifer Linnenberg - built with Zola and optimized for performance.
Performance Experiments
- 🚀 Perfect Lighthouse scores: 100/100 across all metrics (performance, accessibility, SEO, best practices)
- 🔒 A+ security ratings: SSL Labs and Security Headers compliance
- ⚡ Fast builds: ~9 second CI pipeline with optimized assets
Development
# Install Zola and serve locally
make install
make serve
# Build for production
make build
Tech Stack
- Zola - Static site generator
- Terminus Theme - Base theme (provides responsive design & themes)
- Cloudflare - CDN and security
- Drone CI - Continuous deployment
License
ISC - see LICENSE.md for details.