浏览代码

Add an archetype for blog posts

Apis Necros 2 年之前
父节点
当前提交
f65c934ac0
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      archetypes/blog.md

+ 9 - 0
archetypes/blog.md

@@ -0,0 +1,9 @@
+---
+title: "{{ replace .Name "-" " " | title }}"
+date: {{ .Date }}
+draft: true
+description: ""
+intro: ""
+tags: []
+---
+