Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 380 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 380 Bytes

Install on linux

https://jekyllrb.com/docs/installation/ubuntu/

sudo apt-get install ruby-full build-essential zlib1g-dev echo '# Install Ruby Gems to ~/gems' >> ~/.bashrc echo 'export GEM_HOME="$HOME/gems"' >> ~/.bashrc echo 'export PATH="$HOME/gems/bin:$PATH"' >> ~/.bashrc source ~/.bashrc gem install jekyll bundler

Built and run local server

bundle exec jekyll serve