1. Login to your blogger account
2. Sign in to Layout -> added the gadget -> and enter the script below:
<script style="text/javascript" src="http://ourbloggertricks.googlecode.com/files/recent%20post.txt"></script><script style="text/javascript">var numposts = 1000;var showpostdate = false;var showpostsummary = false;var numchars = 100;var standardstyling = true;</script><script src="http://YOUR BLOGNAME.blogspot.com/feeds/posts/default?orderby=published&alt=json-in-script&max-results=999&callback=showrecentposts"></script>
Notice, look the red scripts:
var numposts = 1000 : This means how many articles you wish to view
var numchars = 100 : This means how many characters you want to show
YOURBLOGNAME : Replace the name of your blog.
Hopefully useful