Skip to content

devoctomy/npsoftware.co.uk

Repository files navigation

npSoftware.co.uk Jekyll Website

Setting Up Environment in WSL

sudo apt update
sudo apt 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
bundle install
bundle exec jekyll serve --no-watch

About

Jekyll based website for npSoftware.co.uk

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published