Skip to content

Commit a644c33

Browse files
committed
change default config: display 5 recent post at most
1 parent 567cd5b commit a644c33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pygments: false # default python pygments have been replaced by pygments.rb
4444

4545
paginate: 5 # Posts per page on the blog index
4646
pagination_dir: blog # Directory base for pagination URLs eg. /blog/page/2/
47-
recent_posts: 10 # Posts in the sidebar Recent Posts section
47+
recent_posts: 5 # Posts in the sidebar Recent Posts section
4848
excerpt_link: "Read on →" # "Continue reading" link text at the bottom of excerpted articles
4949

5050
titlecase: true # Converts page and post titles to titlecase

0 commit comments

Comments
 (0)