Initial commit
This commit is contained in:
14
archetypes/post.md
Normal file
14
archetypes/post.md
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
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