Skip to content

Commit ba2fb2e

Browse files
committed
update default templates
1 parent b0d90c3 commit ba2fb2e

10 files changed

Lines changed: 94 additions & 175 deletions

File tree

_includes/header.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ <h1><a href="/">ordep<span class="b">dev</span></a></h1>
1414

1515
<ul>
1616
<li><a href="/">home</a></li>
17-
<li><a href="/about.html">about</a></li>
18-
<li><a href="/talks.html">talks</a></li>
19-
<li><a href="/readings.html">readings</a></li>
17+
<li><a href="/about">about</a></li>
18+
<li><a href="/talks">talks</a></li>
19+
<li><a href="/readings">readings</a></li>
2020
</ul>
2121
</header>

_layouts/default.html

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,41 +3,31 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
55
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
6-
7-
<title>{{ site.name }} - {{ page.title }}</title>
6+
<title>{{ page.title }}</title>
87
<meta name="description" content="{{ site.meta_description}}" />
9-
108
<meta name="HandheldFriendly" content="True" />
119
<meta name="MobileOptimized" content="320" />
1210
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
13-
1411
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
1512
<link href="https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,600,700|Source+Code+Pro" rel="stylesheet">
1613
<link rel="stylesheet" type="text/css" href="/assets/css/screen.css" />
1714
<link rel="stylesheet" type="text/css" href="/assets/css/main.css" />
18-
19-
2015
</head>
2116
<body class="{% if page.post_class %}{{page.post_class}}{% else %}home-template{% endif %}">
2217
<div class="container">
23-
2418
{% include header.html %}
25-
2619
{{ content }}
2720
</div>
2821

2922
<script type="text/javascript">
30-
3123
var _gaq = _gaq || [];
3224
_gaq.push(['_setAccount', 'UA-55713436-1']);
3325
_gaq.push(['_trackPageview']);
34-
3526
(function() {
3627
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
3728
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
3829
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
3930
})();
40-
4131
</script>
4232
</body>
4333
</html>

_layouts/page.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,16 @@
44

55
<div class="content">
66
<article>
7-
<header class="post-header">
8-
<h1 class="post-title">{{ page.title }}</h1>
7+
<div class="post-header">
8+
<div class="post-title">
9+
<h1>{{ page.title }}</h1>
10+
</div>
911
</header>
12+
1013
<section class="post-content">
1114
{{content}}
1215
</section>
16+
17+
<footer class="post-footer"></footer>
1318
</article>
1419
</div>

_site/index.html

Lines changed: 53 additions & 116 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,18 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
55
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
6-
7-
<title> - </title>
6+
<title>Blog about software</title>
87
<meta name="description" content="" />
9-
108
<meta name="HandheldFriendly" content="True" />
119
<meta name="MobileOptimized" content="320" />
1210
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
13-
1411
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
1512
<link href="https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,600,700|Source+Code+Pro" rel="stylesheet">
1613
<link rel="stylesheet" type="text/css" href="/assets/css/screen.css" />
1714
<link rel="stylesheet" type="text/css" href="/assets/css/main.css" />
18-
19-
2015
</head>
2116
<body class="home-template">
2217
<div class="container">
23-
2418
<header>
2519
<div id="ordepdev">
2620
<h1><a href="/">ordep<span class="b">dev</span></a></h1>
@@ -37,141 +31,84 @@ <h1><a href="/">ordep<span class="b">dev</span></a></h1>
3731

3832
<ul>
3933
<li><a href="/">home</a></li>
40-
<li><a href="/about.html">about</a></li>
41-
<li><a href="/talks.html">talks</a></li>
42-
<li><a href="/readings.html">readings</a></li>
34+
<li><a href="/about">about</a></li>
35+
<li><a href="/talks">talks</a></li>
36+
<li><a href="/readings">readings</a></li>
4337
</ul>
4438
</header>
4539

46-
47-
<div class="home">
48-
49-
<h1 class="page-heading">Posts</h1>
50-
51-
52-
53-
54-
<ul class="post-list">
55-
56-
<li>
40+
<main id="content" class="content" role="main">
41+
<ul class="list-posts">
5742

58-
<span class="post-meta">Aug 2, 2017</span>
59-
60-
<h2>
61-
<a class="post-link" href="/microservices/2017/08/02/microservices-you-have-to-be-this-tall.html">Microservices? You have to be this tall!</a>
62-
</h2>
63-
</li>
64-
65-
<li>
43+
<li>
44+
<span>August 02, 2017</span>
45+
<a href="/microservices/2017/08/02/microservices-you-have-to-be-this-tall.html">Microservices? You have to be this tall!</a>
46+
</li>
6647

67-
<span class="post-meta">Jul 22, 2017</span>
68-
69-
<h2>
70-
<a class="post-link" href="/2017/07/22/boost-your-confidence-with-consumer-driven-contracts.html">Boost your confidence with Consumer-Driven Contracts</a>
71-
</h2>
72-
</li>
73-
74-
<li>
48+
<li>
49+
<span>July 22, 2017</span>
50+
<a href="/2017/07/22/boost-your-confidence-with-consumer-driven-contracts.html">Boost your confidence with Consumer-Driven Contracts</a>
51+
</li>
7552

76-
<span class="post-meta">Jul 13, 2017</span>
77-
78-
<h2>
79-
<a class="post-link" href="/2017/07/13/things-i-learned-at-devoxx-poland-2017.html">Things I learned at Devoxx Poland 2017</a>
80-
</h2>
81-
</li>
82-
83-
<li>
53+
<li>
54+
<span>July 13, 2017</span>
55+
<a href="/2017/07/13/things-i-learned-at-devoxx-poland-2017.html">Things I learned at Devoxx Poland 2017</a>
56+
</li>
8457

85-
<span class="post-meta">Jul 1, 2017</span>
86-
87-
<h2>
88-
<a class="post-link" href="/2017/07/01/custom-collectors-for-better-performance.html">Custom collectors for better performance</a>
89-
</h2>
90-
</li>
91-
92-
<li>
58+
<li>
59+
<span>July 01, 2017</span>
60+
<a href="/2017/07/01/custom-collectors-for-better-performance.html">Custom collectors for better performance</a>
61+
</li>
9362

94-
<span class="post-meta">Jun 6, 2017</span>
95-
96-
<h2>
97-
<a class="post-link" href="/2017/06/06/handling-multi-module-releases.html">Handling multi-module releases</a>
98-
</h2>
99-
</li>
100-
101-
<li>
63+
<li>
64+
<span>June 06, 2017</span>
65+
<a href="/2017/06/06/handling-multi-module-releases.html">Handling multi-module releases</a>
66+
</li>
10267

103-
<span class="post-meta">May 19, 2016</span>
104-
105-
<h2>
106-
<a class="post-link" href="/2016/05/19/size-of-an-object-in-java.html">Size of an Object in Java</a>
107-
</h2>
108-
</li>
109-
110-
<li>
68+
<li>
69+
<span>May 19, 2016</span>
70+
<a href="/2016/05/19/size-of-an-object-in-java.html">Size of an Object in Java</a>
71+
</li>
11172

112-
<span class="post-meta">May 19, 2016</span>
113-
114-
<h2>
115-
<a class="post-link" href="/2016/05/19/order-of-growth-classifications.html">Order-of-growth classifications</a>
116-
</h2>
117-
</li>
118-
119-
<li>
73+
<li>
74+
<span>May 19, 2016</span>
75+
<a href="/2016/05/19/order-of-growth-classifications.html">Order-of-growth classifications</a>
76+
</li>
12077

121-
<span class="post-meta">May 12, 2016</span>
122-
123-
<h2>
124-
<a class="post-link" href="/2016/05/12/immutability-and-defensive-copying.html">Immutability and defensive copying</a>
125-
</h2>
126-
</li>
127-
128-
<li>
78+
<li>
79+
<span>May 12, 2016</span>
80+
<a href="/2016/05/12/immutability-and-defensive-copying.html">Immutability and defensive copying</a>
81+
</li>
12982

130-
<span class="post-meta">May 11, 2016</span>
131-
132-
<h2>
133-
<a class="post-link" href="/2016/05/11/equality.html">Equality: a == b ?</a>
134-
</h2>
135-
</li>
136-
137-
<li>
83+
<li>
84+
<span>May 11, 2016</span>
85+
<a href="/2016/05/11/equality.html">Equality: a == b ?</a>
86+
</li>
13887

139-
<span class="post-meta">Feb 16, 2015</span>
140-
141-
<h2>
142-
<a class="post-link" href="/2015/02/16/a-note-on-testing-private-methods.html">A note on testing private methods</a>
143-
</h2>
144-
</li>
145-
146-
<li>
88+
<li>
89+
<span>February 16, 2015</span>
90+
<a href="/2015/02/16/a-note-on-testing-private-methods.html">A note on testing private methods</a>
91+
</li>
14792

148-
<span class="post-meta">Nov 19, 2014</span>
149-
150-
<h2>
151-
<a class="post-link" href="/2014/11/19/first-publish-to-npm.html">First publish to NPM</a>
152-
</h2>
153-
</li>
154-
155-
</ul>
156-
157-
<p class="rss-subscribe">subscribe <a href="/feed.xml">via RSS</a></p>
158-
159-
</div>
93+
<li>
94+
<span>November 19, 2014</span>
95+
<a href="/2014/11/19/first-publish-to-npm.html">First publish to NPM</a>
96+
</li>
97+
98+
</ul>
99+
</main>
160100

161101
</div>
162102

163103
<script type="text/javascript">
164-
165104
var _gaq = _gaq || [];
166105
_gaq.push(['_setAccount', 'UA-55713436-1']);
167106
_gaq.push(['_trackPageview']);
168-
169107
(function() {
170108
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
171109
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
172110
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
173111
})();
174-
175112
</script>
176113
</body>
177114
</html>

about.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,4 @@ title: About
44
permalink: /about/
55
---
66

7-
This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](https://jekyllrb.com/)
8-
9-
You can find the source code for Minima at GitHub:
10-
[jekyll][jekyll-organization] /
11-
[minima](https://github.com/jekyll/minima)
12-
13-
You can find the source code for Jekyll at GitHub:
14-
[jekyll][jekyll-organization] /
15-
[jekyll](https://github.com/jekyll/jekyll)
16-
17-
18-
[jekyll-organization]: https://github.com/jekyll
7+
I'm a passionate Software Engineer with interests around automated workflows, microservices, test-driven development, design patterns, and databases. Currently, I work at Jumia Services, the leading e-commerce fulfillment and delivery in Africa. If you can't find me building software, I bet you'll find me playing videogames or surfing waves in Portugal's Northern Coast.

index.html

Lines changed: 0 additions & 17 deletions
This file was deleted.

index.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
---
2-
# You don't need to edit this file, it's empty on purpose.
3-
# Edit theme's home layout instead if you wanna make some changes
4-
# See: https://jekyllrb.com/docs/themes/#overriding-theme-defaults
5-
layout: home
2+
layout: default
3+
title: Blog about software
64
---
5+
6+
<main id="content" class="content" role="main">
7+
<ul class="list-posts">
8+
{% for post in site.posts %}
9+
<li>
10+
<span>{{ post.date | date:"%B %d, %Y" }}</span>
11+
<a href="{{ post.url }}">{{ post.title }}</a>
12+
</li>
13+
{% endfor %}
14+
</ul>
15+
</main>

readings.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
layout: page
3+
title: Readings
4+
permalink: /readings/
5+
---

talks.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
layout: page
3+
title: Talks
4+
permalink: /talks/
5+
---
6+
7+
[Porto Codes](https://www.meetup.com/portocodes/events/242820154/): Optionals in Java
8+
<script async class="speakerdeck-embed" data-id="102134ce6da44d59890f05bb15cf43f4" data-ratio="1.77777777777778" src="//speakerdeck.com/assets/embed.js"></script>
9+
10+
[DevOps Porto #7](https://www.meetup.com/portocodes/events/242820154/): Microservices? You have to be this tall.
11+
<script async class="speakerdeck-embed" data-id="75a3f33615384337a19d5978f7de1142" data-ratio="1.77777777777778" src="//speakerdeck.com/assets/embed.js"></script>

talks/index.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)