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

https://github.com/hendricius/homepage

My personal homepage
https://github.com/hendricius/homepage

Last synced: about 2 months ago
JSON representation

My personal homepage

Awesome Lists containing this project

README

        

# Homepage

This is my personal homepage. It's a static site built with jekyll.

![Homepage picture](assets/images/og_image.webp?raw=true)

## Installation

Clone this repository:
```bash
[email protected]:hendricius/homepage.git
```

Make sure you have the ruby version from .ruby-version installed.

```
ruby -v
```

Install `bundle` gem if you don't have it yet.

```
gem install bundle
```

Install all dependencies:

```
bundle install
```

## Launch

Run the website locally:

```bash
bundle exec jekyll serve
```

## Demo

[View the demo](https://www.hkleinwaechter.com)