Site Configuration

These settings are important for building a website using hugo. See All Configuration Settings for more details.

Site title

Site title. This value will become the content of <title> tag in html.

1
title = "Monochrome"

Theme

Set this value to the corresponding folder name of your theme. (located by default in /themes/THEMENAME/)

1
theme = "hugo-theme-monochrome"

Base URL

Hostname (and path) to the root.

1
baseURL = "https://kaiiiz.github.io/hugo-theme-monochrome"

favicon

Add favicon.ico to your site’s static folder.

External library

Disqus

1
disqusShortname = "xxx"

Other settings checkout Disqus - Internal Templates for more details.

Google Analytics

1
googleAnalytics = "xxx"