From edde2a5ee3ded6a87522f004f63498899b553ab2 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Fri, 27 Oct 2017 12:51:02 +0800 Subject: [PATCH] metalsmith: remove for now (too useless) --- metalsmith.md | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 metalsmith.md diff --git a/metalsmith.md b/metalsmith.md deleted file mode 100644 index 8e465844a..000000000 --- a/metalsmith.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: Metalsmith -category: JavaScript libraries ---- - -### [metalsmith-templates](https://www.npmjs.com/package/metalsmith-templates) - -```js -"plugins": { - "metalsmith-templates": { - "engine": "swig", - "directory": "_layouts" - } -} -``` - -Use `{{ contents }}` to bring it out - -Engines: - - * swig (like liquid)