Skip to content

Commit

Permalink
Merge pull request #3 from BackToBasicsEpita/archetype/cours
Browse files Browse the repository at this point in the history
add archetypes for course
  • Loading branch information
Villosse authored Aug 5, 2024
2 parents 5ac2683 + ecc7fd5 commit 1ac7f74
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions archetypes/cours/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" "" | title }}"
date: {{ .Date }}
authors: ["FIXME"]
---

6 changes: 6 additions & 0 deletions archetypes/default.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

0 comments on commit 1ac7f74

Please sign in to comment.