aboutsummaryrefslogtreecommitdiff
path: root/page/time.go
AgeCommit message (Collapse)AuthorFilesLines
2021-07-12Add atom feed to the go websiteMitchell Riedstra1-0/+5
2021-02-15Another re-structure. Deleting code is wonderful.v0.0.12Mitchell Riedstra1-0/+23
2020-09-26Split up http related stuff out of the page library.Mitch Riedstra1-21/+0
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-0/+21
Rename Name to Path to better reflect what it is.