diff --git a/archetypes/contest.md b/archetypes/contest.md new file mode 100644 index 0000000..d85bd57 --- /dev/null +++ b/archetypes/contest.md @@ -0,0 +1,13 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +description: +date: {{ .Date }} +image: +math: true +license: +draft: true +categories: +- Contests +tags: +- +--- \ No newline at end of file diff --git a/archetypes/course.md b/archetypes/course.md new file mode 100644 index 0000000..0e3f108 --- /dev/null +++ b/archetypes/course.md @@ -0,0 +1,13 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +description: +date: {{ .Date }} +image: +math: true +license: +draft: true +categories: +- Courses +tags: +- +--- \ No newline at end of file diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..c6155cf --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,13 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +description: +date: {{ .Date }} +image: +math: true +license: +draft: true +categories: +- Articles +tags: +- +--- \ No newline at end of file diff --git a/archetypes/notification.md b/archetypes/notification.md new file mode 100644 index 0000000..bbf0e16 --- /dev/null +++ b/archetypes/notification.md @@ -0,0 +1,13 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +description: +date: {{ .Date }} +image: +math: true +license: +draft: true +categories: +- Notifications +tags: +- +--- \ No newline at end of file diff --git a/archetypes/post.md b/archetypes/post.md new file mode 100644 index 0000000..c6155cf --- /dev/null +++ b/archetypes/post.md @@ -0,0 +1,13 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +description: +date: {{ .Date }} +image: +math: true +license: +draft: true +categories: +- Articles +tags: +- +--- \ No newline at end of file