Installing Theme
Create your project
hugo new site <new_project>Install the theme
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 serveGo to http://localhost:1313
Build the website
When your site is ready to deploy, launch the following command:
hugoLast updated