Moritz Kröger Website statichost.eu status
Source code of my personal website moritz.berlin. This is a no-dependency, custom static-side generator project.
I use custom versioning for my website, because it will just be relevant to me anyway and I wanted a system I can easily translate to the changes I usually make. I've used SemVer for a while but always struggled with it (Is rewriting a full content section a major or minor change?).
The current format goes like: Year.Month.Commits.Type, with the following possible types M1 (Major), M2 (Minor), P0 (Patch).