add initial posts archetype
This commit is contained in:
parent
8e9a80f7cc
commit
278e3ea81a
1 changed files with 11 additions and 0 deletions
11
archetypes/posts.md
Normal file
11
archetypes/posts.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
|
date: {{ .Date }}
|
||||||
|
slug: {{ now.Format "2006-01-02" }}-{{ .Name | urlize }}
|
||||||
|
type: posts
|
||||||
|
draft: true
|
||||||
|
categories:
|
||||||
|
- default
|
||||||
|
tags:
|
||||||
|
- default
|
||||||
|
---
|
Loading…
Reference in a new issue