aboutsummaryrefslogtreecommitdiff
path: root/templates (follow)
Commit message (Collapse)AuthorAgeFiles
* Use go embed for templates (#50)Luciano Nooijen2021-09-101
| | | | | | | | Go 1.16 includes a `//go:embed` directive that obviates the need for bindata. Use `//go:embed` instead of bindata for templates used in sally. Signed-off-by: Luciano Nooijen <luciano@bytecode.nl> Co-authored-by: Abhinav Gupta <abg@uber.com>
* Allow setting branch (#46)Jan-Philipp Benecke2021-05-181
| | | | Support specifying the branch from which source will be served in the YAML configuration.
* Fix godoc badge image (#43)Abhinav Gupta2020-03-021
| | | | | | | pkg.go.dev does not serve a badge like godoc.org. This change switches the image over to one provided by shields.io. Note that this uses the style "for-the-badge" from shields.io.
* Support changing godoc instance (#38)Diego Bernardes2019-03-051
| | | | | This adds the ability to change the godoc.org instance used by Sally to link to documentation by providing a new `godoc` section in the configuration.
* Add minimal stylingAbhinav Gupta2019-01-032
|
* Rework as HTTP server (#15)Grayson Koonce2016-10-122
|
* Starting point (#1)Grayson Koonce2016-09-302