Replaced default archetype
This commit is contained in:
@@ -1,5 +1,14 @@
|
|||||||
+++
|
---
|
||||||
date = '{{ .Date }}'
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
draft = true
|
date: {{ .Date }}
|
||||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
cover: "images/cover.jpg"
|
||||||
+++
|
theme: ""
|
||||||
|
tags: []
|
||||||
|
links: []
|
||||||
|
# Example:
|
||||||
|
# links:
|
||||||
|
# - name: "LEGO (France)"
|
||||||
|
# lang: "fr"
|
||||||
|
# url: "https://www.lego.com/fr-fr/product/t-rex-rampage-75936"
|
||||||
|
# official: true
|
||||||
|
---
|
||||||
|
|||||||
@@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
title: "{{ replace .Name "-" " " | title }}"
|
|
||||||
date: {{ .Date }}
|
|
||||||
cover: "images/cover.jpg"
|
|
||||||
theme: ""
|
|
||||||
tags: []
|
|
||||||
links: []
|
|
||||||
# Example:
|
|
||||||
# links:
|
|
||||||
# - name: "LEGO (France)"
|
|
||||||
# lang: "fr"
|
|
||||||
# url: "https://www.lego.com/fr-fr/product/t-rex-rampage-75936"
|
|
||||||
# official: true
|
|
||||||
---
|
|
||||||
Reference in New Issue
Block a user