Skip to content

Commit

Permalink
#2 implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonghee committed Aug 22, 2016
1 parent a743f45 commit 6eef6b7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion config.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
baseurl = "https://golangkorea.github.io/"
languageCode = "en-us"
title = "Golang Korean Community"
builddrafts = true
builddrafts = false
canonifyurls = true
theme = "Hugo-Octopress"
contentdir = "content"
Expand All @@ -14,3 +14,12 @@ searchEngineURL = "https://www.google.com/search"
disqusShortname = "UA-82835198-1"
rss = true


sidebarHeader = "못 먹어도 Go인 세상"
sidebarText = "새로운 도전과 개발의 재미를 Go를 통해 만끽해 보세요"

github = "https://github.com/golangkorea/golangkorea-hugo/"
facebook = "https://www.facebook.com/groups/golangko/"
googleplus = "https://plus.google.com/communities/115721275599816202991"

sidebarRecentLimit = "5"
2 changes: 1 addition & 1 deletion content/post/readme-first.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
+++
date = "2016-08-19T23:35:49-04:00"
draft = true
draft = false
title = "ReadMe First"

tags = ["Community", "Blog", "Hugo"]
Expand Down
2 changes: 1 addition & 1 deletion content/post/tdd-with-golang.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
+++
date = "2016-08-20T12:15:44+09:00"
draft = true
draft = false
title = "Golang 프로젝트에 TDD 도입하기"
tags = ["Development", "UnitTest", "TDD"]
categories = ["Development", "UnitTest","TDD"]
Expand Down
2 changes: 1 addition & 1 deletion public

0 comments on commit 6eef6b7

Please sign in to comment.