Initial commit
This commit is contained in:
16
archetypes/collection.md
Normal file
16
archetypes/collection.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
cover: "images/cover.jpg"
|
||||
links: []
|
||||
# Example:
|
||||
# links:
|
||||
# - name: "LEGO (France)"
|
||||
# lang: "fr"
|
||||
# url: "https://www.lego.com/fr-fr/product/t-rex-rampage-75936"
|
||||
# official: true
|
||||
|
||||
metadata:
|
||||
product_id: "" # Official product ID (if applicable)
|
||||
release_date: "" # YYYY-MM-DD format
|
||||
---
|
||||
Reference in New Issue
Block a user