Aplio
Hugo
Site Configuration

Configuration

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

Default Configuration

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

  • baseURL field for your site URL/area. Add your site URL here.
  • languageCode characterizes your worldwide site language. For more data, see Official Hugo Docs.
  • title is the main title of your site.
  • theme sets up the used theme. Open aplio/themes folder, you will get another folder. That will be the theme name aplio. Copy that name and use it here to set up the theme.
  • Paginate is to show pagination after a certain no. of products or items.
  • [[menus.main]] is to control the navigation. You can change it and give it a different directory. to set a chiled menu item, add a identifier name for the parent. Then add a parent parameter and give the identifier name as the value of it.
  • [[menu.explore]] is used for the footer links for the explore section.
  • [[menu.resources]] is used for the footer links for the resources section.

Parameter Configuration

  • logo parameter is for the site logo. This logo is used for the light background.
  • logoDark used for the dark background.
  • footerDescription used for the ddescription for the footer section.
  • contactMail emmail for the footer and contact page.
  • contactNumber contact number for the footer section and contact page.
  • contactAddress address for the footer section and contact page.
  • facebookLink Facebook Link for the footer section.
  • linkedinLink Linkedin Link Link for the footer section.
  • githubLink Github Link Link for the footer section.
  • behanceLink Behance Link for the footer section.