cheatsheets/.projections.json

11 lines
128 B
JSON

{
"*.md": {
"type": "cheat",
"template": [
"---",
"title: {basename|capitalize}",
"---"
]
}
}