all repos — flounder @ 24ee6c88b1078bc97712ad3c686c455ba152b717

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# Generate a secure key
 6CookieStoreKey="12345678123456781234567812345678"
 7# handles templates and static files
 8# everything in the static subfolder will be served at root
 9TemplatesDirectory="./templates"
10DBFile="./flounder.db"
11MaxFileSize=128000 # 128 KB
12OkExtensions=[".gmi", ".txt", ".jpg", ".jpeg", ".gif", ".png", ".svg", ".webp", ".midi", ".json", ".csv", ".gemini", ".mp3", ".css", ".ttf", ".otf", ".woff", ".woff2"]
13
14# log file