Initial commit from template

This commit is contained in:
2024-10-14 13:41:16 +00:00
commit f61f25e3e0
39 changed files with 1236 additions and 0 deletions

10
content/blog.njk Normal file
View File

@@ -0,0 +1,10 @@
---js
const eleventyNavigation = {
key: "Archive",
order: 2
};
---
<h1>Archive</h1>
{% set postslist = collections.posts %}
{% include "postslist.njk" %}