Hello World!
Welcome. New site is a static HTML blog built off of Next.js. Not much to say there, however, the posts are built in Markdown (specifically GitHub flavor) and converted to HTML at build time. This removes my need for a CMS thanks to VS Code's live Markdown preview.
Some features include:
- Posts are categorized by tags, which can be searched by clicking on them either on the homepage or directly in the post.
- Posts have author listed for some reason and is also searchable by clicking on the name.
- #Secret post tag that hides the post in all contexts except from its direct URL. There is already a secret post somewhere, although it's probably the easiest to find.
- Image support leaves a bit to be desired, though (not a feature).
Not sure how well this particular UI will scale, but I don't imagine it will be much of an issue. Except perhaps pagination.
Old site is archived locally and was originally supposed to be like this one, but I was babby and didn't know how to develop something like this.