Add helpful comments to project archetype frontmatter

This commit is contained in:
Vicky 2018-09-03 13:00:54 +09:00
parent 4dd00f9d00
commit f43e8a5058

View file

@ -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
---