Skip to content

Commit d2deeda

Browse files
committed
Use new profile and banner pictures
1 parent bb98430 commit d2deeda

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

_pages/index.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,34 @@
11
---
22
title: Coduinix Home
3-
layout: home
3+
layout: splash
44
permalink: /
55
author_profile: true
6+
header:
7+
overlay_image: /assets/images/banner.jpg
8+
caption: JCON Europe 2024
9+
actions:
10+
- label: "Blog"
11+
url: "/blog/"
12+
- label: "Talks"
13+
url: "/talks/"
14+
- label: "Articles"
15+
url: "/articles/"
616
---
717
`coduinix.com` is the personal website of Hinse ter Schuur.
818

9-
[More about me](about.md)
19+
[More about me](about.md)
20+
21+
---
22+
23+
# latest blog posts
24+
25+
{% assign posts = site.posts %}
26+
27+
{% assign entries_layout = page.entries_layout | default: 'list' %}
28+
<div class="entries-{{ entries_layout }}">
29+
{% for post in posts limit: 4 %}
30+
{% include archive-single.html type=entries_layout %}
31+
{% endfor %}
32+
</div>
33+
34+
[More blog posts](/blog){: .btn .btn--primary .btn--large}

assets/images/banner.jpg

48.8 KB
Loading

assets/images/bio-photo.jpg

-55 KB
Loading

0 commit comments

Comments
 (0)