all repos — flounder @ 241cb5883f57c658bad58c2884e9e4d64bf53645

A small site builder for the Gemini protocol

Add buymeacoffee donation link
alex wennerberg alex@alexwennerberg.com
Wed, 03 Mar 2021 11:02:04 -0800
commit

241cb5883f57c658bad58c2884e9e4d64bf53645

parent

24cf8537308c40c3b8258492496004fa039514f1

2 files changed, 8 insertions(+), 2 deletions(-)

jump to
M README.mdREADME.md

@@ -19,7 +19,9 @@ `mkdir files` `go run . serve`

Add the following to `/etc/hosts` (include any other users you want to create): -``` 127.0.0.1 flounder.local admin.flounder.local proxy.flounder.local ``` +``` +127.0.0.1 flounder.local admin.flounder.local proxy.flounder.local +``` Then open `flounder.local:8165` in your browser. The default login/password is admin/admin

@@ -59,3 +61,7 @@

## Development Open a PR, or use one of the mailing lists on https://github.com/alexwennerberg + +## Donate + +If you'd like to support Flounder development, consider making a [Donation](https://www.buymeacoffee.com/alexwennerberg)
M templates/index.htmltemplates/index.html

@@ -21,5 +21,5 @@ {{ range .Users}}

<a href="//{{.}}.{{$.Config.Host}}" class='person-link'>{{.}}</a> {{end}} <hr class="thin"> -Made with <a href="https://github.com/alexwennerberg/flounder">Flounder</a> +Made with <a href="https://github.com/alexwennerberg/flounder">Flounder</a>. <a href="https://www.buymeacoffee.com/alexwennerberg">Donate!</a> {{template "footer" .}}