GithubHelp home page GithubHelp logo

Comments (14)

chrisRidgers avatar chrisRidgers commented on August 17, 2024 2

Victory fish.

Following advice found here I modified my paginate_path within _config.yml from "posts/:num" to "blog/posts/:num".

I'm not sure why this worked (or if it will for you), however comments on the link seem to indicate an awareness of some undocumented change within either Jekyll or Octopress. I guess the answer here is to report it to the devs of both just in case.

@sevenadrian in the mean time you may want to consider including this in the readme (unless you have a better idea) in case someone runs into the same issue in the future.

from mediumfox.

chrisRidgers avatar chrisRidgers commented on August 17, 2024

Can confirm, I'm playing around with octopress and have the same issue with a fresh install of this theme.

I've copied a _posts directory from another project with the same theme and all posts show up within all posts. Other project is fine (but hasn't been updated in a while).

from mediumfox.

chrisRidgers avatar chrisRidgers commented on August 17, 2024

I've just tried another fresh install of octopress and medium fox. Problem continues.

As an update, if you run rake install (to reinstall the default theme) the problem persists. However the initial clean install of Octopress displayed posts correctly.

from mediumfox.

chrisRidgers avatar chrisRidgers commented on August 17, 2024

Another update. Problem appears to lie within the paginator.posts variable in source/index.html.

I tried inserting a bog standard

tag within the loop to test if it was at least looping but there was no output. Inserting the tag prior to the loop worked as expected.

I've also run git diff against the working fresh install of octopress and the project after installing the medium fox theme, but I haven't spotted anything obvious. I can post the output if you like although I'm not sure where would be the best place to do so?

from mediumfox.

chrisRidgers avatar chrisRidgers commented on August 17, 2024

Although the code itself is near identical to my working older version; perhaps there is a problem/ change within the Octopress/ Jekyll release?
screen shot 2014-10-18 at 18 58 42

from mediumfox.

yj14n9xyz avatar yj14n9xyz commented on August 17, 2024

Hi Chris,

It did work for me. Thanks for your efforts~

from mediumfox.

cnorm35 avatar cnorm35 commented on August 17, 2024

@chrisRidgers, awesome work. This was exactly the fix I was looking for.

from mediumfox.

alexeyza avatar alexeyza commented on August 17, 2024

Thanks @chrisRidgers, I've had the same issue and couldn't find the fix myself (your suggestion fixed it for me).

from mediumfox.

nrmitchi avatar nrmitchi commented on August 17, 2024

@chrisRidgers Thanks for tracking this down so that I didn't have to

from mediumfox.

V01dZer0 avatar V01dZer0 commented on August 17, 2024

@chrisRidgers, The fix works, you saved my life, thanks a ton

from mediumfox.

Zettt avatar Zettt commented on August 17, 2024

Can confirm the behavior, and the fix. Thanks, everyone! @sevenadrian, please fix or close the issue.

from mediumfox.

cristina2689 avatar cristina2689 commented on August 17, 2024

The change didn't work for me, but I enforced posts by changing
{% for post in paginator.posts %} in {% for post in site.posts %} in index.html.

from mediumfox.

durrellchamorro avatar durrellchamorro commented on August 17, 2024

changing:
{% for post in paginator.posts %} to {% for post in site.posts %} in index.html worked for me. Thanks

from mediumfox.

onmyway133 avatar onmyway133 commented on August 17, 2024

@chrisRidgers it works for me Fantageek, too. So MediumFox must have modified the config :|

from mediumfox.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.