No description
  • CSS 59.8%
  • HTML 40.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Joan Marc Riera Duocastella 4d73a64b1a site: OpenGraph/Twitter cards with branded preview image
LinkedIn posts now link long versions here; cards make those links unfurl
with a proper title, description and image.
2026-07-22 11:14:39 +01:00
.github/workflows feat: Hugo blog scaffold with Pages workflow + gitleaks CI 2026-07-07 23:19:00 +01:00
content site: tags taxonomy, rename war stories to field notes, nav to active repo 2026-07-22 10:29:11 +01:00
layouts site: OpenGraph/Twitter cards with branded preview image 2026-07-22 11:14:39 +01:00
static site: OpenGraph/Twitter cards with branded preview image 2026-07-22 11:14:39 +01:00
hugo.toml site: tags taxonomy, rename war stories to field notes, nav to active repo 2026-07-22 10:29:11 +01:00
README.md docs: add README describing the blog and its deployment 2026-07-10 09:56:05 +01:00

Lab Notes — blog.riera.co.uk

Hugo source for blog.riera.co.uk — technology leadership and self-hosted AI infrastructure. No hype, just things that work.

How it works

  • Static site built with Hugo; config in hugo.toml, posts in content/.
  • Deployed to GitHub Pages by .github/workflows/hugo.yml on every push to main.

Writing a post

Add a Markdown file under content/posts/ with front matter, push to main, done.