From ec587056d481cdc4cb8f731138d42e1649b531d2 Mon Sep 17 00:00:00 2001 From: Wivik <48727868+Wivik@users.noreply.github.com> Date: Sun, 20 Aug 2023 00:00:19 +0200 Subject: [PATCH] doc: update archetype informations --- archetypes/default.md | 44 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 42 insertions(+), 2 deletions(-) diff --git a/archetypes/default.md b/archetypes/default.md index ac36e06..374073c 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,2 +1,42 @@ -+++ -+++ +--- +# Mandatory parts : +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true + +# Optional parts that you still should fill in order to sort your collection + +## Label : name of the label that published the record +label: Record's Label + +## The band's name +band: Record's Band + +## The genres this record is classified into +genres: + - To sort + +## Cover image : will be displayed in the album list and top page. +## Display a default one unless you change this value. +cover: + +# More optional details you can use for your collection. + +## A quick description of your record. Markdown is supported +# description: | +# This is a great album. + +## Disc format : 45rpm, 33rpm, 78rpm or size if you prefer. +# format: 33rpm + +## Any supplementary pictures you want to display. +## These pictures should be in the site asset folder : /assets +## If you put them into a sub-folder, don't forget it in the path ! +# pictures: +# - this-album/pict.jpg + +## The publish year +# year: 1990 + +## Below the metadata block, you can write some content such as a review or anything else you want. It'll be displayed in the album page. +---