aboutsummaryrefslogtreecommitdiff
path: root/config.sh
diff options
context:
space:
mode:
authorJefferson Julio <[email protected]>2021-06-01 19:19:28 -0300
committerJefferson Julio <[email protected]>2021-06-01 19:19:34 -0300
commita0d459807d87f76593dc4a1a68b4a909b403be19 (patch)
tree21724ee8bd2fec944e413387a16baa7394789433 /config.sh
parent9f5162371323562623bae42b0476bd8b9a4a5e92 (diff)
downloadblog.sh-a0d459807d87f76593dc4a1a68b4a909b403be19.tar.bz2
blog.sh-a0d459807d87f76593dc4a1a68b4a909b403be19.zip
Handling POST multi/form-data uploads
Diffstat (limited to 'config.sh')
-rwxr-xr-xconfig.sh9
1 files changed, 9 insertions, 0 deletions
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"
+)