mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2025-06-15 22:57:33 +02:00
14 lines
203 B
JSON
14 lines
203 B
JSON
{
|
|
"*.md": {
|
|
"type": "cheat",
|
|
"template": [
|
|
"---",
|
|
"title: {basename|capitalize}",
|
|
"category: Ruby",
|
|
"layout: 2017/sheet",
|
|
"updated: DATE",
|
|
"---"
|
|
]
|
|
}
|
|
}
|