]> gitweb.fluxo.info Git - scripts.git/commitdiff
Templater: jekyll skeleton
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 25 Oct 2017 21:06:43 +0000 (19:06 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 25 Oct 2017 21:06:43 +0000 (19:06 -0200)
templater

index 03b1448ebdf23bfad742dc955f616d26ad9578d7..8ff36f914ee469c267c24c8e61ef0c82e698fd7a 100755 (executable)
--- 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"