We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c9fb8 commit 4729b03Copy full SHA for 4729b03
Rakefile
@@ -8,10 +8,10 @@ ssh_user = "[email protected]"
8
ssh_port = "22"
9
document_root = "~/website.com/"
10
rsync_delete = true
11
-deploy_default = "rsync"
+deploy_default = "push"
12
13
# This will be configured for you when you run config_deploy
14
-deploy_branch = "gh-pages"
+deploy_branch = "master"
15
16
## -- Misc Configs -- ##
17
_config.yml
@@ -2,10 +2,10 @@
2
# Main Configs #
3
# ----------------------- #
4
5
-url: http://yoursite.com
6
-title: My Octopress Blog
7
-subtitle: A blogging framework for hackers.
-author: Your Name
+url: http://EngForDev.github.com
+title: Eng for Dev Blog
+subtitle: 개발자를 위한 영어
+author: EngDev
simple_search: http://google.com/search
description:
0 commit comments