diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-10-25 19:06:43 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-10-25 19:06:43 -0200 |
commit | 0df620bcfbd18a8573005f0c1c8d9fedfbb51c4e (patch) | |
tree | 91623df9579fabb0e542c6ed57df1236c3eef20f | |
parent | 36dfb88ea8d25f1364a9b767efa677828d32dfe8 (diff) | |
download | scripts-0df620bcfbd18a8573005f0c1c8d9fedfbb51c4e.tar.gz scripts-0df620bcfbd18a8573005f0c1c8d9fedfbb51c4e.tar.bz2 |
Templater: jekyll skeleton
-rwxr-xr-x | templater | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -208,6 +208,12 @@ function templater_hugo { true } +# Jekyll implementation +function templater_jekyll { + echo "TODO: jekyll" + true +} + # Syntax check if [ -z "$PROJECT" ]; then echo "$BASENAME: create a new project folder and/or setup helper utilities" |