Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md - github.com/lubang/hugo-hello-programmer-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 44d66ac01d65df81c4749a08d47e40d8b309e6d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Hugo Hello Programmer Theme

Hello Programmer is a simple blog theme.

![Hugo Hello Programmer Theme Screenshot](https://github.com/lubang/hugo-hello-programmer-theme/blob/master/images/screenshot.png)

## 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).