barryclark / jekyll-now

Build a Jekyll blog in minutes, without touching the command line.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploy Netifly Failed

pujidjayanto opened this issue · comments

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
Screen Shot 2021-10-16 at 13 12 57

Hi,
The command bundle exec jekyll build is meant for the jekyll.
"Jekyll Now" is a special flavor of Jekyll.

I suggest 2 solutions:

  1. The hard way: follow the instructions of the official Jekyll website
  2. 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:

  1. 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)
  2. Then, run jekyll build -> your site will be generated under the _site directory