aboutsummaryrefslogtreecommitdiff
path: root/page
AgeCommit message (Collapse)AuthorFilesLines
2021-10-24Unix sockets for redis. Page use FS interface. Clear redis func.v0.0.16Mitchell Riedstra3-13/+30
Additionally, Funcs can be passed in.
2021-10-24Redis caching. Linter config and cleanup.Mitchell Riedstra7-55/+102
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 ↵v0.0.13Mitchell Riedstra3-33/+116
site among other improvements
2021-07-12Add atom feed to the go websiteMitchell Riedstra5-12/+32
2021-02-15Another re-structure. Deleting code is wonderful.v0.0.12Mitchell Riedstra6-13/+412
2020-11-24Add more comments. Expand the interface. Allow templates to more easily be ↵v0.0.11Mitch Riedstra1-0/+1
rendered with external variables.
2020-11-21Touch up some commentsMitch Riedstra1-0/+2
2020-09-26Split up http related stuff out of the page library.Mitch Riedstra5-284/+10
Make it an interface. Rename page to be 'local' reflecting that it reads the website off the local disk. Update the build script to include the go version. Switch to gorilla/mux Remove the convert command, since we're no longer utilizing that old layout or have any need to convert from it.
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. ↵v0.0.6Mitch Riedstra4-17/+112
Rename Name to Path to better reflect what it is.
2020-01-05The markdown files are also templates now.v0.0.5Mitch Riedstra1-4/+27
2020-01-04Incomptiable change to move to the further refined website formatMitch Riedstra1-18/+46
2019-12-22Add support for a 404 pagev0.0.2Mitch Riedstra2-5/+21
2019-12-14Tidy up the server command, pull the handlers into the page library. Convert ↵Mitch Riedstra1-0/+34
to go modules. Add a build script and version to the command
2019-12-01Initial Commit. Small command to convert my old setup and basic server that ↵Mitch Riedstra1-0/+69
reads off of the disk for the new setup