Testing out a new Hugo blog here. Before I update the styling too…

I want this to be the homepage for all the things I write dev wise and then I can export it if necessary (all posts in markdown and they can be handled elsewhere…).

Hugo is hella fast.

And all I need is some nice text pages I can quickly link to for different code snippets.

The theme is PaperMod.

TODO:

What does code look like?

def some_code():
    print("Hello, world! This is my new blog.")

Hmmm it would be cool if the code was copy-able, GitHub style.

I’ll dig more into the theme over the next couple of days.