Primeros pasos

¡Bienvenido al tema Hugo Saasify! Esta guía te ayudará a comenzar rápidamente.

Instalación

  1. Instalar Hugo (versión extendida)
  2. Clonar este tema
  3. Iniciar el servidor de desarrollo
1
hugo server

Configuración

Configura tu sitio en hugo.toml:

1
2
3
4
baseURL = "https://example.com/"
languageCode = "es-es"
title = "Mi SaaS increíble"
theme = "hugo-saasify-theme"

Próximos pasos