Open ekremkaraca opened 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.
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>
@skyrudy your fix worked for me, thanks. Hope @sevenadrian releases a permanent fix for the issüe.
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"
@tonyla's fix also worked for me. Not sure why, as the original configuration looks more correct...
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