···11+---
22+title: Hello World!
33+summary: 'The first real blog post'
44+draft: true
55+published: '2025-02-20'
66+---
77+88+Well, here we are again. This the 8th rewrite of this blog, and hopefully the final one, since Lume
99+is really nice.
1010+1111+This site was made over a fairly frantic ~10 days, just to get it done as fast as possible, and I
1212+have to say, it has been a fun experience.
1313+1414+I hope to use this blog to share my thoughts on a bunch of different things, and making it from
1515+scratch has allowed me to be **extremely** pendantic (in a positive way) relative to my previous
1616+blog, which was using the premade [Congo](https://jpanther.github.io/congo/) theme for Hugo. While
1717+it's a very nice theme, it didn't fit what I wanted out of a blog of my own.
1818+1919+Writing my own with [Lume](https://lume.land) has been a genuinely pleasant experience in
2020+combination with [Vento](https://vento.js.org), which is made by the same author as Lume, making
2121+this a very smooth and enjoyable experience to create.
2222+2323+I'll hopefully have some interesting things to share in the future, so stay tuned for that! In the
2424+meantime, you can also check out the [Git Repo](https://git.pyrox.dev/pyrox/new-blog) for this blog,
2525+which will obviously get updated as I update this blog(and it's auto-deployed to my hosting server,
2626+neato!), and hopefully inspires you to create your own Lume-based blog.
2727+2828+<!-- deno-fmt-ignore-start -->
2929+> [!note] Disclaimer!
3030+> I'm by no means a wizard with this stuff, my code is pretty messy.
3131+> However, I am happy with it, and that's what matters for me.
3232+<!-- deno-fmt-ignore-end -->