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
. - summaryLength decides how many words are in excerpts of your posts when they are displayed as a preview. The default
summaryLength
is 70 words.
Default Parameters
In this project folder, you will find a file called config.toml
. Open this file in any text editor or IDE.
- favicon is for your website favicon. Place your favicon in the
assets/images
folder and put the path here. - 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.
- 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
. map field is for google map , replace your won gmap API key with
gmap_api
.map_latitude
andmap_ongitude
field is for your google map location. you can find this here http://maps.google.commap_marker is for your map pointer, you can set your won map pointer that you want to show, maintain the png image size with ( 46*58) px.
- 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 Font Awesome icon pack for this theme. You can choose more icons from here