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: d73a5d9543a55c3f4e64a38c2640dfb8640a3101 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
baseurl = "your-site-address"
title = "your-site-name"
languageCode = "ko-KR"

theme = "hello-programmer"

paginate = 2

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

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