mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2026-01-13 22:42:02 +01:00
316 B
316 B
title, category
| title | category |
|---|---|
| Metalsmith | JavaScript libraries |
metalsmith-templates
"plugins": {
"metalsmith-templates": {
"engine": "swig",
"directory": "_layouts"
}
}
Use {{ contents }} to bring it out
Engines:
- swig (like liquid)