OSDN Git Service

Regular updates
[twpd/master.git] / .projections.json
diff --git a/.projections.json b/.projections.json
new file mode 100644 (file)
index 0000000..c41da12
--- /dev/null
@@ -0,0 +1,13 @@
+{
+  "*.md": {
+    "type": "cheat",
+    "template": [
+      "---",
+      "title: {basename|capitalize}",
+      "category: Ruby",
+      "layout: 2017/sheet",
+      "updated: DATE",
+      "---"
+    ]
+  }
+}