moved project into new repo
This commit is contained in:
13
archetypes/posts.md
Normal file
13
archetypes/posts.md
Normal file
@@ -0,0 +1,13 @@
|
||||
+++
|
||||
title = '{{ index (split .Dir "/" | last 2) 0 | replace "-" " " | title }}'
|
||||
date = {{ .Date }}
|
||||
publishDate = {{ .Date }}
|
||||
draft = true
|
||||
tags = []
|
||||
categories = []
|
||||
author = 'admin'
|
||||
editor = 'admin'
|
||||
type = 'post'
|
||||
# style = 'prose'
|
||||
hidden = false
|
||||
+++
|
||||
Reference in New Issue
Block a user