Преглед изворни кода

feat(archetype): add template for new book pages

George Cushen пре 4 година
родитељ
комит
b585d9207b
1 измењених фајлова са 9 додато и 0 уклоњено
  1. 9 0
      wowchemy/archetypes/book.md

+ 9 - 0
wowchemy/archetypes/book.md

@@ -0,0 +1,9 @@
+---
+# Documentation: https://wowchemy.com/docs/managing-content/
+
+title: "{{ replace .Name "-" " " | title }}"
+linktitle: "{{ replace .Name "-" " " | title }}"
+date: {{ .Date }}
+type: book
+summary: ""
+---