all repos — flounder @ 7e0b032dd3df947f42db5dd912a424c88ce03c03

A small site builder for the Gemini protocol

templates/index.gmi (view raw)

 1{{$domain := .Domain}}
 2# 🐟Flounder!
 3
 4Welcome to flounder, a home for Gemini sites. Flounder hosts small Gemini web pages over https and Gemini. Right now, the only way to make an account is via the https portal, but I'm working on adding alternatives. Feel free to make an account and join if you'd like!
 5
 6=> gemini://admin.{{$domain}} Admin page
 7=> https://{{$domain}} View on HTTPS
 8
 9## All Users:
10{{range .Users}}=> gemini://{{.}}.{{$domain}}
11{{end}}
12
13## Recently updated files:
14{{range .Files}}=> gemini://{{.Creator}}.{{$domain}}/{{.Name}} {{.Name}} ({{.UpdatedTime}})
15{{end}}