Jekyll-install-notes
Jekyll notes Jekyll - Transform your plain text into static websites and blogs. Get up and running in seconds. Quick-start Instructions
1 2 3 4 5 6 7 gem install bundler jekyll jekyll new my-awesome-site cd my-awesome-site bundle exec jekyll serve Install FAQ gem install bundler You don’t have write permissions for the /Library/Ruby/Gems/2.3.0 directory. (mac user)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 Install zsh https://github.