diff options
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" +) |