flounder

A simple gemini site builder
git clone git://git.alexwennerberg.com/flounder
Log | Files | Refs | README | LICENSE

commit 0857670fb75c10329cf7c244c2e3868dce2a7460
parent 874f2c2176ec383701dcb731e2a1349d81f83795
Author: alex wennerberg <alex@alexwennerberg.com>
Date:   Tue,  9 Feb 2021 22:08:33 -0800

Add project link at the bottom of homepage

Diffstat:
MREADME.md | 8+++-----
Mtemplates/index.html | 2++
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/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 ## 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 diff --git a/templates/index.html b/templates/index.html @@ -20,4 +20,6 @@ Welcome to {{.Config.SiteTitle}}! For more information and site updates, check o {{ 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" .}}