Getting Started

Welcome to the Hugo Saasify theme! This guide will help you get up and running quickly.

Installation

  1. Install Hugo (extended version)
  2. Clone this theme
  3. Start the development server
1
hugo server

Configuration

Configure your site in hugo.toml:

1
2
3
4
baseURL = "https://example.com/"
languageCode = "en-us"
title = "My Awesome SaaS"
theme = "hugo-saasify-theme"

Next Steps