From: Silvio Rhatto Date: Wed, 25 Oct 2017 21:06:43 +0000 (-0200) Subject: Templater: jekyll skeleton X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0df620bcfbd18a8573005f0c1c8d9fedfbb51c4e;p=scripts.git Templater: jekyll skeleton --- diff --git a/templater b/templater index 03b1448..8ff36f9 100755 --- a/templater +++ b/templater @@ -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"