From 01fdb9993c1dff6261ace819eec7d8ef563b5abc Mon Sep 17 00:00:00 2001 From: Dominic Grimm Date: Sun, 12 Feb 2023 13:01:38 +0100 Subject: [PATCH] Update --- .gitignore | 1 - blog/hello_world/post.md | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 blog/hello_world/post.md diff --git a/.gitignore b/.gitignore index 5de89c0..4c49bd7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -blog/ .env diff --git a/blog/hello_world/post.md b/blog/hello_world/post.md new file mode 100644 index 0000000..a2c67da --- /dev/null +++ b/blog/hello_world/post.md @@ -0,0 +1,18 @@ +--- +name: Hello world! +slug: hello_world +description: Hello world to the internet. Set up my first blog! +tags: + - backend +published_at: 2023-02-12 +edited_at: null +active: true +--- + +# Hello world! + +I just set up my first blog and am really proud of it! + +So anyway, here I am. + +I am really interested in backend technologies like GraphQL and Postgres and like to use Rust and Crystal for my projects.