diff options
author | Jefferson Julio <[email protected]> | 2021-06-01 19:19:28 -0300 |
---|---|---|
committer | Jefferson Julio <[email protected]> | 2021-06-01 19:19:34 -0300 |
commit | a0d459807d87f76593dc4a1a68b4a909b403be19 (patch) | |
tree | 21724ee8bd2fec944e413387a16baa7394789433 /config.sh | |
parent | 9f5162371323562623bae42b0476bd8b9a4a5e92 (diff) | |
download | blog.sh-a0d459807d87f76593dc4a1a68b4a909b403be19.tar.bz2 blog.sh-a0d459807d87f76593dc4a1a68b4a909b403be19.zip |
Handling POST multi/form-data uploads
Diffstat (limited to 'config.sh')
-rwxr-xr-x | config.sh | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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" +) |