Skip to content

maxbfmv55/writeups

Repository files navigation

Hugo PaperMod i18n Starter (ES/EN)

Pasos

  1. Instalar Hugo extended y Git.
  2. Clonar este proyecto o descomprimir el ZIP dentro de una carpeta vacía.
  3. Agregar el tema PaperMod como submódulo:
git init
git submodule add https://github.com/adityatelange/hugo-PaperMod themes/PaperMod
  1. Editar hugo.toml -> baseURL = "https://TU_USUARIO.github.io/" (o https://TU_USUARIO.github.io/NOMBRE_REPO/ si es Project Page).
  2. Probar local:
hugo server -D
  1. Deploy con GitHub Pages (Actions):
  • Habilitar Pages con Source: GitHub Actions
  • Hacer push a main; el workflow .github/workflows/deploy.yml publicará a Pages.

Crear nuevos posts

# ES
hugo new content/es/posts/mi-post.md
# EN
hugo new content/en/posts/my-post.md

Usá archetypes/posts.md de ejemplo para estructura estándar.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages