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

https://github.com/yeraydiazdiaz/yeray.dev

My personal website
https://github.com/yeraydiazdiaz/yeray.dev

Last synced: 3 months ago
JSON representation

My personal website

Awesome Lists containing this project

README

        

# Personal website

https://yeray.dev

Using [Jekyll](https://jekyllrb.com) and a customised [Minima](https://github.com/jekyll/minima) theme.

## Setup

1. Install Ruby, ideally using [`asdf`](https://asdf-vm.com/)
2. Install [Bundler](https://bundler.io/): `gem install bundler`
3. Install the Jekyll and other dependencies: `bundler install`
4. Start Jekyll: `jekyll serve`