Skip to content

Commit f63d5c2

Browse files
committed
Fixing deploy issues
1 parent 4be7854 commit f63d5c2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

_octopress/Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ deploy_branch = "gh-pages"
1515

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

18-
public_dir = "public/phpjs" # compiled site directory
18+
public_dir = "public" # compiled site directory
1919
source_dir = "source" # source file directory
2020
blog_index_dir = 'source' # directory for your blog's index page (if you put your index in source/blog/index.html, set this to 'source/blog')
2121
deploy_dir = "_deploy" # deploy directory (for Github pages deployment)

_octopress/_config.yml

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

5-
url: http://kvz.github.com/phpjs
5+
url: http://kvz.github.com/phpjs/
66
title: php.js
77
subtitle: php functions in javascript
88
author: phpjs.org
@@ -39,7 +39,7 @@ pygments: false # default python pygments have been replaced by pygments.rb
3939

4040
paginate: 1000 # Posts per page on the blog index
4141
pagination_dir: paginate # Directory base for pagination URLs eg. /blog/page/2/
42-
recent_posts: 5 # Posts in the sidebar Recent Posts section
42+
recent_posts: 15 # Posts in the sidebar Recent Posts section
4343
excerpt_link: "Read on →" # "Continue reading" link text at the bottom of excerpted articles
4444

4545
titlecase: false # Converts page and post titles to titlecase
@@ -94,7 +94,7 @@ disqus_short_name: phpjs
9494
disqus_show_comment_count: false
9595

9696
# Google Analytics
97-
google_analytics_tracking_id: "UA-63083-7"
97+
google_analytics_tracking_id: UA-63083-7
9898

9999
# Facebook Like
100100
facebook_like: true

_octopress/source/downloads/code/.empty

Whitespace-only changes.

0 commit comments

Comments
 (0)