aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Collapse)AuthorFilesLines
2020-09-26Split up http related stuff out of the page library.Mitch Riedstra2-97/+16
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.
2019-12-14Tidy up the server command, pull the handlers into the page library. Convert ↵Mitch Riedstra1-20/+12
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 Riedstra2-0/+139
reads off of the disk for the new setup