Skip to content

Commit 867d335

Browse files
committed
fixing directory data and tags
1 parent 343094a commit 867d335

12 files changed

Lines changed: 32 additions & 20 deletions

aquarians/aquarians.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"layout": "post-layout.njk",
3-
"tags": ["post","tutorial","aquarians"]
3+
"tags": "aquarian"
44
}

aquarians/index.njk

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
layout: base-layout.njk
3+
title: Meermenschen
4+
override:tags: ["race"]
5+
pagination:
6+
data: collections.aquarian
7+
size: 10
8+
reverse: false
9+
alias: posts
10+
---
11+
12+
<h1>Home of the Aquarian Tutorial!</h1>
13+
14+
{% for post in posts %}
15+
<article>
16+
17+
<h1>
18+
<a href="{{ post.url | url }}">{{ post.data.title }}</a>
19+
</h1>
20+
21+
<time datetime="{{ post.date | dateIso }}">{{ post.date | dateReadable }}</time>
22+
23+
{% excerpt post %}
24+
25+
<a href="{{ post.url | url }}">Read more</a>
26+
27+
</article>
28+
{% endfor %}

goblins/Auswertung_01.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
2-
layout: post-layout.njk
32
title: "Goblins: Runde 1"
43
date: 2024-03-17
5-
tags: ['post','tutorial','goblins','turn-32']
64
---
75
# Runde 1
86
## Die Auswertung

goblins/Auswertung_02.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
2-
layout: post-layout.njk
32
title: "Goblins: Runde 2"
43
date: 2024-03-24
5-
tags: ['post','tutorial','goblins','turn-33']
64
---
75
# Runde 2
86

goblins/Auswertung_03.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
2-
layout: post-layout.njk
32
title: "Goblins: Runde 3"
43
date: 2024-03-31
5-
tags: ['post','tutorial','goblins','turn-34']
64
---
75
# Runde 3
86
## Die Auswertung

goblins/Auswertung_04.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
2-
layout: post-layout.njk
32
title: "Goblins: Runde 4"
43
date: 2024-04-07
5-
tags: ['post','tutorial','goblins','turn-35']
64
---
75
# Runde 4
86
## Die Auswertung

goblins/Auswertung_05.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
2-
layout: post-layout.njk
32
title: "Goblins: Runde 5"
43
date: 2024-04-14
5-
tags: ['post','tutorial','goblins','turn-36']
64
---
75
# Runde 5
86
## Die Auswertung

goblins/Auswertung_06.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
2-
layout: post-layout.njk
32
title: "Goblins: Runde 6"
43
date: 2024-04-21
5-
tags: ['post','tutorial','goblins','turn-37']
64
---
75
# Runde 6
86
## Die Auswertung

goblins/Auswertung_07.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
2-
layout: post-layout.njk
32
title: "Goblins: Runde 7"
43
date: 2024-04-28
5-
tags: ['post','tutorial','goblins','turn-38']
64
---
75
# Runde 7
86
## Die Auswertung

goblins/Auswertung_08.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
2-
layout: post-layout.njk
32
title: "Goblins: Runde 8"
43
date: 2024-05-05
5-
tags: ['post','tutorial','goblins','turn-39']
64
---
75
# Runde 8
86
## Die Auswertung

0 commit comments

Comments
 (0)