-
Notifications
You must be signed in to change notification settings - Fork 10
/
config.toml
54 lines (41 loc) · 1.57 KB
/
config.toml
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
baseurl = "https://golangkorea.github.io/"
languageCode = "en-us"
title = "Golang Korean Community"
builddrafts = false
canonifyurls = true
theme = "Hugo-Octopress"
contentdir = "content"
layoutdir = "layouts"
publishdir = "public"
[params]
defaultKeywords = 'Go,Golang,GolangKorea,Gopher'
defaultDescription = 'Golang 한국 사용자 모임입니다.'
editInGithubUrlBase = "https://github.com/golangkorea/golangkorea-hugo/blob/master/content/"
subtitle = "Go에 관련된 수다를 추구하는 개발자들의 세상"
customCSS = ["css/custom.css", "css/custom-font.css"]
# searchEngineURL = "https://www.google.com/search"
disqusShortname = "UA-82835198-1"
rss = true
sidebarHeader = "못 먹어도 Go인 세상"
sidebarText = "새로운 도전과 개발의 재미를 Go를 통해 만끽해 보세요. We love to talk, learn and share our experience. Come join us. Let's have some fun!"
github = "https://github.com/golangkorea/golangkorea-hugo/"
facebook = "https://www.facebook.com/groups/golangko/"
googleplus = "https://plus.google.com/communities/115721275599816202991"
sidebarRecentLimit = "5"
sidebarMenuEnabled = true
sidebarMenuHeader = "Join Us"
sidebarNewWindow = true
highlightTheme = "darcula"
[[menu.sidebar]]
Name = "GitHub Organization"
URL = "https://github.com/golangkorea"
weight = 0
[[menu.sidebar]]
Name = "Gitter Room"
URL = "https://gitter.im/golang-korean-community/golangkorea.github.io?utm_source=share-link&utm_medium=link&utm_campaign=share-link"
weight = 1
[taxonomies]
author = "authors"
category = "categories"
tag = "tags"
series = "series"