A standard mistake that I've seen with new jekyll users (and did myself) was omitting the YAML front matter in the files to be converted. Each one should start with:
--- layout: default title: Page/Post Title ---
This assumes you have a file in your "_layouts" directory called "default.html".