Created blogpage and added navigation data in frontmatter

This commit is contained in:
Claudia Reynders 2022-04-24 16:12:26 +02:00
parent c7ec02f2d7
commit 7aa895823a
1 changed files with 11 additions and 0 deletions

11
src/blog.njk Normal file
View File

@ -0,0 +1,11 @@
---
layout: page
title: "blog"
eleventyNavigation:
key: blog
order: 2
---
<h1>{{ title }}</h1>
This view contains a list of all blogposts sorted from newest to oldest.