aboutsummaryrefslogtreecommitdiff
path: root/go.mod
AgeCommit message (Collapse)AuthorFilesLines
2021-07-12Add atom feed to the go websiteMitchell Riedstra1-10/+0
2020-11-15Add a few additional parmaeters. Clean up the import path.Mitch Riedstra1-1/+11
2020-09-26Split up http related stuff out of the page library.Mitch Riedstra1-2/+2
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-19Allow for setting of the time format in the page library. Support tags. ↵v0.0.6Mitch Riedstra1-1/+1
Rename Name to Path to better reflect what it is.
2020-01-05The markdown files are also templates now.v0.0.5Mitch Riedstra1-0/+1
2020-01-04Incomptiable change to move to the further refined website formatMitch Riedstra1-0/+2
2019-12-14Tidy up the server command, pull the handlers into the page library. Convert ↵Mitch Riedstra1-0/+9
to go modules. Add a build script and version to the command