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 already forked the repository into mine like tutorial said. It is working for github pages. but i want to deploy also using netifly. but i just realized there is no Gemfile there. It fails to deploy
The text was updated successfully, but these errors were encountered:
Hi,
The command bundle exec jekyll build is meant for the jekyll.
"Jekyll Now" is a special flavor of Jekyll.
I suggest 2 solutions:
The hard way: follow the instructions of the official Jekyll website
The somewhat easier way (that might work), that I describe next
If all you need is to build your site just like you used to with Github Pages, then your build process on netlify should mimic the build process of Github Pages:
The machine that builds your site need to have Jekyll Now. Use the command gem install github-pages (it will instruct ruby to install Jekyll Now)
Then, run jekyll build -> your site will be generated under the _site directory
I already forked the repository into mine like tutorial said. It is working for github pages. but i want to deploy also using netifly. but i just realized there is no Gemfile there. It fails to deploy
The text was updated successfully, but these errors were encountered: