Need Theme Tweaks?

If you need to customize theme, add extra pages, or complete website development from scratch, you can hire us.

Check Our Services

Parameters

Here is the parameters for your website. You can change those as per your requirements.

Default Parameters

In this project, you will find a file called config/_default/params.toml.

  1. favicon is for your website favicon. Place your favicon in the assets/images folder and put the path here.
  2. logo is for your website logo. Place your logo in the assets/images folder and put the path here.
  3. logo_width defines the width of the logo in pixels. It doesn’t work with .svg file.
  4. logo_height defines the height of the logo in pixels. It doesn’t work with .svg file.
  5. logo_text will only appear if the logo parameter is missing.
  6. logo_webp coverts your logo to webp format. Default value is true. It doesn’t work with .svg file.
  7. mainSections defines the section names that you want to show on your website. It’s an array, so you can add more sections to show. For more information, see Official docs.
  8. contact_form_action is for activate your contact form. As Hugo generates a static site, so you need to activate this form by a third-party service. You can use any of them Airform, formspree, or Formsubmit. Go to any of the sites that you preferred, and get your form action from there. Then, paste it here. If you use Airform, your form action will be like this: https://airform.io/your@email.com.
  9. copyright is for copyright text at the bottom of the page.
  10. preloader is for your website preloader, which means it will show up until your website loads properly in the background. You can enable or disable preloader by setting the value of enable as true or false. If you want to put any image, logo, or animation as your preloader, give the file location in the preloader =, ex: preloader = images/preloader.gif. If you don’t want any logo or image, leave the preloader field empty. So it will show just a white screen when every component is loading.
  11. navigation_button is for main navigation button, you can enable or disable it.
  12. contact_info has some filed (like phone, email, and address) to show your contact information in the footer and contact page.
  13. metadata is for your website SEO. It has fields like (keywords, description, author, image). You can change those as per your requirements.
Improve this page on Github  — Last updated:  Sun, Jul 9, 2023