Hugo Hello Programmer Theme

Hello Programmer is a simple blog theme.

Installation

Inside the folder of your Hugo site run:

$ cd themes
$ git clone https://github.com/lubang/hugo-hello-programmer-theme

For more information read the official setup guide of Hugo.

Config

Modify your configuration:

$ vi config.toml

baseurl = "your-site-address"
title = "your-site-name"

languageCode = "ko-KR"
theme = "hugo-hello-programmer-theme"
disqusShortname = "XXXX"
googleAnalytics = "UA-XXXXXXXX-X"
paginate = 7

[author]
    name = "your-name"
    email = "your-email"

[params]
    description = "desribe-your-site"

Modify images for your site:

static/images/[email protected] (Left top logo image)
static/images/thumbnail.png (OpenGraph tag for preview)

GitHub