aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-25Fix bug with md and json handlers not getting correct pathHEADmasterMitchell Riedstra1-2/+2
2023-01-07Add an internal caching option. It performs quite well.v0.0.22Mitchell Riedstra20-228/+395
2023-01-06Refactor routing and handlersMitchell Riedstra8-326/+363
2023-01-06Update site to server configuration via environment variables. Add a genhash ...Mitchell Riedstra7-59/+240
2022-12-07More specific errors during indexing. Don't try to index the BaseTemplatev0.0.21Mitchell Riedstra1-1/+5
2022-12-07Add basic string functions to default template funcmap. Set a var when page i...v0.0.20Mitchell Riedstra6-10/+57
2022-12-03Add a couple handlers to serve up JSON and markdownMitchell Riedstra7-57/+297
2022-10-09Improve error handling when file does not existv0.0.19Mitchell Riedstra2-5/+6
2022-10-09Add a readmeMitchell Riedstra1-0/+118
2022-10-09Fix broken 404 page on Windows by using appropriate error checking.Mitchell Riedstra1-2/+3
2022-09-17Remove fs / FileSystem library support since it is broken on Windows.Mitchell Riedstra4-25/+22
2022-09-17More work on the editor and update the example site to utilize it.v0.0.18Mitchell Riedstra14-45/+351
2022-06-190.0.17a / Alpha. Introduce users and page editing.v0.0.17aMitchell Riedstra14-42/+589
2021-10-24Unix sockets for redis. Page use FS interface. Clear redis func.v0.0.16Mitchell Riedstra8-19/+88
2021-10-24Use hash in redis. Key can be set in conf.v0.0.15Mitchell Riedstra4-6/+11
2021-10-24Redis caching. Linter config and cleanup.Mitchell Riedstra15-81/+415
2021-07-31Make the website run on Windows as wellv0.0.14Mitchell Riedstra1-2/+3
2021-07-18Adjust the program a bit, remove clunky "head" templates. Add an example site...v0.0.13Mitchell Riedstra20-74/+563
2021-07-12Add atom feed to the go websiteMitchell Riedstra12-70/+299
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 Riedstra8-118/+74
2020-11-24Add more comments. Expand the interface. Allow templates to more easily be re...v0.0.11Mitch Riedstra6-43/+147
2020-11-21Touch up some commentsMitch Riedstra2-2/+12
2020-11-15Update logging. Expose the logger to allow others to update it.v0.0.10Mitch Riedstra1-4/+7
2020-11-15Return a router whih implements hander.v0.0.8Mitch Riedstra1-1/+1
2020-11-15Add a few additional parmaeters. Clean up the import path.Mitch Riedstra5-12/+62
2020-11-15Add go version to version outputMitch Riedstra1-1/+1
2020-09-26Split up http related stuff out of the page library.Mitch Riedstra12-217/+193
2020-09-20Save the index in memory and only rebuild if clearedv0.0.7Mitch Riedstra2-0/+19
2020-09-19Allow for setting of the time format in the page library. Support tags. Renam...v0.0.6Mitch Riedstra8-22/+119
2020-01-05The markdown files are also templates now.v0.0.5Mitch Riedstra3-4/+30
2020-01-04Incomptiable change to move to the further refined website formatMitch Riedstra3-18/+55
2019-12-22Add support for a 404 pagev0.0.2Mitch Riedstra2-5/+21
2019-12-14Add a license to the project and version informationv0.0.1Mitch Riedstra2-2/+20
2019-12-14Tidy up the server command, pull the handlers into the page library. Convert ...Mitch Riedstra6-20/+75
2019-12-01Initial Commit. Small command to convert my old setup and basic server that r...Mitch Riedstra4-0/+209