File tree Expand file tree Collapse file tree 3 files changed +27
-2
lines changed Expand file tree Collapse file tree 3 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : Coduinix Home
3
- layout : home
3
+ layout : splash
4
4
permalink : /
5
5
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/"
6
16
---
7
17
` coduinix.com ` is the personal website of Hinse ter Schuur.
8
18
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}
You can’t perform that action at this time.
0 commit comments