aboutsummaryrefslogtreecommitdiff
path: root/config.sh
diff options
context:
space:
mode:
Diffstat (limited to 'config.sh')
-rwxr-xr-xconfig.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.sh b/config.sh
index 4cfed05..cfc02c1 100755
--- a/config.sh
+++ b/config.sh
@@ -6,3 +6,8 @@
# Folder where posts are stored, must be relative and suffed by a slash
ARTICLES_PATH=artigos/
+
+# Supported article file extensions, must be separated by vertical bar
+# Exemple
+# ARTICLES_EXTS="txt|html|md"
+ARTICLES_EXTS="txt|html|md"