aboutsummaryrefslogtreecommitdiff
path: root/local
AgeCommit message (Collapse)AuthorFilesLines
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.