Contents

Theme Documentation - Basics

Discover what the Hugo - LoveIt theme is all about and the core-concepts behind it.

1 Requirements

Thanks to the simplicity of Hugo, Hugo is the only dependency of this theme. Just install latest edition of Hugo for your OS (Windows, Linux, macOS).

2 Installation

The following steps are here to help you initialize your new website. If you don’t know Hugo at all, we strongly suggest you learn more about it by following this great documentation for beginners.

2.1 Create Your Project

Hugo provides a new command to create a new website.

2.2 Install the theme

3 Configuration

Configure your website

public class Person {
  private String name;
  private String address;
}