summaryrefslogtreecommitdiff
path: root/files/first.md
diff options
context:
space:
mode:
authorMitja Felicijan <m@mitjafelicijan.com>2023-07-08 21:26:40 +0200
committerMitja Felicijan <m@mitjafelicijan.com>2023-07-08 21:26:40 +0200
commitd11b6ebe944b13e504608094424217b5d6b39a53 (patch)
tree64559a80cf1c04fadf62f84f88120cdc5742e751 /files/first.md
parent8e83285cc5b36c516880c9e321b86cb78db0d27f (diff)
downloadjbmafp-d11b6ebe944b13e504608094424217b5d6b39a53.tar.gz
First version, whatever that means
Diffstat (limited to 'files/first.md')
-rw-r--r--files/first.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/files/first.md b/files/first.md
new file mode 100644
index 0000000..9a4b97f
--- /dev/null
+++ b/files/first.md
@@ -0,0 +1,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
+```