Просмотр исходного кода

feat(archetype): add template for new book pages

George Cushen 4 лет назад
Родитель
Сommit
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: ""
+---