1bleim e-sports portfolio
https://www.1bleim.de/
- HTML 61.7%
- CSS 37.1%
- Dockerfile 1.2%
| .woodpecker | ||
| css | ||
| font/infra | ||
| img | ||
| manifest | ||
| .dockerignore | ||
| .gitignore | ||
| Dockerfile | ||
| favicon.ico | ||
| index.html | ||
| nginx.conf | ||
| README.md | ||
| renovate.json | ||
1bleim/portfolio
Personal portfolio site for Bleim — League of Legends Coach & Analyst. Plain HTML/CSS served via nginx.
Stack
- Content: Static HTML/CSS, custom Infra typeface
- Languages: English and German
- Container:
nginx:1.31.1-alpine, multi-arch (linux/amd64,linux/arm64) - CI: Woodpecker CI — publishes on git tag, triggers Renovate after a successful push
- Dependencies: managed by Renovate via
local>fullbyte/renovate
Pipelines
| Pipeline | Status |
|---|---|
| Publish | |
| Renovate |
Running locally
docker build -t bleim-portfolio .
docker run -p 8080:80 bleim-portfolio
Then open http://localhost:8080.
Deployment
Pushing a version tag (e.g. v1.2.3) triggers the Woodpecker pipeline which:
- Builds and pushes a container image to
forge.fullbyte.de/1bleim/portfoliotagged with the version andlatest. - Fires a Renovate pipeline run so dependent repos pick up the new image tag automatically.