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
- Host: GitHub
- URL: https://github.com/melledijkstra/melledijkstra.github.io
- Owner: melledijkstra
- Created: 2018-03-24T21:46:21.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-04-06T20:49:24.000Z (about 1 year ago)
- Last Synced: 2025-04-06T21:31:10.558Z (about 1 year ago)
- Topics: blog, css, jekyll, lifestyle, portfolio, ruby, sass, science, stories, tech, writing
- Language: JavaScript
- Homepage: https://melledijkstra.github.io
- Size: 83.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.

Portfolio page

Resume page
