about summary refs log tree commit diff
path: root/services/tazblog/blog/Main.hs
AgeCommit message (Collapse)AuthorFilesLines
2019-12-20 r/237 chore: Significantly restructure folder layoutVincent Ambo1-24/+0
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)
2019-08-25 r/63 chore(tazblog): Remove i18n featuresVincent Ambo1-2/+1
The blog has been English only for a few years. Old entries that survived the migration to DNS will still be accessible.
2019-08-23 r/55 refactor(tazblog): Move blog configuration to envvarsVincent Ambo1-21/+18
The port and resource directory are now specified via environment variables and a wrapper script is created by Nix that sets the resource path and so on correctly.
2019-08-20 r/44 chore(tazblog): Replace BlogDB with stubs for DNS-based storageVincent Ambo1-15/+2
Removes acid-state specific code and the former BlogDB module, in its stead the new BlogStorage module contains stubs for the functions that will be filled in with DNS-based storage. This code is unformatted and will not currently serve a working blog.
2019-06-28 refactor: Move tazblog into monorepo structureVincent Ambo1-0/+41
It's happening!