Nexsas
Hugo

Site Configuration

Configure your Hugo site using hugo.toml parameters.

Here is the default arrangement and essential parameters for your site. You can change these according to your needs.

Default configuration

In the project folder, there is a file named hugo.toml. Open it in a text editor to change configuration.

  • baseURL: your site URL
  • languageCode: site language
  • title: main site title
  • theme: theme folder name (inside themes/)
  • pagination: pagination size
  • [build]: build environment settings
  • [[menus.main]]: main navigation (use identifier for parent, parent for child items)
  • [[menus.mobile]]: mobile menu
  • [[menus.company]], [[menus.support]], [[menus.policy]]: footer menus
baseURL = 'https://nextsaas-hugo.vercel.app'
languageCode = 'en-US'
title = 'NextSaas'
theme = 'nextsaas'
pagination = { pagerSize = 9 }

[build]
  [build.buildStats]
    enable = true

[[build.cachebusters]]
source = 'assets/notwatching/hugo_stats\\.json'
target = 'css'

[[build.cachebusters]]
source = '(postcss|tailwind)\\.config\\.js'
target = 'css'

[taxonomies]
jobFeature = 'jobFeatures'
tag = 'tags'
category = 'categories'

Parameter configuration

  • logoMain, logoMainDark, logoMainLight, logo, logoDark: logos for light/dark backgrounds, footer, and navbar
  • footerDescription: footer description
  • copyright: copyright text
  • contactMail, contactNumber, contactAddress: contact details
  • Social links: facebookLink, instagramLink, linkedinLink, behanceLink, githubLink, dribbbleLink, youtubeLink
[params]
logoMain = '/images/shared/main-logo.svg'
logoMainDark = '/images/shared/dark-logo.svg'
logoMainLight = '/images/shared/light-logo.svg'
logo = '/images/shared/logo.svg'
logoDark = '/images/shared/logo-dark.svg'
contactPage = '/contact-us'
footerDescription = 'Turpis tortor nunc sed amet et faucibus vitae morbi congue sed id mauris.'
copyright = 'Copyright ©NextSaaS – smart application for modern business'
contactMail = 'hello@nextsaas.com'
contactNumber = '+391 35 2568 4593'
contactAddress = '2464 Royal Ln. Mesa, New Jersey 45463'
facebookLink = 'https://www.facebook.com/'
instagramLink = 'https://www.instagram.com/'
linkedinLink = 'https://www.linkedin.com/'
youtubeLink = 'https://www.youtube.com/'
behanceLink = 'https://www.behance.net/'
dribbbleLink = 'https://dribbble.com/'
githubLink = 'https://github.com/'
Copyright © 2026