aboutsummaryrefslogtreecommitdiff
path: root/cmd/server/handlers.go
AgeCommit message (Expand)AuthorFilesLines
2023-01-07Add an internal caching option. It performs quite well.v0.0.22Mitchell Riedstra1-29/+30
2023-01-06Refactor routing and handlersMitchell Riedstra1-90/+95
2022-12-03Add a couple handlers to serve up JSON and markdownMitchell Riedstra1-0/+47
2022-09-17More work on the editor and update the example site to utilize it.v0.0.18Mitchell Riedstra1-2/+21
2022-06-190.0.17a / Alpha. Introduce users and page editing.v0.0.17aMitchell Riedstra1-0/+7
2021-10-24Unix sockets for redis. Page use FS interface. Clear redis func.v0.0.16Mitchell Riedstra1-2/+7
2021-10-24Use hash in redis. Key can be set in conf.v0.0.15Mitchell Riedstra1-1/+1
2021-10-24Redis caching. Linter config and cleanup.Mitchell Riedstra1-3/+14
2021-07-18Adjust the program a bit, remove clunky "head" templates. Add an example site...v0.0.13Mitchell Riedstra1-23/+7
2021-07-12Add atom feed to the go websiteMitchell Riedstra1-0/+13
2021-07-07Add the handler file that was accidently ignoredMitchell Riedstra1-0/+53