My First Blog Post

November 16, 2023

This is my first blog post! It's mostly to test out the codebase.

This project is using a few neat tools together. The code for the home page is written in gleam (compiled to javascript). Blog posts like these are written in text files in a custom format. A build step uses Lustre and Vite to parse the files, produce html files, and bundle the site for deployment. All the code can be found on my github.

The styles on this site are a work in progress. code, italics, \*escaping, links, \(math+2^2\).

\[A^1 math_2 block^3!\]
\[\]
print("A code block!") 
# language is auto-detected atm.