Here is the default configuration and basic parameters for your website. You can change those as per your requirements.
Default configuration
In this project folder, you will find a file called config.toml
. Open this file in any text editor or IDE.
- baseURL field for your website URL / domain. Add your site URL here. Remember, you need to add a trailing slash at the end of the URL.
- languageCode defines your global site language. For more information, see Official Hugo Docs.
- title is for the main title of your website.
- theme sets up the used theme. If your theme is located in
my-project/themes/theme-name
folder, then the value for this parameter istheme-name
.
Default Parameters
In this project folder, you will find a file called config.toml
. Open this file in any text editor or IDE.
- logo is for your website logo. Place your logo in the
assets/images
folder and put the path here. - description is for your default meta description. It shows on your homepage and other pages that have no meta description on this page front-matter.
- author is for the website author name. It is used in the meta author tag.
- copyright is for copyright text at the bottom of the page.
- 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
astrue
orfalse
. If you want to put any image, logo, or animation as your preloader, give the file location in thepreloader =
, 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. - social is a loop item for your website’s social icons. You can add a loop item by following the existing loop. We are using the Thimify icon pack for this theme. You can choose more icons from here
Default Parameters
Home is for home in your navigation.
googleAnalitycsID is for turn on google analytics on your site, give your won analytics ID here.
nav_buttons is for main navigation button, you can enable or disable it.