all repos — flounder @ 84556585e5f0af77f4a3c966fd9bb5bbd86937d3

A small site builder for the Gemini protocol

Remove blank extension
alex wennerberg alex@alexwennerberg.com
Thu, 29 Oct 2020 18:25:30 -0700
commit

84556585e5f0af77f4a3c966fd9bb5bbd86937d3

parent

aab409b8e765ec76e2ac91194a57f3734d81b1fe

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M example-config.tomlexample-config.toml

@@ -22,5 +22,5 @@ TemplatesDirectory="./templates"

DBFile="./flounder.db" MaxFileSize=128000 # 128 KB -OkExtensions=["", ".gmi", ".txt", ".jpg", ".jpeg", ".gif", ".png", ".svg", ".webp", ".midi", ".json", ".csv", ".gemini", ".mp3", ".css", ".ttf", ".otf", ".woff", ".woff2"] +OkExtensions=[".gmi", ".txt", ".jpg", ".jpeg", ".gif", ".png", ".svg", ".webp", ".midi", ".json", ".csv", ".gemini", ".mp3", ".css", ".ttf", ".otf", ".woff", ".woff2"]