Jekyll-install-notes
文章目录
Jekyll notes
Jekyll - Transform your plain text into static websites and blogs. Get up and running in seconds. Quick-start Instructions
|
|
Install FAQ
gem install bundler You don’t have write permissions for the /Library/Ruby/Gems/2.3.0 directory. (mac user)
|
|
webrick
1 2 3 4
/usr/local/lib/ruby/gems/3.0.0/gems/jekyll-4.2.0/lib/jekyll/commands/serve/servlet.rb:3:in `require': cannot load such file -- webrick (LoadError) ## solution: bundle add webrick
文章作者 Hustbill
上次更新 2021-01-22