diff options
-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" |