all repos — flounder @ 0857670fb75c10329cf7c244c2e3868dce2a7460

A small site builder for the Gemini protocol

Add project link at the bottom of homepage
alex wennerberg alex@alexwennerberg.com
Tue, 09 Feb 2021 22:08:33 -0800
commit

0857670fb75c10329cf7c244c2e3868dce2a7460

parent

874f2c2176ec383701dcb731e2a1349d81f83795

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

jump to
M README.mdREADME.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.htmltemplates/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" .}}