feature: added more archetypes, each adjusted for page bundled output
This commit is contained in:
10
themes/sukaato/archetypes/addenda.md
Normal file
10
themes/sukaato/archetypes/addenda.md
Normal file
@@ -0,0 +1,10 @@
|
||||
+++
|
||||
title = '' # should describe reason for this addendum
|
||||
date = {{ .Date }}
|
||||
publishDate = {{ .Date }}
|
||||
draft = true
|
||||
# @TODO find way to construct referene to post URL for below field
|
||||
ref = '' # link to post this is an addendum for
|
||||
fnote = 'a1' # should refer back to a footnote in given context--footnote must always have letter 'a' prefix integer
|
||||
editor = 'admin'
|
||||
+++
|
||||
6
themes/sukaato/archetypes/categories.md
Normal file
6
themes/sukaato/archetypes/categories.md
Normal file
@@ -0,0 +1,6 @@
|
||||
+++
|
||||
title = '{{ index (split .Dir "/" | last 2) 0 | title }}'
|
||||
summary = ''
|
||||
draft = true
|
||||
image = '/images/{{ index (split .Dir "/" | last 2) 0 }}'
|
||||
+++
|
||||
@@ -1,5 +1,9 @@
|
||||
+++
|
||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
date = {{ .Date }}
|
||||
# kind = ''
|
||||
draft = true
|
||||
+++
|
||||
|
||||
Laborum voluptate pariatur ex culpa magna nostrud est incididunt fugiat
|
||||
pariatur do dolor ipsum enim. Consequat tempor do dolor eu. Non id id anim anim
|
||||
excepteur excepteur pariatur nostrud qui irure ullamco.
|
||||
|
||||
13
themes/sukaato/archetypes/posts.md
Normal file
13
themes/sukaato/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