Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 571 Bytes

readme.md

File metadata and controls

25 lines (14 loc) · 571 Bytes

🍍 LatinXperts Website

Como correr en local 🚀

  1. Instalar GoHugo
  2. Descargar el tema (submodulo de git)

git submodule init && git submodule update

  1. Iniciar el server de GoHugo

hugo serve

Agregar un nuevo post

hugo new blog/ep2.md

Actualizar el proyecto

Después de agregar el nuevo contenido necesitaras construir todo el proyecto, para esto puedes ejecutar lo siguiente:

  1. Construir el sitio estático sh update.sh
  2. Subir los cambios al repo remoto de GitHub sh deploy.sh