Initial commit

This commit is contained in:
cheddar 2025-04-16 22:47:29 -04:00
commit f3955f6322
No known key found for this signature in database
22 changed files with 2422 additions and 0 deletions

10
content/blog/article1.md Normal file
View file

@ -0,0 +1,10 @@
---
title: The First Article
description: The first sample article thingy
date: 2025-04-16
series:
name: The Articles
number: 1
---
This is it. Come on, let's hear you SCREAM!

10
content/blog/article2.md Normal file
View file

@ -0,0 +1,10 @@
---
title: The Second Article
description: The second sample article thingy
date: 2025-04-16
series:
name: The Articles
number: 1
---
And here we have the second article

9
content/blog/article3.md Normal file
View file

@ -0,0 +1,9 @@
---
title: The Third Article
date: 2025-04-16
series:
name: The something elses
number: 3
---
This is something else entirely.

View file

@ -0,0 +1,6 @@
export default {
tags: [
"posts"
],
layout: 'layouts/post.njk'
}