From e9c35a9eff9e0881df7d6a6e8d17b70ac37ad0fe Mon Sep 17 00:00:00 2001 From: Jefferson Julio Date: Sun, 30 May 2021 20:06:28 -0300 Subject: Better modularization --- config.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 config.sh (limited to 'config.sh') 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/ -- cgit v1.2.3