material-bliss-jekyll-theme icon indicating copy to clipboard operation
material-bliss-jekyll-theme copied to clipboard

Key related_posts cannot be set in the drop.

Open rickypeng99 opened this issue 6 years ago • 4 comments

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

rickypeng99 avatar May 13 '18 00:05 rickypeng99

Same problem.

aurexav avatar May 23 '18 07:05 aurexav

same problem T.T I'm using ubuntu 18.04

hotSixRedBull avatar Nov 24 '18 16:11 hotSixRedBull

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

hotSixRedBull avatar Nov 25 '18 04:11 hotSixRedBull

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

hotSixRedBull avatar Nov 25 '18 11:11 hotSixRedBull