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

config.toml « exampleSite - github.com/lubang/hugo-hello-programmer-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 363047c6b34d4d4c213f915be10c8d35ba6e8b74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
baseurl = "your-site-address"
title = "your-site-name"
languageCode = "ko-KR"

theme = "hugo-hello-programmer-theme"
themesdir = "../.."

paginate = 2

disqusShortname = "XXXX"
googleAnalytics = "UA-XXXXXXXX-X"

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