--- title: First Post --- This is my first post Here's some code! ```c int main() { printf("Hello, World!"); return 0; } ```