aboutsummaryrefslogtreecommitdiff
path: root/cmd/server
AgeCommit message (Expand)AuthorFilesLines
2022-12-07Add basic string functions to default template funcmap. Set a var when page i...v0.0.20Mitchell Riedstra1-4/+1
2022-12-03Add a couple handlers to serve up JSON and markdownMitchell Riedstra2-31/+48
2022-10-09Improve error handling when file does not existv0.0.19Mitchell Riedstra2-5/+6
2022-09-17Remove fs / FileSystem library support since it is broken on Windows.Mitchell Riedstra1-1/+2
2022-09-17More work on the editor and update the example site to utilize it.v0.0.18Mitchell Riedstra4-38/+118
2022-06-190.0.17a / Alpha. Introduce users and page editing.v0.0.17aMitchell Riedstra8-6/+373
2021-10-24Unix sockets for redis. Page use FS interface. Clear redis func.v0.0.16Mitchell Riedstra3-2/+37
2021-10-24Use hash in redis. Key can be set in conf.v0.0.15Mitchell Riedstra3-3/+8
2021-10-24Redis caching. Linter config and cleanup.Mitchell Riedstra4-26/+93
2021-07-18Adjust the program a bit, remove clunky "head" templates. Add an example site...v0.0.13Mitchell Riedstra4-41/+83
2021-07-12Add atom feed to the go websiteMitchell Riedstra3-5/+266
2021-07-07Add the handler file that was accidently ignoredMitchell Riedstra1-0/+53
2021-02-15Another re-structure. Deleting code is wonderful.v0.0.12Mitchell Riedstra1-6/+10
2020-11-15Add a few additional parmaeters. Clean up the import path.Mitch Riedstra1-8/+5
2020-09-26Split up http related stuff out of the page library.Mitch Riedstra1-3/+16
2019-12-14Tidy up the server command, pull the handlers into the page library. Convert ...Mitch Riedstra1-20/+12
2019-12-01Initial Commit. Small command to convert my old setup and basic server that r...Mitch Riedstra1-0/+45