Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mbrav/mbrav.github.io
- Owner: mbrav
- License: mit
- Created: 2016-08-30T22:47:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-07T19:37:22.000Z (over 2 years ago)
- Last Synced: 2023-04-01T12:41:27.660Z (over 1 year ago)
- Topics: blog, jekyll, journal, personal, philosophy, portfolio, portfolio-site, resume
- Language: HTML
- Homepage: https://mbrav.github.io/
- Size: 1.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`