Personal blog and portfolio built with Hugo and hosted on GitHub Pages.
- SSG: Hugo
- Theme: PaperMod (dark mode, customized)
- Hosting: GitHub Pages
- CI/CD: GitHub Actions
- Domain: jupaygon.com
hugo server --buildDraftshugo new content posts/my-new-post.mdHugo PaperMod does not copy page bundle assets to translated versions. Cover images in index.es.md must use an absolute path pointing to the English version:
# CORRECT
cover:
image: '/en/posts/YYYY-MM-DD/slug/cover.png'
relative: false
# WRONG — image won't exist at /es/.../cover.png
cover:
image: 'cover.png'
relative: trueJuanjo Payá — Senior Software Engineer · GitHub · X
AI-assisted development with Jarvis as collaborator.