diff --git a/content/posts/my-first-post.md b/content/posts/my-first-post.md deleted file mode 100644 index 17f7234..0000000 --- a/content/posts/my-first-post.md +++ /dev/null @@ -1,17 +0,0 @@ -+++ -title = "My first post" -author = ["Sergio Durigan Junior"] -date = 2023-04-16T22:02:00-04:00 -tags = ["en-us", "thoughts"] -draft = false -+++ - -This is my post body - -```bash { linenos=true, linenostart=1, hl_lines=["4"] } -function test() -{ - echo "Oi" - return -} -```