aboutsummaryrefslogtreecommitdiff
path: root/config.sh
diff options
context:
space:
mode:
authorJefferson Julio <[email protected]>2021-05-30 20:06:28 -0300
committerJefferson Julio <[email protected]>2021-05-30 20:06:28 -0300
commite9c35a9eff9e0881df7d6a6e8d17b70ac37ad0fe (patch)
tree2a6a9d105b68daea1094e5a2faaca0fb9b138ab3 /config.sh
parent1d628ce8cee397ca9c2a8a27d5820c91812a27ca (diff)
downloadblog.sh-e9c35a9eff9e0881df7d6a6e8d17b70ac37ad0fe.tar.bz2
blog.sh-e9c35a9eff9e0881df7d6a6e8d17b70ac37ad0fe.zip
Better modularization
Diffstat (limited to 'config.sh')
-rwxr-xr-xconfig.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.sh b/config.sh
new file mode 100755
index 0000000..4cfed05
--- /dev/null
+++ b/config.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+# All relatives paths must end with slash and must not be start by dot and/or slash
+# Examplo
+# VAR_PATH=dir/subdir/
+
+# Folder where posts are stored, must be relative and suffed by a slash
+ARTICLES_PATH=artigos/