gen
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: First Post
|
||||
---
|
||||
|
||||
This is my first post
|
||||
|
||||
Here's some code!
|
||||
|
||||
```c
|
||||
int main()
|
||||
{
|
||||
printf("Hello, World!");
|
||||
return 0;
|
||||
}
|
||||
```
|
||||
|
||||
@@ -2,4 +2,7 @@
|
||||
title: Michael Thomson
|
||||
---
|
||||
|
||||
Welcome to my site! not much here yet.
|
||||
|
||||
## Recent blog posts
|
||||
- [First Blog Post](/blog/first-post)
|
||||
|
||||
Reference in New Issue
Block a user