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:
And this:
And this:
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.