My Personal / Portfolio Site

I like having a fully customizable personal website, so this is the result. Hope it goes well.

Built with Jekyll. Theme based on Yat Theme.

Instructions

With Docker

Make sure you have Docker and docker-compose installed, then:

docker-compose up

You should be able to access on your http://localhost:4000

With Ruby

First, make sure you have ruby installed, then install jekyll like so

gem install jekyll bundler

Clone the repo.

git clone https://github.com/mbrav/mbrav.github.io

Then do

cd mbrav.github.io

Then install all the ruby dependencies like so

bundle install

Then serve the website:

bundle exec jekyll serve

You should be able to access on your http://localhost:4000