Hugo
Get Started
Install Hugo and run the NextSaaS Hugo site locally.
Get started by downloading the site source code.
What you’ll need
- Node.js 21.7.1 or above
- Hugo 0.141.3 or above
Installation
Create a new Hugo site
Terminal
hugo new site site-name
Enter the project directory
Terminal
cd site-name
Copy the template files
Copy all files from the downloaded nextsaas-hugo folder and paste them into your site root folder.
Install dependencies
Terminal
npm install
Start the dev server
Terminal
hugo serve
Visit http://localhost:1313/.
Update
baseURL in hugo.toml to match your domain.