This commit is contained in:
parent
765fcc67dd
commit
01fdb9993c
2 changed files with 18 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1 @@
|
|||
blog/
|
||||
.env
|
||||
|
|
18
blog/hello_world/post.md
Normal file
18
blog/hello_world/post.md
Normal file
|
@ -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.
|
Loading…
Reference in a new issue