| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-12-07 | More specific errors during indexing. Don't try to index the BaseTemplatev0.0.21 | Mitchell Riedstra | 1 | -1/+5 | |
| 2022-12-07 | Add basic string functions to default template funcmap. Set a var when page ↵v0.0.20 | Mitchell Riedstra | 4 | -2/+51 | |
| is being rendered markdown only. | |||||
| 2022-12-03 | Add a couple handlers to serve up JSON and markdown | Mitchell Riedstra | 3 | -2/+199 | |
| 2022-10-09 | Fix broken 404 page on Windows by using appropriate error checking. | Mitchell Riedstra | 1 | -2/+3 | |
| 2022-09-17 | Remove fs / FileSystem library support since it is broken on Windows. | Mitchell Riedstra | 3 | -24/+20 | |
| 2022-06-19 | 0.0.17a / Alpha. Introduce users and page editing.v0.0.17a | Mitchell Riedstra | 2 | -35/+160 | |
| 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 | -13/+30 | |
| Additionally, Funcs can be passed in. | |||||
| 2021-10-24 | Redis caching. Linter config and cleanup. | Mitchell Riedstra | 7 | -55/+102 | |
| 2021-07-31 | Make the website run on Windows as wellv0.0.14 | Mitchell Riedstra | 1 | -2/+3 | |
| 2021-07-18 | Adjust the program a bit, remove clunky "head" templates. Add an example ↵v0.0.13 | Mitchell Riedstra | 3 | -33/+116 | |
| site among other improvements | |||||
| 2021-07-12 | Add atom feed to the go website | Mitchell Riedstra | 5 | -12/+32 | |
| 2021-02-15 | Another re-structure. Deleting code is wonderful.v0.0.12 | Mitchell Riedstra | 6 | -13/+412 | |
| 2020-11-24 | Add more comments. Expand the interface. Allow templates to more easily be ↵v0.0.11 | Mitch Riedstra | 1 | -0/+1 | |
| rendered with external variables. | |||||
| 2020-11-21 | Touch up some comments | Mitch Riedstra | 1 | -0/+2 | |
| 2020-09-26 | Split up http related stuff out of the page library. | Mitch Riedstra | 5 | -284/+10 | |
| 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-20 | Save the index in memory and only rebuild if clearedv0.0.7 | Mitch Riedstra | 2 | -0/+19 | |
| 2020-09-19 | Allow for setting of the time format in the page library. Support tags. ↵v0.0.6 | Mitch Riedstra | 4 | -17/+112 | |
| Rename Name to Path to better reflect what it is. | |||||
| 2020-01-05 | The markdown files are also templates now.v0.0.5 | Mitch Riedstra | 1 | -4/+27 | |
| 2020-01-04 | Incomptiable change to move to the further refined website format | Mitch Riedstra | 1 | -18/+46 | |
| 2019-12-22 | Add support for a 404 pagev0.0.2 | Mitch Riedstra | 2 | -5/+21 | |
| 2019-12-14 | Tidy up the server command, pull the handlers into the page library. Convert ↵ | Mitch Riedstra | 1 | -0/+34 | |
| 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 | 1 | -0/+69 | |
| reads off of the disk for the new setup | |||||
