Skip to content

lubang/hugo-hello-programmer-theme

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Hugo Hello Programmer Theme

Hello Programmer is a simple blog theme.

Hugo Hello Programmer Theme Screenshot

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"
DefaultContentLanguage = "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/logo@.png (Left top logo image)
static/images/thumbnail.png (OpenGraph tag for preview)

Multilingual

Configure your language. Now support these languages. (updated 2019-06-09)

  • kr (Korean, 한국어)
  • en (English, a little bit stupid sentence :( Plz. Pull-request for this theme)

You can pull request other languages or fix native sentence from exist language pack.

References

Guide for Korean: https://blog.lulab.net/projects/2019-05-hugo-hello-programmer-theme-v2/

License

This theme is released under the MIT License.