aboutsummaryrefslogtreecommitdiff
path: root/main.go
Commit message (Expand)AuthorAgeFilesLines
* Change bindIfEnv's name to something less genericorigin/masterorigin/HEADFuwn2021-07-211-4/+4
* Add ability to specify flags via environmentFuwn2021-07-201-2/+37
* Add -e flag to place a stylesheet externally rather than loading it inlinenytpu2021-05-311-30/+47
* Update go-gemini dependencyAdnan Maolood2021-02-251-13/+9
* Implement input prompts on external domainsAdnan Maolood2021-02-251-7/+19
* Use fmt.Fprintf instead of Write and SprintfAdnan Maolood2021-02-251-8/+7
* Implement support for "lang" media type parameterAdnan Maolood2021-02-251-1/+5
* Display an error on charsets other than UTF-8Adnan Maolood2021-02-251-2/+10
* Fix relative redirectsAdnan Maolood2021-02-251-1/+1
* Add support for custom CSS.José Mota2021-02-161-8/+17
* Update go-gemini dependencyAdnan Maolood2021-01-151-3/+2
* Use POST request to respond to input requestsDrew DeVault2020-11-081-7/+15
* Fix URLs with legit query strings in themDrew DeVault2020-11-081-0/+2
* Implement input and redirect responsesDrew DeVault2020-11-081-3/+93
* Fix response status switch statementAdnan Maolood2020-11-061-20/+12
* Update go-gemini dependencyAdnan Maolood2020-11-061-35/+34
* Add dark mode user preference with CSS media queryByron Torres2020-11-021-0/+23
* Reduce li margin to 0.5remDrew DeVault2020-11-011-1/+1
* Add spacing between li'sDrew DeVault2020-11-011-0/+4
* Fix style of proxy link at bottom of pageDrew DeVault2020-10-281-13/+17
* Add ⇒ before linksDrew DeVault2020-10-261-29/+42
* Initial commitDrew DeVault2020-10-111-0/+452