update archetypes

This commit is contained in:
loikein 2023-04-25 14:42:15 +01:00
parent ebf3198ee3
commit 2423e3fc37
3 changed files with 16 additions and 20 deletions

16
archetypes/default.md Normal file
View file

@ -0,0 +1,16 @@
---
title: "{{ replace .Name "-" " " | title }}"
subtitle: Fancy Subtitle
author: Totally famous person
date: "{{ .Date }}"
meta: true
math: false
toc: false
hideDate: false
hideReadTime: false
categories: []
draft: true
description: ""
---
<!--more-->

View file

@ -1,10 +0,0 @@
+++
math = false
meta = false
toc = false
author = "AUTHOR NAME"
+++
<!--more-->

View file

@ -1,10 +0,0 @@
+++
math = false
meta = true
toc = true
author = "AUTHOR NAME"
type = "post"
+++
<!--more-->