Github Pages

Static, low maintenance portfolio generated with Jekyll.

Development

Pre-requirements

sudo apt-get install ruby-full build-essential zliblg-dev
sudo gem install jekyll bundler

Start web server

To see how the changes would look before deploying.

git clone https://github.com/MarioCodes/mariocodes.github.io.git
cd mariocodes.github.io/
sudo bundle exec jekyll serve # starts a web server at port :4000

Do changes

Just edit the .md files, do a push and it will be automatically updated.

GitHub