all repos — flounder @ 4b85797053e9433b25d6961b53092975a66c6a45

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=128000 # 128 KB
10OkExtensions=[".gmi", ".txt", ".jpg", ".jpeg", ".gif", ".png", ".svg", ".webp", ".midi", ".json", ".csv", ".gemini", ".mp3", ".css", ".ttf", ".otf", ".woff", ".woff2"]
11
12# log file