Skip to content

Releases: Plsr/website-next

Digital Garden

10 Sep 11:26
051a739
Compare
Choose a tag to compare

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

02 Jun 21:20
4d326f1
Compare
Choose a tag to compare

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

05 May 13:58
958d330
Compare
Choose a tag to compare

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

20 Jan 20:05
cf473f7
Compare
Choose a tag to compare

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

20 Jan 18:43
ba0adde
Compare
Choose a tag to compare

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

16 Jan 23:45
f990798
Compare
Choose a tag to compare

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.