Skip to content

Commit

Permalink
add some data
Browse files Browse the repository at this point in the history
  • Loading branch information
jgroenen committed Nov 21, 2024
1 parent 0cecacf commit 1003fb4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _data/peeps.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- name: Johan
age: 43
- name: Anna
age: 32
4 changes: 4 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ layout: default
title: Dit is een test site
---
# Hello World

{% for person in site.data.peeps %}
- {{ person.name }} is {{ person.age }} jaar oud.
{% endfor %}

0 comments on commit 1003fb4

Please sign in to comment.