aboutsummaryrefslogtreecommitdiff
path: root/config.sh
diff options
context:
space:
mode:
authorJefferson Julio <[email protected]>2021-05-31 19:16:12 -0300
committerJefferson Julio <[email protected]>2021-05-31 19:16:12 -0300
commit9f5162371323562623bae42b0476bd8b9a4a5e92 (patch)
tree9375011fbff065938b1878cbf5198247a8a0dbbf /config.sh
parent381bff129b70471e86e99a2d6b6a7e090f13287e (diff)
downloadblog.sh-9f5162371323562623bae42b0476bd8b9a4a5e92.tar.bz2
blog.sh-9f5162371323562623bae42b0476bd8b9a4a5e92.zip
Add more HTML metadata, re-format some text
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"