metalsmith: remove for now (too useless)

This commit is contained in:
Rico Sta. Cruz 2017-10-27 12:51:02 +08:00
parent d5a0603436
commit edde2a5ee3
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 0 additions and 21 deletions

View File

@ -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)