Skip to content

Commit 6eef6b7

Browse files
committed
#2 implementation
1 parent a743f45 commit 6eef6b7

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

config.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
baseurl = "https://golangkorea.github.io/"
22
languageCode = "en-us"
33
title = "Golang Korean Community"
4-
builddrafts = true
4+
builddrafts = false
55
canonifyurls = true
66
theme = "Hugo-Octopress"
77
contentdir = "content"
@@ -14,3 +14,12 @@ searchEngineURL = "https://www.google.com/search"
1414
disqusShortname = "UA-82835198-1"
1515
rss = true
1616

17+
18+
sidebarHeader = "못 먹어도 Go인 세상"
19+
sidebarText = "새로운 도전과 개발의 재미를 Go를 통해 만끽해 보세요"
20+
21+
github = "https://github.com/golangkorea/golangkorea-hugo/"
22+
facebook = "https://www.facebook.com/groups/golangko/"
23+
googleplus = "https://plus.google.com/communities/115721275599816202991"
24+
25+
sidebarRecentLimit = "5"

content/post/readme-first.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
+++
22
date = "2016-08-19T23:35:49-04:00"
3-
draft = true
3+
draft = false
44
title = "ReadMe First"
55

66
tags = ["Community", "Blog", "Hugo"]

content/post/tdd-with-golang.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
+++
22
date = "2016-08-20T12:15:44+09:00"
3-
draft = true
3+
draft = false
44
title = "Golang 프로젝트에 TDD 도입하기"
55
tags = ["Development", "UnitTest", "TDD"]
66
categories = ["Development", "UnitTest","TDD"]

0 commit comments

Comments
 (0)