About

This repository implements the GBittencourt site.

Resources

This site is built using:

Install and run the site on Ubuntu

Clone de repository

git clone  https://github.com/gbitten/gbittencourt-site.git
cd gbittencourt-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