Personal Portfolio

Hugo
Markdown
HTML
CSS

Personal portfolio website built with Hugo and deployed automatically on every push to main. Showcases projects, blog posts, and CV — the very site you're reading right now.

The site you’re currently looking at. A static portfolio built with Hugo and a custom layout, deployed automatically on every push to main.

What’s in here

Why Hugo

Hugo gives me Markdown content + Go templates + zero runtime dependencies. The site builds in under a second locally and deploys as a pile of static files — no server, no database, no cold starts. It’s the right shape for a personal site: edits are commits, content is text, and there’s nothing that can break in production except DNS.

Stack

Why it matters

A personal site is a low-stakes excuse to keep your front-end / build-pipeline / writing muscles warm. It also doubles as the cleanest reference for “how does Luís actually structure a project” — every layout decision and content schema choice is on display.