Skip to content

Commit e927733

Browse files
author
Melle Dijkstra
committed
completely got rid of yii2 structure, now everything is jekyll
1 parent 66aa1e2 commit e927733

File tree

293 files changed

+9439
-8888
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

293 files changed

+9439
-8888
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gem "jekyll", "~> 3.5"
1212

1313
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1414

15-
gem "minima", "~> 2.5"
15+
# gem "minima", "~> 2.5"
1616

1717
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
1818
# uncomment the line below. To upgrade, run `bundle update github-pages`.

Gemfile.lock

-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ PLATFORMS
245245
DEPENDENCIES
246246
github-pages
247247
jekyll (~> 3.5)
248-
minima (~> 2.5)
249248

250249
BUNDLED WITH
251250
2.0.2

_config.yml

+11-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
# You can create any custom variable you would like, and they will be accessible
1919
# in the templates via {{ site.myvariable }}.
2020

21-
title: Melle Dijkstra
21+
title: 'Melle Dijkstra'
22+
subtitle: 'A place of thought'
23+
titleSuffix: ' · Melle Dijkstra'
2224
2325
description: >- # this means to ignore newlines until "baseurl:"
2426
Write an awesome description for your new site here. You can edit this
@@ -29,8 +31,15 @@ url: "https://melledijkstra.github.io" # the base hostname & protocol for your s
2931
twitter_username: dijkstrascience
3032
github_username: melledijkstra
3133

34+
permalink: pretty
35+
36+
# Collections
37+
collections:
38+
- stories
39+
40+
3241
# Build settings
33-
theme: minima
42+
# theme: minima
3443
plugins:
3544
- jekyll-feed
3645

_data/resume-data.yml

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
CVFile: '/files/Melle-Dijkstra-Resume.pdf'
2+
3+
skills:
4+
Design Patterns:
5+
- "Proficient"
6+
- "It doesn't matter which language you use, it matters how you use it"
7+
Web Development:
8+
- 'Professional'
9+
- "Frontend, Backend. You name it, I've mastered the web"
10+
Computer Networks & Communication:
11+
- 'Intermediate'
12+
- "I've setup multiple linux servers and like to work with IoT"
13+
Android (Java):
14+
- 'Intermediate'
15+
- 'Made several Android apps for remote controlling Arduino, music player, etc.'
16+
Javascript:
17+
- 'Professional'
18+
- 'Javascript was the first programming language I started with!'
19+
Machine Learning & AI:
20+
- 'Basic'
21+
- 'Inspired by it, and definitely a topic I want to learn more about'
22+
Photoshop / Illustrator:
23+
- 'Basic'
24+
- 'I use it for personal projects and to improve arty skills!'
25+
26+
software-list:
27+
Jetbrains Products: '/images/resume/software/logo-jetbrains.png'
28+
PHPStorm: '/images/resume/software/logo-phpstorm.png'
29+
Yii2 Framework: '/images/resume/software/logo-yii2.png'
30+
Git: '/images/resume/software/logo-git.png'
31+
Arduino: '/images/resume/software/logo-arduino.png'
32+
PyCharm: '/images/resume/software/logo-pycharm.png'

_includes/sidebar.html

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<div id="sidebar-wrapper">
2+
<h1 class="text-center"><a class="no-link" href="/">Dijkstra<span class="brand-dot">.</span></a><br/>
3+
<small>A place of thought</small>
4+
</h1>
5+
<ul class="sidebar-nav">
6+
<li>
7+
<a href="/writing"><i class="mdi mdi-pencil"></i> <span
8+
class="text-right">Writing</span></a>
9+
</li>
10+
<li>
11+
<a href="/portfolio"><i class="mdi mdi-book-open-page-variant"></i> <span
12+
class="text-right">Portfolio</span></a>
13+
</li>
14+
<li>
15+
<a href="/"><i class="mdi mdi-account-card-details"></i> <span
16+
class="text-right">Resume</span></a>
17+
</li>
18+
</ul>
19+
20+
<!-- SOCIAL MEDIA -->
21+
<div class="margin-tb-20 text-lg text-center social-buttons">
22+
<a class="github" target="_blank" href="https://github.com/MelleDijkstra"><span
23+
class="mdi mdi-github-circle"></span><span class="hidden">My github account</span></a>
24+
<a class="twitter" target="_blank" href="https://twitter.com/dijkstrascience"><span
25+
class="mdi mdi-twitter"></span><span class="hidden">My twitter account</span></a>
26+
<a class="linkedin" target="_blank" href="https://linkedin.com/in/melledijkstra"><span
27+
class="mdi mdi-linkedin"></span><span class="hidden">My linkedin account</span></a>
28+
<a class="stackoverflow" target="_blank"
29+
href="https://stackoverflow.com/users/3298540/melle-dijkstra"><span
30+
class="mdi mdi-stackoverflow"></span><span
31+
class="hidden">My stackoverflow account</span></a>
32+
</div>
33+
<div class="text-center">
34+
<small>
35+
Copyright &copy; 2016 - Melle Dijkstra<br/>
36+
All rights reserved
37+
</small>
38+
</div>
39+
</div>

_layouts/default.html

+64
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<link rel="apple-touch-icon" sizes="57x57" href="/favicons/apple-icon-57x57.png">
7+
<link rel="apple-touch-icon" sizes="60x60" href="/favicons/apple-icon-60x60.png">
8+
<link rel="apple-touch-icon" sizes="72x72" href="/favicons/apple-icon-72x72.png">
9+
<link rel="apple-touch-icon" sizes="76x76" href="/favicons/apple-icon-76x76.png">
10+
<link rel="apple-touch-icon" sizes="114x114" href="/favicons/apple-icon-114x114.png">
11+
<link rel="apple-touch-icon" sizes="120x120" href="/favicons/apple-icon-120x120.png">
12+
<link rel="apple-touch-icon" sizes="144x144" href="/favicons/apple-icon-144x144.png">
13+
<link rel="apple-touch-icon" sizes="152x152" href="/favicons/apple-icon-152x152.png">
14+
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-icon-180x180.png">
15+
<link rel="icon" type="image/png" sizes="192x192" href="/favicons/android-icon-192x192.png">
16+
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
17+
<link rel="icon" type="image/png" sizes="96x96" href="/favicons/favicon-96x96.png">
18+
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
19+
<link rel="manifest" href="/favicons/manifest.json">
20+
<meta name="msapplication-TileColor" content="#ac9c80">
21+
<meta name="msapplication-TileImage" content="/favicons/ms-icon-144x144.png">
22+
<meta name="theme-color" content="#ac9c80">
23+
24+
<title>{{ page.title }}</title>
25+
26+
<link rel="stylesheet" href="/assets/css/bootstrap.min.css"/>
27+
<link rel="stylesheet" href="/assets/css/site.css"/>
28+
<link rel="stylesheet" href="/assets/css/main.css"/>
29+
<link rel="stylesheet" href="/assets/css/materialdesignicons.min.css"/>
30+
<!-- Global site tag (gtag.js) - Google Analytics -->
31+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-61555186-3"></script>
32+
<script>
33+
window.dataLayer = window.dataLayer || [];
34+
35+
function gtag() {
36+
dataLayer.push(arguments);
37+
}
38+
39+
gtag('js', new Date());
40+
gtag('config', 'UA-61555186-3');
41+
</script>
42+
</head>
43+
<body>
44+
<div id="wrap">
45+
{% include sidebar.html %}
46+
47+
<div id="page-content">
48+
<!-- SIDEBAR TOGGLER -->
49+
<button type="button" class="navbar-toggle collapsed"
50+
onclick="$('#wrap').toggleClass('toggled');" data-toggle="collapse">
51+
<span class="icon-bar"></span>
52+
<span class="icon-bar"></span>
53+
<span class="icon-bar"></span>
54+
</button>
55+
{{ content }}
56+
</div>
57+
</div>
58+
59+
<script src="https://code.jquery.com/jquery-2.2.4.min.js"
60+
integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44="
61+
crossorigin="anonymous"></script>
62+
<script src="/assets/js/bootstrap.min.js"></script>
63+
</body>
64+
</html>

_layouts/writing.html

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
description: 'Learn anything about Science related topics. This is is where I share my latest knowledge and try to guide you through it.'
3+
---

_posts/2019-10-11-welcome-to-jekyll.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: post
2+
layout: default
33
title: "Welcome to Jekyll!"
44
date: 2019-10-11 20:18:26 +0200
55
categories: jekyll update

about.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
layout: page
3-
title: About
2+
layout: default
3+
title: Test
44
permalink: /about/
55
---
66

0 commit comments

Comments
 (0)