summaryrefslogtreecommitdiff
path: root/files/first.md
blob: 9a4b97fac8f21c933de44e2b5197ef9b4d6e5899 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
title: "My first post"
url: first.html
date: 2023-06-29T14:51:39+02:00
type: post
draft: false
---

This is my first post. It ain't much but it's an honest post.

```lua
for k, v in pairs(arr) do
  print(k, v[1], v[2], v[3])
end
```