https://github.com/lubang/hugo-hello-programmer-theme
This is a hugo theme for a programmer. It's simple and simple.
https://github.com/lubang/hugo-hello-programmer-theme
blog hugo programmer theme
Last synced: 2 months ago
JSON representation
This is a hugo theme for a programmer. It's simple and simple.
- Host: GitHub
- URL: https://github.com/lubang/hugo-hello-programmer-theme
- Owner: lubang
- License: mit
- Created: 2016-11-20T14:49:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-06-09T05:30:56.000Z (almost 7 years ago)
- Last Synced: 2024-11-15T12:06:08.387Z (over 1 year ago)
- Topics: blog, hugo, programmer, theme
- Language: HTML
- Homepage: https://blog.lulab.net
- Size: 1.31 MB
- Stars: 40
- Watchers: 1
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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](//gohugo.io/overview/installing/) 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](//github.com/lubang/hugo-hello-programmer-theme/blob/master/LICENSE.md).