Skip to content

Commit 4729b03

Browse files
committed
개발자 영어를 위한 셋팅 추가
1 parent a8c9fb8 commit 4729b03

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ ssh_user = "[email protected]"
88
ssh_port = "22"
99
document_root = "~/website.com/"
1010
rsync_delete = true
11-
deploy_default = "rsync"
11+
deploy_default = "push"
1212

1313
# This will be configured for you when you run config_deploy
14-
deploy_branch = "gh-pages"
14+
deploy_branch = "master"
1515

1616
## -- Misc Configs -- ##
1717

_config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# Main Configs #
33
# ----------------------- #
44

5-
url: http://yoursite.com
6-
title: My Octopress Blog
7-
subtitle: A blogging framework for hackers.
8-
author: Your Name
5+
url: http://EngForDev.github.com
6+
title: Eng for Dev Blog
7+
subtitle: 개발자를 위한 영어
8+
author: EngDev
99
simple_search: http://google.com/search
1010
description:
1111

0 commit comments

Comments
 (0)