Skip to content

Commit 1ac7f74

Browse files
authored
Merge pull request #3 from BackToBasicsEpita/archetype/cours
add archetypes for course
2 parents 5ac2683 + ecc7fd5 commit 1ac7f74

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)