From a181759e4a108c35fcf6898abbf17f2a424d85dc Mon Sep 17 00:00:00 2001 From: Jean-Pierre Appel Date: Mon, 25 Dec 2023 17:17:09 -0500 Subject: rewrite content and config --- archetypes/projects.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 archetypes/projects.md (limited to 'archetypes/projects.md') diff --git a/archetypes/projects.md b/archetypes/projects.md new file mode 100644 index 0000000..916b158 --- /dev/null +++ b/archetypes/projects.md @@ -0,0 +1,9 @@ +--- +title: "{{ title .Name }}" +start_date: "YYYY-MM-DD" +end_date: "now" +date: {{ .Date }} +thumbnail: "thumbnail.jpg" +description: "Project Description" +categories: +--- -- cgit v1.2.3