summaryrefslogtreecommitdiff
path: root/main.go
AgeCommit message (Expand)Author
2024-03-25Define /api handler directlyxengineering
2024-03-25Move configuration code to a separate filexengineering
2024-03-25Remove unused function mustRender()xengineering
2024-03-25Remove mustRead()xengineering
2024-03-24Replace io/ioutil by os packagexengineering
2024-03-24Replace appdata completely by embed packagexengineering
2024-03-24Embed simple.css file into binaryxengineering
2023-03-27Rework code documentationxengineering
2023-03-27Apply `go fmt` to all filesxengineering
2023-03-27Switch to simple.cssxengineering
2023-03-27Pass appdata directory by argumentxengineering
2022-05-16Implement CSS installationxengineering
2022-05-16Introduce appdata configuration optionxengineering
2022-05-16Add configuration of template pathxengineering
2022-05-16Fix default path for configxengineering
2022-05-15Publish codexengineering