Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

My Jekyll personal/portfolio site
https://github.com/mbrav/mbrav.github.io

blog jekyll journal personal philosophy portfolio portfolio-site resume

Last synced: 27 days ago
JSON representation

My Jekyll personal/portfolio site

Awesome Lists containing this project

README

        

[![wakatime](https://wakatime.com/badge/github/mbrav/mbrav.github.io.svg)](https://wakatime.com/badge/github/mbrav/mbrav.github.io)

# My Personal / Portfolio Site

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

Built with [Jekyll](https://jekyllrb.com/). Theme based on [Yat Theme](https://github.com/jeffreytse/jekyll-theme-yat).

### 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`