| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-12-03 | Add a couple handlers to serve up JSON and markdown | Mitchell Riedstra | 2 | -31/+48 | |
| 2022-10-09 | Improve error handling when file does not existv0.0.19 | Mitchell Riedstra | 2 | -5/+6 | |
| 2022-09-17 | Remove fs / FileSystem library support since it is broken on Windows. | Mitchell Riedstra | 1 | -1/+2 | |
| 2022-09-17 | More work on the editor and update the example site to utilize it.v0.0.18 | Mitchell Riedstra | 4 | -38/+118 | |
| 2022-06-19 | 0.0.17a / Alpha. Introduce users and page editing.v0.0.17a | Mitchell Riedstra | 8 | -6/+373 | |
| Breaking changes: inc/base.html is now tpl/base.md by default. This can be overridden on the command line. 404.md is now tpl/404.md. This can be overridden with templatedirectory in the configuration file. Additional files: `auth.json` file that stores credentials and settings for authorization cookie. Further notes: This will likely receive some major updates and changes over the next few commits. The scaffolidng is now in place for user accounts, login handling, and page editing. It's all extremely basic at the moment, on the idea list: Listing of all markdown files File uploader and general content management Flags to turn on/off git integration for edits. Download / Upload of all markdown files as a backup/restore. It's of course, all subject to change. | |||||
| 2021-10-24 | Unix sockets for redis. Page use FS interface. Clear redis func.v0.0.16 | Mitchell Riedstra | 3 | -2/+37 | |
| Additionally, Funcs can be passed in. | |||||
| 2021-10-24 | Use hash in redis. Key can be set in conf.v0.0.15 | Mitchell Riedstra | 3 | -3/+8 | |
| 2021-10-24 | Redis caching. Linter config and cleanup. | Mitchell Riedstra | 4 | -26/+93 | |
| 2021-07-18 | Adjust the program a bit, remove clunky "head" templates. Add an example ↵v0.0.13 | Mitchell Riedstra | 4 | -41/+83 | |
| site among other improvements | |||||
| 2021-07-12 | Add atom feed to the go website | Mitchell Riedstra | 3 | -5/+266 | |
| 2021-07-07 | Add the handler file that was accidently ignored | Mitchell Riedstra | 1 | -0/+53 | |
| 2021-02-15 | Another re-structure. Deleting code is wonderful.v0.0.12 | Mitchell Riedstra | 1 | -6/+10 | |
| 2020-11-15 | Add a few additional parmaeters. Clean up the import path. | Mitch Riedstra | 1 | -8/+5 | |
| 2020-09-26 | Split up http related stuff out of the page library. | Mitch Riedstra | 2 | -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-14 | Tidy up the server command, pull the handlers into the page library. Convert ↵ | Mitch Riedstra | 1 | -20/+12 | |
| to go modules. Add a build script and version to the command | |||||
| 2019-12-01 | Initial Commit. Small command to convert my old setup and basic server that ↵ | Mitch Riedstra | 2 | -0/+139 | |
| reads off of the disk for the new setup | |||||
