From a0d459807d87f76593dc4a1a68b4a909b403be19 Mon Sep 17 00:00:00 2001 From: Jefferson Julio Date: Tue, 1 Jun 2021 19:19:28 -0300 Subject: Handling POST multi/form-data uploads --- config.sh | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'config.sh') diff --git a/config.sh b/config.sh index cfc02c1..ebc5027 100755 --- a/config.sh +++ b/config.sh @@ -11,3 +11,12 @@ ARTICLES_PATH=artigos/ # Exemple # ARTICLES_EXTS="txt|html|md" ARTICLES_EXTS="txt|html|md" + +# Pages, excluding the index "/"" +PAGES=( + "/contato" +) + +ALLOWED_POST_FOLDERS=( + "/contato/comments" +) -- cgit v1.2.3