feat: frontmatter typing

This commit is contained in:
xieve
2025-09-10 11:59:48 +02:00
parent 7b0dd84a25
commit 972c68bc9d
3 changed files with 17 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
---
layout: blog
title: "Blog Entry #1"
---
# Title
@@ -9,3 +9,10 @@ layout: blog
1. asd
2. asd
3. asd
```js
{..., lib}:
{
"hello" = "world";
}
```