First Post

2024-01-01

Website Launched

I've launched my personal website. I'll be posting about technical topics and daily learnings going forward.

Math Test

Inline math: $E = mc^2$

Display math:

$$ \int_{-\infty}^{\infty} e^{-x^2} dx = \sqrt{\pi} $$

Code Test

def hello_world():
    print("Hello, World!")

if __name__ == "__main__":
    hello_world()

Image Test

You can add images like this:

![Alt text](/images/example.png)

PDF Embedding Test

You can embed PDFs like this:

<embed src="/pdfs/example.pdf" type="application/pdf" width="100%" height="600px" />