Guessme is a clean and responsive website template built with Bootstrap. It stands out with its clean design and elegant typography.
Inside the folder of your Hugo site run:
$ cd themes
$ git clone https://github.com/adarshkr/guessme.git
For more information read the official setup guide of Hugo.
After installing the Guessme Theme successfully it requires a just a few more steps to get your site running.
First, let's take a look at the config.toml. It will be useful to learn how to customize your site. Feel free to play around with the settings.
Available translations are in the data/translations/
directory. You can configure the language modifying the following key.
defaultContentLanguage = "en"
In order to see your site in action, run Hugo's built-in local server.
$ hugo server
Now enter localhost:1313
in the address bar of your browser.
Thanks to Steve Francia for creating Hugo and the awesome community around the project.