AdrianArtiles / MediumFox

A theme for Octopress that is simple, focused, and clean. Influenced by the clean style of Medium and FoxSlide
MIT License
148 stars 45 forks source link

Recent posts in homepage not seen/rendered #19

Open ekremkaraca opened 10 years ago

ekremkaraca commented 10 years ago

I've switched Octopress & of-course, this theme. After installing both and adding some posts, there's no post listed in homepage. Just "All Posts" there. What's wrong?

Here's site I've faced => http://blog.ekrem.me

ruddra commented 10 years ago

I am facing the same problem here. although if I delete 'myoctopress/source/posts' folder, recent posts shows up but "All Posts" link doesn't work.

ruddra commented 10 years ago

Ok I think I fixed it, rename 'myoctopress/source/posts'(posts folder) to 'myoctopress/source/allpost' (allpost) and change index file of myoctopress (dir: myoctopress/index.html) change like:

<div class="archive-link">
  <h3><a href="/allpost/">All Posts</a></h3>
</div>
ekremkaraca commented 10 years ago

@skyrudy your fix worked for me, thanks. Hope @sevenadrian releases a permanent fix for the issüe.

tonyla commented 10 years ago

I was able to make this work without any changes other then a configuration change.

Changing paginate_path: "posts/:num" to paginate_path: "page:num"

sometimeskind commented 10 years ago

@tonyla's fix also worked for me. Not sure why, as the original configuration looks more correct...