1bleim e-sports portfolio https://www.1bleim.de/
  • HTML 61.7%
  • CSS 37.1%
  • Dockerfile 1.2%
Find a file
2026-06-25 09:30:13 +00:00
.woodpecker Add dockerfile and pipeline 2026-05-27 21:07:15 +02:00
css change font-display from optional to fallback to avoid never using the 2026-06-15 08:03:03 +02:00
font/infra Add dockerfile and pipeline 2026-05-27 21:07:15 +02:00
img Add dockerfile and pipeline 2026-05-27 21:07:15 +02:00
manifest Add favicon and site.webmanifest 2025-04-16 20:44:41 +02:00
.dockerignore Add dockerfile and pipeline 2026-05-27 21:07:15 +02:00
.gitignore Add gitignore and remove cname 2026-05-16 21:13:56 +02:00
Dockerfile Update nginx Docker tag to v1.31.2 2026-06-25 09:30:13 +00:00
favicon.ico Add favicon and site.webmanifest 2025-04-16 20:44:41 +02:00
index.html Add dockerfile and pipeline 2026-05-27 21:07:15 +02:00
nginx.conf Add dockerfile and pipeline 2026-05-27 21:07:15 +02:00
README.md add readme 2026-05-27 23:25:38 +02:00
renovate.json Revert "rename to default json" 2026-05-27 22:36:39 +02:00

1bleim/portfolio

nginx Docker Renovate Woodpecker CI

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 Publish
Renovate 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:

  1. Builds and pushes a container image to forge.fullbyte.de/1bleim/portfolio tagged with the version and latest.
  2. Fires a Renovate pipeline run so dependent repos pick up the new image tag automatically.