big update: simplifying + pandoc

This commit is contained in:
2024-09-13 08:22:21 -07:00
parent f16cb153e1
commit 291d55642d
24 changed files with 228 additions and 297 deletions

20
content/post.md Normal file
View File

@@ -0,0 +1,20 @@
---
title: Hello, World!
author: Michael
date: 2024-09-13
abstract: This is my first post
---
this is a test
- oh yeah
this is a quote:
> sdfdsfsdfdsfdsfdsfds
> sfdsfdsfsfdsfds
```c
int main()
{
return 0;
}
```