1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2025-06-15 22:57:33 +02:00
cheatsheets/metalsmith.md
Rico Sta. Cruz 414d1c3ac5
Update
2016-04-25 15:55:29 +08:00

316 B

title category
Metalsmith JavaScript libraries

metalsmith-templates

"plugins": {
  "metalsmith-templates": {
    "engine": "swig",
    "directory": "_layouts"
  }
}

Use {{ contents }} to bring it out

Engines:

  • swig (like liquid)