Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 984 Bytes

README.md

File metadata and controls

55 lines (37 loc) · 984 Bytes

About

This repository implements the SigmaDelta site.

Resources

This site is built using:

Install and run the site on Ubuntu

Clone de repository

git clone  https://github.com/gbitten/sigmadelta-site.git
cd sigmadelta-site

Install Ruby and Ruby Gems

sudo apt-get install ruby-full build-essential zlib1g-dev

Add environment variables

echo '# Install Ruby Gems to ~/gems' >> ~/.bashrc
echo 'export GEM_HOME="$HOME/gems"' >> ~/.bashrc
echo 'export PATH="$HOME/gems/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc

Install Jekyll

Install blundler:

gem install bundler

Install Jekyll and other dependencies:

bundle install

Run the site locally

bundle exec jekyll serve