Hello World
Apr 06, 2020
Jekyll Setup
Hello world, heres how to build a Jekyll site like this one.
Ruby Envioronment
Dependencies
sudo apt-get install ruby-full build-essential zlib1g-dev
Gem installation env vars
echo '# Install Ruby Gems to ~/gems' >> ~/.zshrc
echo 'export GEM_HOME="$HOME/gems"' >> ~/.zshrc
echo 'export PATH="$HOME/gems/bin:$PATH"' >> ~/.zshrc
source ~/.zshrc
Install Jekyll
gem install jekyll bundler
Theme is Project-Negya