Skip to content

Commit

Permalink
update first post
Browse files Browse the repository at this point in the history
  • Loading branch information
lennon101 committed May 2, 2024
1 parent e24006a commit 5c2a1e7
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion content/posts/my-first-post.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
+++
title = 'My First Post'
title = 'Hi Jakob'
date = 2024-05-02T10:06:07+10:00
draft = false

# This is heading 1
hey there, this is some text

## this is a heading 2

```python
# this is some python code
# Import necessary libraries/modules
import os
import sys

# Define main function
def main():
# Your code here

# Entry point of the program
if __name__ == "__main__":
main()
```
+++

0 comments on commit 5c2a1e7

Please sign in to comment.