# Basic Configurations

Basic site options and settings you can edit in `config.toml` file:

```toml
# General Settings
title = "Terio - Digital Agency Hugo Theme"
baseURL = "https://bslthemes.com/" #YOUR SITE URL
languageCode = "en-us"
theme = "terio"
resourceDir = "resources"
paginate = 6
summaryLength = 20
DefaultContentLanguage = "en"

# Menu Settings
[menu]
[[menu.main]]
  identifier = "home"
  name = "Home"
  url = "/home/"
  weight = 1
```

In this file you can edit:&#x20;

1. General Settings
2. Menu Settings
3. Main Settings
4. Preloader Settings
5. Header Settings
6. Footer Settings
7. Social Settings
8. Portfolio Settings
9. Sitemap Settings

*<mark style="color:orange;">Saved your time and you want to thank me? You can</mark>* [![image-text](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png) ](https://www.buymeacoffee.com/bslthemes)😊
