Jekyll 3 - uninitialized constant Jekyll::Post (NameError)
Hello there!
I'm still trying to figure out what is going wrong and I can't build. 223:in `module:Jekyll': uninitialized constant Jekyll::Post (NameError) is the error I get and it should be affiliated in some way with this: https://talk.jekyllrb.com/t/where-is-jekyll-post-in-jekyll-3/1441 How can I fix this and make it working? Thank you very much in advance!
Hi there. I've not actually tested this with Jekyll 3 at all, I'm using version 2.5.3 myself. Another user, in another thread, mentioned that they'd made some changes to get it working with Jekyll 3 though, perhaps we can track them down...
I'm chiming in to say I'm running into the same issue with Jekyll 3.5.2. Commenting out the inheritance
class PhotoPost #< Post
gets the site to compile, but I'm left with just a list of file names on my post when I try to pull in a photo album from Flickr. Any ideas?
