aboutsummaryrefslogtreecommitdiff
path: root/config.sh
diff options
context:
space:
mode:
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"
+)