about summary refs log tree commit diff
path: root/web/tazblog/blog/Main.hs (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-02-09 r/499 chore(web): Delete //web/tazblogVincent Ambo1-24/+0
Deleting this code feels strange. This project has been around for a decade, and despite occasionally needing a bunch of tweaks it had aged well and worked fine for a very long time. I've reached a strange point where I don't really feel like using Haskell anymore, and every interaction with this project in recent years has been fighting dependency management tooling for Haskell, or dealing with strange build problems. The simple fact is that the service never really did anything other than render Markdown dynamically, and at this point I can do that much better with //tools/cheddar instead. So, tazblog-hs, it's time to say goodbye. Rest in peace!
2019-12-20 r/237 chore: Significantly restructure folder layoutVincent Ambo1-0/+24
This moves the various projects from "type-based" folders (such as "services" or "tools") into more appropriate semantic folders (such as "nix", "ops" or "web"). Deprecated projects (nixcon-demo & gotest) which only existed for testing/demonstration purposes have been removed. (Note: *all* builds are broken with this commit)