eparker.dev

Hello, World

Welcome to the blog! I built this static site using Tailwind CSS and a smidgen of JavaScript to load and render posts from Markdown files, like this one!

I used markdown-it, highlight.js, and katex to handle the rendering of Markdown, syntax highlighting, and LaTeX math, respectively.

So that means that I can do this:

package main

import "fmt"

func main() {
    fmt.Println("Hello, World!")
}

And this:

e222222222222222222e^{2^{2^{2^{2^{2^{2^{2^{2^{2^{2^{2^{2^{2^{2^{2^{2^{2^{2}}}}}}}}}}}}}}}}}}

And this:

∫0∞eβˆ’x2dx=Ο€2\int_0^\infty e^{-x^2} dx = \frac{\sqrt{\pi}}{2}

And this:

f(x)=βˆ‘n=0∞f(n)(a)n!(xβˆ’a)nf(x) = \sum_{n=0}^\infty \frac{f^{(n)}(a)}{n!} (x - a)^n

And also this:

a b c
1 2 3
4 5 6
7 8 9

And I think that’s pretty cool.

What’s going on this blog?

Good question. Probably stuff about projects and whatnot.