Hello everyone.
I downloaded Jekyll and its dependencies and I was able to create a new blog by giving jekyll new novodoblog
, but now I downloaded a theme and wanted to create a new blog from it. I gave jekyll serve
but gave this error:
Dependency Error: Yikes! It looks like you don't have jekyll-paginate or one of its dependencies installed. In order to use Jekyll as currently configured, you'll need to install this gem. The full error message from Ruby is: 'cannot load such file -- jekyll-paginate' If you run into trouble, you can find helpful resources at https://jekyllrb.com/help/!
And I have no idea how to solve it. How can I start a new blog from an already downloaded topic? Or if not, how do I resolve this problem?
Thanks in advance!