initial commit

This commit is contained in:
adrianj12
2024-08-11 01:27:06 +01:00
parent 53ed2ce0a7
commit d3f7404cd6
5 changed files with 47 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
+++
title = 'My First Post'
date = 2024-08-10T17:25:00-06:00
draft = true
+++
# Introduction
Hello, I am trying out this new [Hugo](https://gohugo.io) template for my *tech blog*.
# Test
- Equation 1:
$$O(n^2)$$
More text
## Code block
```cpp
#include <iostream>
int main() {
return 0;
}
```