diff options
author | Jefferson Julio <[email protected]> | 2021-05-31 19:16:12 -0300 |
---|---|---|
committer | Jefferson Julio <[email protected]> | 2021-05-31 19:16:12 -0300 |
commit | 9f5162371323562623bae42b0476bd8b9a4a5e92 (patch) | |
tree | 9375011fbff065938b1878cbf5198247a8a0dbbf /config.sh | |
parent | 381bff129b70471e86e99a2d6b6a7e090f13287e (diff) | |
download | blog.sh-9f5162371323562623bae42b0476bd8b9a4a5e92.tar.bz2 blog.sh-9f5162371323562623bae42b0476bd8b9a4a5e92.zip |
Add more HTML metadata, re-format some text
Diffstat (limited to 'config.sh')
-rwxr-xr-x | config.sh | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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" |