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.