From f43e8a50584698bbec15ec7872559096ef26efac Mon Sep 17 00:00:00 2001 From: Vicky Date: Mon, 3 Sep 2018 13:00:54 +0900 Subject: [PATCH] Add helpful comments to project archetype frontmatter --- archetypes/projects.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/archetypes/projects.md b/archetypes/projects.md index e1cc3fa..ab9bf7f 100644 --- a/archetypes/projects.md +++ b/archetypes/projects.md @@ -1,7 +1,11 @@ --- -title: "{{ replace .TranslationBaseName "-" " " | title }}" -date: {{ .Date }} -weight: 0 -external_link: "" +title: "{{ replace .TranslationBaseName "-" " " | title }}" # Title of your project +date: {{ .Date }} +weight: 0 # Order in which to show this project on the home page +external_link: "" # Optional external link instead of modal +resources: + - src: plant.jpg + params: + weight: -100 # Optional weighting for a specific image in this project folder draft: true ---