Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-27 | Rework code documentation | xengineering | |
Comments inside functions are not that helpful. While the functino docstring should explain everything to a user, the implementation inside should speak for itself. | |||
2023-03-27 | Apply `go fmt` to all files | xengineering | |
2023-03-27 | Switch to simple.css | xengineering | |
This very simple CSS framework is far better / beautiful / easy to maintain than my own CSS. | |||
2023-03-27 | Pass appdata directory by argument | xengineering | |
Passing this as part of the configuration file is not flexible. With args it can be easily tweaked for the debug use case while the default path for production is included in the argument parsing. | |||
2022-05-16 | Implement CSS installation | xengineering | |
2022-05-16 | Introduce appdata configuration option | xengineering | |
2022-05-16 | Add configuration of template path | xengineering | |
2022-05-16 | Fix default path for config | xengineering | |
2022-05-15 | Publish code | xengineering | |