# Installing Theme

#### Create your project <a href="#create-your-project" id="create-your-project"></a>

```
hugo new site <new_project>
```

#### Install the theme <a href="#install-the-theme" id="install-the-theme"></a>

First, unzip main file, go to **/template/themes/** directory and copy folder **terio** to your **/work dir/themes/**. After this you need set the theme by default for your current project. For this, go to your **/workdir/** and in file **config.toml** add **theme** param.

```
theme = "terio"
```

#### Run theme locally

Launch the following command:

```
hugo serve
```

Go to `http://localhost:1313`

#### Build the website <a href="#build-the-website" id="build-the-website"></a>

When your site is ready to deploy, launch the following command:

```
hugo
```

*<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)😊
