Skip to content

Commit ecc7fd5

Browse files
committed
add archetypes for course
1 parent 5ac2683 commit ecc7fd5

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

archetypes/cours/index.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "{{ replace .Name "-" "" | title }}"
3+
date: {{ .Date }}
4+
authors: ["FIXME"]
5+
---
6+

archetypes/default.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "{{ replace .Name "-" " " | title }}"
3+
date: {{ .Date }}
4+
draft: true
5+
---
6+

0 commit comments

Comments
 (0)