Skip to content

jupaygon/jupaygon-web

Repository files navigation

jupaygon.com

Personal blog and portfolio built with Hugo and hosted on GitHub Pages.

Deploy Hugo site to Pages

Stack

  • SSG: Hugo
  • Theme: PaperMod (dark mode, customized)
  • Hosting: GitHub Pages
  • CI/CD: GitHub Actions
  • Domain: jupaygon.com

Local development

hugo server --buildDrafts

Open http://localhost:1313

New post

hugo new content posts/my-new-post.md

Multilingual cover images

Hugo 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: true

Author

Juanjo Payá — Senior Software Engineer · GitHub · X

AI-assisted development with Jarvis as collaborator.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors