metalsmith: remove for now (too useless)
This commit is contained in:
parent
d5a0603436
commit
edde2a5ee3
|
@ -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)
|
Loading…
Reference in New Issue