gabrielcaixeta.github.io

Gabriel Caixeta's personal pages using Bootstrap, Jekyll and GitHub Pages. Thus it is necessary to have installed Ruby, Node.js and Bundler.

To run pages locally run following code:

git clone git@github.com:gabrielcaixeta/gabrielcaixeta.github.io.git
cd gabrielcaixeta.github.io
bundle install
jekyll server --watch

Then open following link in your browser: http://localhost:4000

When you update the page, then you should run following commands:

cd gabrielcaixeta.github.io
bundle update
jekyll server --watch

When you want to have live preview of your changes, then you have to run guard command in another terminal:

guard