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

https://github.com/melledijkstra/melledijkstra.github.io

Everyone needs some digital personal space
https://github.com/melledijkstra/melledijkstra.github.io

blog css jekyll lifestyle portfolio ruby sass science stories tech writing

Last synced: 3 months ago
JSON representation

Everyone needs some digital personal space

Awesome Lists containing this project

README

          

# Melle Dijkstra's personal website

This repository contains the official source code used for my personal website
Copyright © 2016 - 2018 Melle Dijkstra, All rights reserved

## Installation

### Unix based systems

reference: https://help.github.com/en/enterprise/2.14/user/articles/setting-up-your-github-pages-site-locally-with-jekyll

Open the terminal.

Check whether you have Ruby 2.1.0 or higher installed:

```
$ ruby --version
> ruby 2.X.X
```

If you don't have Ruby installed, install Ruby 2.1.0 or higher.

Install Bundler:

```
# Installs the Bundler gem
$ gem install bundler
```

Install dependencies (gems):
```
# install all needed gems
$ bundle install
```

## Impression

Stories overview page where I display my latest written stories/articles.
It uses a [masonry layout](https://masonry.desandro.com/), which is a javascript library
that places the elements in optimal position based on available vertical space.

![Guides Overview](project-files/guides-overview.png)

Portfolio page

![Portfolio](project-files/portfolio.jpg)

Resume page

![Resume](project-files/resume.jpg)