aboutsummaryrefslogtreecommitdiff
path: root/local
AgeCommit message (Collapse)AuthorFilesLines
2021-02-15Another re-structure. Deleting code is wonderful.v0.0.12Mitchell Riedstra4-314/+0
2020-11-24Add more comments. Expand the interface. Allow templates to more easily be ↵v0.0.11Mitch Riedstra3-18/+82
rendered with external variables.
2020-11-15Add a few additional parmaeters. Clean up the import path.Mitch Riedstra1-1/+0
2020-09-26Split up http related stuff out of the page library.Mitch Riedstra4-0/+251
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.