Add project link at the bottom of homepage
alex wennerberg alex@alexwennerberg.com
Tue, 09 Feb 2021 22:08:33 -0800
2 files changed,
5 insertions(+),
5 deletions(-)
M
README.md
→
README.md
@@ -1,11 +1,11 @@
-# Flounder: a portal into the small web +# 🐟 Flounder: a portal into the small web [![builds.sr.ht status](https://builds.sr.ht/~aw/flounder/commits/.build.yml.svg)](https://builds.sr.ht/~aw/flounder/commits/.build.yml?) A lightweight server to help users build simple Gemini sites over http(s) and serve those sites over http(s) and Gemini Flounder is in ALPHA -- development and features are changing frequently, especially as the Gemini spec and ecosystem remains relatively unstable. -See the flagship instance at https://flounder.online and gemini://flounder.online +See the flagship instance at https://flounder.online and [gemini://flounder.online](gemini://flounder.online) ## Building and running locally Requirements:@@ -48,6 +48,4 @@ Flounder is designed to be small, easy to host, and easy to administer. Signups require manual admin approval.
## Development -Open a PR! - -If don't have a GitHub account and/or you'd rather not use GitHub, you can email me a patch with `git-send-email`. +Open a PR, or use one of the mailing lists on https://github.com/alexwennerberg
M
templates/index.html
→
templates/index.html
@@ -20,4 +20,6 @@ <h2>All users:</h2>
{{ 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> {{template "footer" .}}