diff options
Diffstat (limited to 'config.sh')
-rwxr-xr-x | config.sh | 8 |
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/ |