-
Notifications
You must be signed in to change notification settings - Fork 1
Development
Bendy Zhang edited this page Oct 24, 2020
·
1 revision
Source for http://bndy.net website
Requres Ruby development environment with all headers and RubyGems installed (see Jekyll’s requirements):
# Install Jekyll and Bundler gems through RubyGems
gem install jekyll bundler
# Install packages
bundle install
# Build the site on the preview server
jekyll serve
# Now browse to http://localhost:4000
NOTE: use jekyll build for publishing
Issues:
-
You have already activated , but your Gemfile requires
Fix:
bundle clean --forceto remove every system gem not in this bundle