You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm receiving this issue when trying to Build on a Digital Ocean LEMP 16 server. I have tried to build with the default Minima theme and it all works as I would expect when I put in your theme in the _config.yml as well as into the Gemfile I receive the following:
Build Warning: Layout 'post' requested in _posts/2016-10-22-welcome-to-jekyll.markdown does not exist.
Liquid Exception: no implicit conversion of nil into String in about.md
jekyll 3.3.0 | Error: no implicit conversion of nil into String
I'm gonna troubleshoot it and hopefully figure it out, but figured I would post it here. I'll hopefully be back with an answer soon.
Thank you.
The text was updated successfully, but these errors were encountered:
NVM, so I'm not too clear on what fixed it, I will return with more info, but suffice for now to say that it was my misunderstanding of how to configure the Gemfile, and I suspect it was the lack of the jekyll-paginate gem.
I added that to the gem file using
gem "jekyll-paginate"
And it worked as I would expect. My apologies, great product btw, thank you very much.
Hello,
I'm receiving this issue when trying to Build on a Digital Ocean LEMP 16 server. I have tried to build with the default Minima theme and it all works as I would expect when I put in your theme in the
_config.yml
as well as into theGemfile
I receive the following:I'm gonna troubleshoot it and hopefully figure it out, but figured I would post it here. I'll hopefully be back with an answer soon.
Thank you.
The text was updated successfully, but these errors were encountered: