- Instalar Hugo extended y Git.
- Clonar este proyecto o descomprimir el ZIP dentro de una carpeta vacía.
- Agregar el tema PaperMod como submódulo:
git init
git submodule add https://github.com/adityatelange/hugo-PaperMod themes/PaperMod- Editar
hugo.toml->baseURL = "https://TU_USUARIO.github.io/"(ohttps://TU_USUARIO.github.io/NOMBRE_REPO/si es Project Page). - Probar local:
hugo server -D- Deploy con GitHub Pages (Actions):
- Habilitar Pages con Source: GitHub Actions
- Hacer push a
main; el workflow.github/workflows/deploy.ymlpublicará a Pages.
# ES
hugo new content/es/posts/mi-post.md
# EN
hugo new content/en/posts/my-post.mdUsá archetypes/posts.md de ejemplo para estructura estándar.