diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..0e07e13 --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,15 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +description: "" +opensource: +- project1 +topics: +- topic1 +--- + +Headline. + + + +Main content here.