mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2025-06-15 22:57:33 +02:00
316 B
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)