all repos — flounder @ 803bb266d991ee8ddb1b7d977c7caa5bb361d399

A small site builder for the Gemini protocol

flounder.toml (view raw)

1SiteTitle="🐟flounder"
2RootDomain="localhost"
3FilesDirectory="./files"
4# handles templates and static files
5# everything in the static subfolder will be served at root
6TemplatesDirectory="./templates"
7DBFile="./flounder.db"