insipx / material-bliss-jekyll-theme

A Material Theme for Jekyll created with React, Redux, and React-Router transpiled with Webpack
GNU General Public License v3.0
77 stars 46 forks source link

Key related_posts cannot be set in the drop. #5

Open rickypeng99 opened 6 years ago

rickypeng99 commented 6 years ago

When I run the ./build-prod.sh it shows `ERROR: YOUR SITE COULD NOT BE BUILT:

                Key related_posts cannot be set in the drop.`

What should I do? Thanks

AurevoirXavier commented 6 years ago

Same problem.

hotSixRedBull commented 5 years ago

same problem T.T I'm using ubuntu 18.04

hotSixRedBull commented 5 years ago

my windows pc compiles same code as normal but ubuntu still has error messages..

hotSixRedBull commented 5 years ago

solved with these commands

sudo mkdir -p /usr/share/rubygems-integration/all/specifications/jekyll
sudo ln -s /usr/bin/jekyll /usr/share/rubygems-integration/all/specifications/jekyll
bundle exec jekyll serve