From d9346d8372aea7719d34873ab4796f961374ea0c Mon Sep 17 00:00:00 2001 From: George Cushen Date: Sat, 7 May 2016 02:04:03 +0100 Subject: [PATCH] :sparkles: Update archtypes --- archetypes/default.md | 1 + archetypes/home.md | 4 ++++ archetypes/{blog.md => post.md} | 0 archetypes/{projects.md => project.md} | 0 archetypes/{publications.md => publication.md} | 2 ++ 5 files changed, 7 insertions(+) create mode 100644 archetypes/home.md rename archetypes/{blog.md => post.md} (100%) rename archetypes/{projects.md => project.md} (100%) rename archetypes/{publications.md => publication.md} (78%) diff --git a/archetypes/default.md b/archetypes/default.md index ac36e062..e1d8c0e7 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,2 +1,3 @@ +++ +math = false +++ diff --git a/archetypes/home.md b/archetypes/home.md new file mode 100644 index 00000000..9e3b73e8 --- /dev/null +++ b/archetypes/home.md @@ -0,0 +1,4 @@ ++++ +section_id = 10 +weight = 10 ++++ diff --git a/archetypes/blog.md b/archetypes/post.md similarity index 100% rename from archetypes/blog.md rename to archetypes/post.md diff --git a/archetypes/projects.md b/archetypes/project.md similarity index 100% rename from archetypes/projects.md rename to archetypes/project.md diff --git a/archetypes/publications.md b/archetypes/publication.md similarity index 78% rename from archetypes/publications.md rename to archetypes/publication.md index c8c14596..01d99c74 100644 --- a/archetypes/publications.md +++ b/archetypes/publication.md @@ -7,4 +7,6 @@ url_image = "" url_code = "" url_dataset = "" url_project = "" +url_slides = "" +url_video = "" +++ \ No newline at end of file