all repos — flounder @ 15ec4e13737ab222e225c5f93818bc51ce2cb9f2

A small site builder for the Gemini protocol

flounder.toml (view raw)

 1# Used in HTML templates and titles
 2SiteTitle="🐟flounder"
 3RootDomain="localhost"
 4FilesDirectory="./files"
 5# handles templates and static files
 6# everything in the static subfolder will be served at root
 7TemplatesDirectory="./templates"
 8DBFile="./flounder.db"
 9MaxFileSize=1000000 # 1 MB
10OkExtensions=[".gmi", ".txt", ".jpg", ".jpeg", ".gif", ".png", ".svg", ".webp", ".midi", ".json", ".csv", ".gemini", ".mp3", ".css", ".ttf", ".otf", ".woff", ".woff2"]
11
12# log file