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 ober 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 = "ober"

Run theme locally

Launch the following command:

hugo serve

Go to http://localhost:1313

Build the website

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

hugo

Last updated