| Commit message (Collapse) | Author | Age | Files | |
|---|---|---|---|---|
| * | feat: support for custom templates (#129) | Henrique Dias | 2023-11-10 | 1 |
| | | | | | | | | | | | | | | | Adds a `-templates` flag that can be used to provide an alternative directory with templates for Sally to use. The new templates override the default set embedded in Sally. This includes a new 404 template so that 404 errors use the same theme as the rest of the website. Additionally, for HTTP status >400, this also sets the Cache-Control header to discourage CDNs like Cloudflare from caching the page. Resolves #125, #18 | |||
| * | ci: gofmt, golint => revive, update tools and actions (#87) | Abhinav Gupta | 2023-04-29 | 1 |
| | | | | | | | Fixes up the `make lint` target to also check that all files are properly gofmt-ed, replaces the deprecated `golint` check with `revive`, and sets up dependabot to also update tools and actions regularly. | |||
| * | Rework as HTTP server (#15) | Grayson Koonce | 2016-10-12 | 1 |
| | | ||||
| * | Add canonical import path go.uber.org/sally (#13) | Grayson Koonce | 2016-09-30 | 1 |
| | | ||||
| * | Starting point (#1) | Grayson Koonce | 2016-09-30 | 1 |