Releases: Plsr/website-next
Digital Garden
Added the first iteration of a digital garden to this site. In the initial release, it only has a few limited features, besides allowing me to just write:
- Backlinks
- wip-state
Tags
Bring back tags to the UI. There now is /tags
which lists all the tags every used on this site, single tag pages and tags are listed below the post body.
Add Bookmarks
Added bookmarks to the site. They are the first element that is not created from a static markdown file but from a planetscale database. Took some fiddling to make performant.
Changelog
Added a small changelog to the /about page that fetches the latest releases from Github and displays them on the page. I wanted to have some sort of written indicator of changes I did to the site, but blogposts felt too big for that. Releases are perfect, because they are so tightly coupled to the code and to this version of the site.
Series Indicator
Added a small utility that allows me to define a series name in the frontmatter of a post. If during build time, more than two articles with the same keyword are found, a small list is rendered at the start of the articles, listing all articles in the series.
Initial Release
The initial release of this version of my personal website. It has more of an MVPish character, but it allows me to continue writing and to build further features on this basis.