File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ deploy_branch = "gh-pages"
15
15
16
16
## -- Misc Configs -- ##
17
17
18
- public_dir = "public/phpjs " # compiled site directory
18
+ public_dir = "public" # compiled site directory
19
19
source_dir = "source" # source file directory
20
20
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')
21
21
deploy_dir = "_deploy" # deploy directory (for Github pages deployment)
Original file line number Diff line number Diff line change 2
2
# Main Configs #
3
3
# ----------------------- #
4
4
5
- url : http://kvz.github.com/phpjs
5
+ url : http://kvz.github.com/phpjs/
6
6
title : php.js
7
7
subtitle : php functions in javascript
8
8
author : phpjs.org
@@ -39,7 +39,7 @@ pygments: false # default python pygments have been replaced by pygments.rb
39
39
40
40
paginate : 1000 # Posts per page on the blog index
41
41
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
43
43
excerpt_link : " Read on →" # "Continue reading" link text at the bottom of excerpted articles
44
44
45
45
titlecase : false # Converts page and post titles to titlecase
@@ -94,7 +94,7 @@ disqus_short_name: phpjs
94
94
disqus_show_comment_count : false
95
95
96
96
# Google Analytics
97
- google_analytics_tracking_id : " UA-63083-7"
97
+ google_analytics_tracking_id : UA-63083-7
98
98
99
99
# Facebook Like
100
100
facebook_like : true
You can’t perform that action at this time.
0 commit comments