Getting Started
Get started by Downloading the site source codes.
What you'll need
- Node.js version 21.7.1 or above:
- Hugo 0.141.3 or above version installed.
Start your site#
Installation#
- open Command prompt and create a fresh hugo site using the following command:
hugo new site site-name - Now enter into the root Directory:
cd site-name - Copy all the downloaded file form
nextsaas-hugofolder and paste them into the root folder. - Use
npm installcommand to build all the necessary packages for the site. - Use
hugo servecommand to builds your website locally and serves it through a development server, ready for you to view at http://localhost:1313/.
** Note: ** Change the baseURL from the hugo.toml file to the domain name of the site.